Skip to content
Cody Byrnes edited this page Feb 1, 2018 · 2 revisions

Quick Start

  1. Import the PhiOS_Base_0_1.unitypackage into your project.

  2. The best place to start is to check out the ExampleScene under the PhiOS/Scenes folder.

  3. ExampleScene contains 2 GameObject prefabs, PhiOS_Bootstrap and Scene_Example. The PhiOS_Bootstrap object is required in all Unity scenes that make use of an ASCII display. The Scene_Example object contains a MonoBehaviour script showing examples of basic functionality.

  4. Study the code in the Example.cs script (the one attached to the Scene_Example object) and you'll be rendering, clearing and animating cells in no time.

Clone this wiki locally