slimecing

a fighting game featuring slimes and swords
Log | Files | Refs | README

readme.txt (530B)


      1 Product : Debug Drawing Extension Package
      2 Studio : Arkham Interactive
      3 Date : September 17th, 2013
      4 Version : 1.1
      5 Email : support@arkhaminteractive.com
      6 
      7 	- To use, simply add DebugExtension.cs to your Unity project
      8 	- Call any of the static functions/overloads in DebugExtension from code to express debug information
      9 	- Use 'Draw' functions anywhere you would use the 'UnityEngine.Gizmo' class (OnDrawGizmos() and OnDrawGizmosSelected())
     10 	- Use 'Debug' functions anywhere you would use the 'UnityEngine.Debug' class (Anywhere else)