Difference between revisions of "Display a collection of object files in a Unity scene"

From __space Wiki
Jump to: navigation, search
(Created page with "Necessary Unity know-how * Lighting (Spotlights) * Importing objects * object manipulation (positioning, scaling, rotation) * parent-child object relationships * Creating cust...")
 
m
 
Line 7: Line 7:
 
* the Local vs Global transform
 
* the Local vs Global transform
 
* (if VR is wanted) VRTK basic setup
 
* (if VR is wanted) VRTK basic setup
  * teleportation
+
** teleportation
  * simulation for adding the ability to play with or without a headset + SDKSetupSwitcher
+
** simulation for adding the ability to play with or without a headset + SDKSetupSwitcher
 
Optional:
 
Optional:
 
* skybox
 
* skybox

Latest revision as of 15:51, 16 February 2018

Necessary Unity know-how

  • Lighting (Spotlights)
  • Importing objects
  • object manipulation (positioning, scaling, rotation)
  • parent-child object relationships
  • Creating custom Materials (for things like glass)
  • the Local vs Global transform
  • (if VR is wanted) VRTK basic setup
    • teleportation
    • simulation for adding the ability to play with or without a headset + SDKSetupSwitcher

Optional:

  • skybox