Giter Club home page Giter Club logo

Comments (7)

supernimbus-dev avatar supernimbus-dev commented on May 27, 2024

Also...
I am using Unity 2020.1 and it is a fresh project with only the EOS package and the sample scenes installed.

from eos_plugin_for_unity.

adrianpew avatar adrianpew commented on May 27, 2024

In the Epic dev portal, make sure your client policy allows actions:
image

Are you running this in the Unity Editor? And are you able to debug?

It looks like you may be getting a null ref when trying to EOSPlayerDataStorageManager.QueryFileList(). I'm wondering if there is a valid user.

from eos_plugin_for_unity.

andrew-hirata-playeveryware avatar andrew-hirata-playeveryware commented on May 27, 2024

I believe this might be caused when the Encryption key isn't configured for the plugin. This can be configured via Tools -> EpicOnlineServicesConfigEditor.

from eos_plugin_for_unity.

adamsingle avatar adamsingle commented on May 27, 2024

Where does this encryption key come from? I can't see it anywhere in the dashboard.

from eos_plugin_for_unity.

adrianpew avatar adrianpew commented on May 27, 2024

The encryption key is something you have to decide on and create yourself. Note that Epic does not store the encryption key in the cloud, so it is something you have to store and manage yourself.

For PlayerDataStorage:
https://dev.epicgames.com/docs/services/en-US/GameServices/PlayerDataStorage/index.html#datacachingandencryption
Player Data Storage files are always stored with encryption, using the key you provide during EOS Platform initialization. The encryption key itself is not stored on the cloud, preventing both Epic Games and malicious third parties from using the key to access clients' data. Encryption keys are automatically modified for each user, so different users cannot decrypt each other's data.

For TitleDataStorage:
https://dev.epicgames.com/docs/services/en-US/GameServices/TitleStorage/index.html#datacachingandencryption
Title Storage files are always stored with encryption, using the key you provide during EOS Platform initialization. The encryption key itself is not stored on the cloud, preventing both Epic Games and malicious third parties from using the key to access data. Encryption key is identical for all the users of a product.

from eos_plugin_for_unity.

adrianpew avatar adrianpew commented on May 27, 2024

Let us know if you have more questions.

from eos_plugin_for_unity.

supernimbus-dev avatar supernimbus-dev commented on May 27, 2024

Thanks, sorry for the delay.
Adding a hex string (32 characters) works!

from eos_plugin_for_unity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.