cocos-engine
cocos-engine copied to clipboard
Cannot attach component to node if project created in folder with symbolic link (junction)
Cocos Creator version
3.8.3
System information
Windows
Issue description
If I create a project in a folder with a symbolic link (junction) in windows, I cannot attach a component to the node. The issue continue even if I move the project to a normal folder, so this seems related to project creation.
Relevant error log output
No response
Steps to reproduce
- Create a symbolic link (junction) C:\test that points to the folder D:\test
- Create the project in C:\test
- Open the project
- Create a Node
- Create a typescript component
- try to add the component to the node