Is there any good solution now? Currently, I can only download the code project and then open it with cursor, which is quite troublesome. I need to constantly download the source code files of the project. Whenever I make some settings changes, create some shaders, or create some resources in the visual editor, I have to download them again
Dear guoxiaohao,
There are two main options:
-
Download the VSCode/Cursor extension from the extensions panel. It allows you to sync your scripts and text files to your local machine for direct usage with Cursor.
-
If you wish to work offline entirely you can Download the entire project with NPM + Vite. This will be completely isolated from the PlayCanvas Editor.
If you have any issues please reach out in our Discord Server
Kind regards,
KPal


