Script

Script Overview

In addition to the built-in components, the Galacean engine also provides a powerful scripting system. The scripting system is the bridge between the engine's capabilities and game logic. It extends from the Script base class. You can extend the engine's functionality through custom scripts, and write your own game logic code in the lifecycle hook functions provided by the script components.

In this chapter, you will learn about:

Was this page helpful?