I've just wanted to open the project that is now upgraded to the package format (yay) but have some problems and errors that I'd like to address here:
1) When opening the project I'm getting two errors saying there are two puerts.dll's marked as editor dlls:
!x fgfMultiple plugins with the same name 'puerts' (found at 'Packages/com.tencent.puerts.core/Runtime/Plugins/x86_64/puerts.dll' and 'Packages/com.tencent.puerts.core/Editor/Plugins/x86_64/puerts.dll'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor.
2) I'm wondering why the .meta files in the Unity project have not been committet? When opening the project I already have over 60 changed files. Maybe the plugin error is also caused by that. I will look into it now
3) in package/Editor/Plugin/x86 seems to be a missing dll because there is a dll.meta file that Unity deletes when opening the project
Hello,
I've just wanted to open the project that is now upgraded to the package format (yay) but have some problems and errors that I'd like to address here:
1) When opening the project I'm getting two errors saying there are two puerts.dll's marked as editor dlls: !x fgf
Multiple plugins with the same name 'puerts' (found at 'Packages/com.tencent.puerts.core/Runtime/Plugins/x86_64/puerts.dll' and 'Packages/com.tencent.puerts.core/Editor/Plugins/x86_64/puerts.dll'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor.
2) I'm wondering why the.meta
files in the Unity project have not been committet? When opening the project I already have over 60 changed files. Maybe the plugin error is also caused by that. I will look into it now 3) inpackage/Editor/Plugin/x86
seems to be a missing dll because there is adll.meta
file that Unity deletes when opening the projectConsole error (1)
Changed files (2)
Deleted meta (3)