-
Notifications
You must be signed in to change notification settings - Fork 11
First Run Notes
The first time you open a scene you may get this error:
Assets/PolyToolkit/Internal/ImportGltf.cs(976,10): error CS0227: Unsafe code requires the `unsafe' command line option to be specified. Enable "Allow 'unsafe' code" in Player Settings to fix this error.
To fix this in Unity go to Edit -> Project Settings -> Player this will open the Player settings in the Inspector window.
In the inspector window under Settings for iOS is a section of Other Settings. Expand that section Under the Configuration area of Other Settings you will see Allow 'unsafe' Code with a checkbox make sure you check it.
You might get a message to update Vuforia. Feel free to update but if you don't things will still work.
Open the folder Yuxi Examples: YUXI-Mixed-Reality-Hardware-Toolkit -> Unity ->YUXI_Examples
work on getting started page..