Menu | Loading license file fails
Summary
The EUPL is not shown in the licensing section of the main menu.
Steps to reproduce
Open the main menu and navigate to the licensing section.
What is the current bug behavior?
We try to load the EUPL text from a text file in the persitant data path. This text file is not correctly copied to the persistant data path, which is why the file can not be found and thus its contents not be shown.
What is the expected correct behavior?
The license information should be shown correctly. Ideally without hardcoding it.
Version
0.4.1
Build Target
All
Mode
Desktop Main Menu
Relevant logs and/or screenshots
Possible fixes
The license file resides in the root of the unity project. Check the method we implemented to copy it to the persistant data path first, the error most likely is found there. We have a custom method for that, as our FileDataLoader
is only available in scenes.