top of page
Search
  • Writer's pictureAoki

How to Install Unity

Updated: Mar 23, 2019

Unity.com to download

[Unity 2018.3.9f1] is all you need to install to get starting

You need to create 'Unity ID' to run Unity for the first time

(You can run offline after that)

All the tutorials [Learn]-[Basic Tutorials] and [Tutorial Projects]-[Roll-a-ball] are good tutorials to start for the beginners

You also need a microsoft account to activate [Visual Studio] to start editing scripts.


37 views0 comments

Recent Posts

See All

[Roblox] Script to turn off all the lights

Here's the script to access [Lighing]>[Apperance] to turn off all the liggts to make the darkest night atomosphere ----<Script>---------------------------------------------------- light = game:GetServ

[Unity] UI Canvas for VR

1. Create a camera under [Main Camera] and delete [Audio Listner] 2. Rename this camera to [UI Camera] 3. [UI Camera] - Change [Clear Flags] to [Depth Only] 4. [UI Camera] - Change [Culling Mask] to [

bottom of page