Skip to content

Unity code (scripts) and assets related to youtube tutorials by Tomaz Amon

Notifications You must be signed in to change notification settings

EMICVL/TutorialsAssets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Unity code (scripts) and assets related to youtube tutorials by Tomaz Amon

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%