Using ParaSpace and Unity API
You can use many different APIs to realize the features you are looking for. You can use most of the Unity APIs and ParaSpace APIs.
Unity API
If you are a Unity beginner, please go through the Unity document first: Important Classes
If you are quite familiar with Unity already, or you only need some references when using it, please go to: Unity Scripting Reference
Please refer to the whitelist for the usable Unity APIs: Whitelisted Unity API
ParaSpace API
In this section, we are going to cover some of the most commonly used and important ParaSpace classes while writing scripts.
Listed below are some ParaSpace classes presented as a starting point for understanding the basics of ParaSpace scripting. It is recommended that you familiarize yourself with the APIs listed in order. For in-depth knowledge of all APIs and parameter details, please go to: ParaSpace API Reference.
The basic component for running Lua scripts.
| |
Player class, which can be used to define a player object.
| |
Player management class.
|
Updated 23 days ago