ℹ️ Adding the needed packages to your unity project.
The following items are needed to run EDIA experiments.
EDIA Core packageEDIA UXF fork packageHere is a step by step guide how to set this up. If things are unclear, feel free to post a question on the EDIA GitHub Discussions board.
Open your fresh Unity project.
Open the Package Manager panel.
Click the + > Install package from git URL

Enter one of the following to install
https://github.com/edia-toolbox/edia_core.git?path=Assets/com.edia.core#mainvX.Y.Z with a version from the release list):
https://github.com/edia-toolbox/edia_core.git#vX.Y.Zhttps://github.com/edia-toolbox/edia_core.git?path=Assets/com.edia.coreThis will automatically install the following dependencies:
⚠️ There will be errors in your Console. Don’t worry, these will be fixed with the next steps.
Next, we add the EDIA.UXF Fork package:
Now, we need to install a few Samples from these packages. To do so, in the Package Manager, go to
Samples tab
ImportSamples tab
ImportImportIf Unity pops up the Project Validation window, you can safely press Fix All and hope for the best. 😉