Skip to content

New Isometric Scene

Simon Su edited this page Sep 27, 2018 · 1 revision
  1. Create New Scene in the Scenes Directory
  2. Add an empty GameObject and rename it to Sorting
  3. Add Heuristic Sorting script as a component to this game object
  4. Add Iso Sorting script as a component to this game object
  5. The editor should default the values for sorting strategy to HeuristicSorting and projection to Dimetric 1 To 2

Clone this wiki locally