TABLE OF CONTENTS
Page #
Table Of Contents .................................................................................................................................... 0
DemoScene Overview ............................................................................................................................. 1
Start Tutorial ............................................................................................................................................ 2
page 0
..................................................................
DemoScene overview
Those are the two zones you see in the image below​
-
TransformAnimalsParent (red)
-
RigidbodyAnimalsParent (green)
There's a pool in the center of each zone with fish spawning inside. The Terran and Flyer animals spawn near the pool.
page 1
..................................................................
Start Tutorial
Using my animals
In the Resources folder you'll find the 5 animals displayed in DemoScene.
-
The default animals are the Rigidbody type with all the complicated scripts.
​
​
​
​
-
The animals with a "1" are the Transform type which move with simple scripts but the collisions are not as effective as the Rigidbody type.
​
​
The Player
You can move with WASD and faster with Left Shift. Press "F" to toggle a flashlight (useful at night)
​
The Teleporter
There's a Teleporter in the corner of each "zone", stepping on it will teleport the player to the other teleporter.
​
​
page 2