Skip to content

Tutorial_10_2(en US)

MikiraSora edited this page Jan 4, 2024 · 1 revision

The editor supports Script

Prerequisite knowledge (don’t use it if you don’t know)

Create a script file

image

Compile

  1. Writing your script
  2. After writing the script, it is recommended to click Check Script to check for grammatical errors. The script content will not be executed directly at this time.
  3. After confirming everything is correct, select the editor target (or do not need the editor as the target)
  4. After confirming that everything is correct, you can click Run Script. In the script code, you can obtain your designated editor target object through the TargetEditor static property of the global class ScriptArgs.
  5. Waiting for running results dialog box

Knowledge points

  • Look at the project code yourself
Clone this wiki locally