cocos-engine icon indicating copy to clipboard operation
cocos-engine copied to clipboard

Cannot attach component to node if project created in folder with symbolic link (junction)

Open quilombodigital opened this issue 1 year ago • 0 comments

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

  1. Create a symbolic link (junction) C:\test that points to the folder D:\test
  2. Create the project in C:\test
  3. Open the project
  4. Create a Node
  5. Create a typescript component
  6. try to add the component to the node

Minimal reproduction project

SymbolicLinkTest.zip

quilombodigital avatar Sep 06 '24 16:09 quilombodigital