-
Notifications
You must be signed in to change notification settings - Fork 243
Data files storage changed #801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This reverts commit a555894.
Packages/io.chainsafe.web3-unity/Samples~/Web3.Unity/Scripts/Utilities/PlayerData.cs
Outdated
Show resolved
Hide resolved
kantagara
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to support more platforms for opening persistant data path, not only windows.
Packages/io.chainsafe.web3-unity/Samples~/Web3.Unity/Scripts/Utilities/PlayerData.cs
Show resolved
Hide resolved
juans-chainsafe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PlayerData.json is not anymore located in Assets folder ✅
Also, I was able to build in webgl and use the editor
* Revert "automated duplicating imported samples modifications (#595)" This reverts commit a555894. * data files now save in persistent data path only and we now have menu items in tools for easy access * Auto-duplicate Packages Samples * Published Solution Dependencies to Package Libraries as DLLs * open persistent data path supports more platforms * Auto-duplicate Packages Samples * Published Solution Dependencies to Package Libraries as DLLs * Published Solution Dependencies to Package Libraries as DLLs --------- Co-authored-by: robGG1997 <robGG1997@users.noreply.github.com>
* Revert "automated duplicating imported samples modifications (ChainSafe#595)" This reverts commit a555894. * data files now save in persistent data path only and we now have menu items in tools for easy access * Auto-duplicate Packages Samples * Published Solution Dependencies to Package Libraries as DLLs * open persistent data path supports more platforms * Auto-duplicate Packages Samples * Published Solution Dependencies to Package Libraries as DLLs * Published Solution Dependencies to Package Libraries as DLLs --------- Co-authored-by: robGG1997 <robGG1997@users.noreply.github.com>
closes #784