chexiongsheng / puerts_unity_demo

unity demo for puerts
Other
198 stars 80 forks source link

Problems opening Demo project #40

Closed marwie closed 2 years ago

marwie commented 2 years ago

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 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

Console error (1) image

Changed files (2) image

Deleted meta (3) image

zombieyang commented 2 years ago

I remove all the package file to test the new sync package action and cause this bug... fixed now.

zombieyang commented 2 years ago

I made a rollback. Will recover it after having all actions finished.