Usage
October 26, 2021 ยท View on GitHub
Information about using the library is located here.
Contributing
In order to contribute, the developer should implement the feature on a different branch and run the tests locally, including a minimum of one test for the new feature implemented. Then a pull request should be made.
Running the tests
In order the run the tests, the user can open the unity project located in unity/PitayaExample (preference to Unity 2018.2) and open the tests window in Window > General > Test Runner.
Making a new release
The script release.py in the root folder can be used to see the current version of the library and used to create a new one as well, example: ./release.py check --unity --release-notes 'Fixed a bug', ./release.py new --unity 1.2.3.
Running on iOS simulator
To run this project on iOS simulated devices, you must configure unity target SDK in Project Settings > Player > Other Settings > Target SDK and set Simulator SDK value.