top of page

EMMM Unity & VR Development Record

Updated: Oct 25, 2018


Two parts of development on Unity:

  1. 3D environment and models building (shader, lighting, mesh, physical)

  2. Interaction coding

The key elements of coding in C# for Unity

  1. Variables

  2. Functions

  3. Classes

The key code components:

  1. Event detection by Camera Raycast

  2. Define the user input events

  3. Define the object actions

  4. Define the object states

Reference:

https://unity3d.com/cn/learning-c-sharp-in-unity-for-beginners


9 views0 comments

Recent Posts

See All

A-Frame AR First Try

1. 360 sketch image <a-curvedimage > 2. 3D models: Google poly https://developers.google.com/poly/develop/web API application and add...

Comments


bottom of page