Emicvl Unity code related to youtube tutorials by Tomaz Amon
You have here in the Assets folder the projects that were used in the youtube tutorials published on
YouTube Channel or EMICVL Learn Hub
The folder and file structure is just the same as used in Unity. You simply download on your local disk the folders of interest any you can create your own Unity project from this code.
If you want to insert an example C# code yourself into a new project C# routine, you might follow these steps:
- Create a new C# script in Unity:Assets->Create->C# script
- name this C# file as atest (the name atest is just an example. Feel free to use your own name)
- open the atest.cs file in Unity
- delete ALL contents of this file
- copy all the contents of this text file below (between the BUTTON CONTROL BEGIN SCRIPT and ...END SCRIPT line ) and paste it into the atest.cs
- save atest.cs
- Drag atest.cs from the project window on the kam0Mov object in the Hierarchy window
- in the Hierarchy window click on the in the kam0Mov object and then in the Inspector window fill the public variables if necessary
Contact: Tomaz Amon tomaz.amon@bioanim.com