Skip to content

Built in Libraries

Kameron Brooks edited this page Dec 26, 2018 · 2 revisions

Libraries

The libraries that are included by default give the following functionality:


C # Libraries

  • Boolean (bool)
  • Int32 (int)
  • Single (float)
  • String (string)

The Unity Libraries

  • Vector2
  • Vector3
  • Vector4
  • Quaternion
  • Color
  • UnityMath
    • GameObject
    • Transform
    • Mathf
    • Time
    • Random

These are the libraries that the engine comes with, you can add more at any time.