Studio GuideWorld SDK Guide
Log In

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

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.

311
  1. Launch View > Command Palette menu. (hot key: Ctrl + Shift + P)
483
  1. Enter 'Select Typescript Version' in the Command Palette.
648
  1. Enter 'Use Workspace Version' in the Command Palette.
648

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