HELP
Development FAQ

Error detection does not work properly when using ZEPETO script with VSCode editor

1min

When editing a ZEPETO script with the VSCode editor, there is a phenomenon where the Typescript version is not correct.

In this case, the following methods can be used to recognize the correct version.

1) Shut down the running VSCode completely.

2) In the Unity Editor, right-click ZEPETO script> Open C# Project menu.

Document image




3) Launch View > Command Palette menu. (hot key: Ctrl + Shift + P)

Document image




4) Enter 'Select Typescript Version' in the Command Palette.

Document image




5) Enter 'Use Workspace Version' in the Command Palette.

Document image


After that, Vector3 and Quaternion will also be well recognized and can be used.