Platform Compatibility
PC | Mac OSX | Oculus Quest |
---|---|---|
X | X | – |
This is intended as a debug feature, and will open the script editor for the specified object. If you wish to make changes to the script that will take effect, make sure that script uses runInterval rather than onFrameTick, as the built-in functions don’t update the actual script files.
Parameters:
- index Optional
- An integer value
Example:
1 | obj.scriptEditor(index) |