Now, let's create the logic of the app by adding a new script to the project. This will be the script in charge of switching between one and multiple chairs:
- In your @MyAssets|Scripts folder, in the Project window, right-click and select Create|C# Script. Call it OnTheGoHandler.cs:
- Double-click on it to open it in Visual Studio:
-
Add the Vuforia library at the top of the script to use its features:
using Vuforia;
- Inside the ...