Fork of 🧠 https://github.com/immersivecognition/unity-experiment-framework tweaked to the needs of EDIA Toolbox.
Repo:
https://github.com/edia-org/unity-experiment-framework
All EDIA modules depend on EDIA.Core, install this one first (Installing EDIA )
As all the EDIA modules are Unity packages, they are all installable via the package manager panel.
+ > Install package from git URL
package.json on :icons8-github-50: GitHub.
[ Here is an ⚠️ example link ⚠️ for the EDIA.Eye.Quest module: ] <https://github.com/edia-toolbox/edia_eye_quest.git?path=Assets/com.edia.eye.quest#main>
Enter https://github.com/edia-org/unity-experiment-framework.git
<aside>
main → for releases. In order to create a release, make a PR from dev into main which contains the following flag in the merge’s commit message: vX.Y.Z where X.Y.Z follows SemVer standards and denotes the current version number. This will be used to label the release. 💡 these releases are restricted to the actual package (i.e., Assets/com.edia.uxf ) and can therefore directly be loaded as package via the git link:
https://github.com/edia-org/unity-experiment-framework.git#vX.Y.Z or
[email protected]:edia-org/unity-experiment-framework.git#vX.Y.Zdev → for developmentmaster → mirror-fork of the original UXF repo</aside>
👉🏼 EDIA manual