Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.3 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.3 KB

Tutorials Assets

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:

  1. Create a new C# script in Unity:Assets->Create->C# script
  2. name this C# file as atest (the name atest is just an example. Feel free to use your own name)
  3. open the atest.cs file in Unity
  4. delete ALL contents of this file
  5. 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
  6. save atest.cs
  7. Drag atest.cs from the project window on the kam0Mov object in the Hierarchy window
  8. 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