GenericUnityObjects icon indicating copy to clipboard operation
GenericUnityObjects copied to clipboard

Warnings on startup

Open Ivan-Vankov opened this issue 2 years ago • 3 comments

image

Unity is only able to load mdb or portable-pdb symbols. Packages/com.solidalloy.generic-unity-objects/GenericUnityEditorInternals.pdb is using a legacy pdb format.

Unity is only able to load mdb or portable-pdb symbols. Packages/com.solidalloy.generic-unity-objects/OdinInternals.pdb is using a legacy pdb format.

Tested on unity versions 2021.1.22f1 and 2021.3.0f1.

Ivan-Vankov avatar Jun 18 '22 11:06 Ivan-Vankov

Hi, thanks for letting me know. I tried opening a test project in 2021.3.0f1 but no warnings showed up. Judging by the warnings, they only occur on non-Windows platforms, so that can explain it. Nevertheless, I changed the format of symbol libraries to portable-pdb, so everything must be fine now. Please check it in the 2.16.0 version.

SolidAlloy avatar Jun 19 '22 17:06 SolidAlloy

Hi! The pdb warnings are gone (they were on windows actually). However now I get another error on startup.

Importer(NativeFormatImporter) generated inconsistent result for asset(guid:4ce53eeee13b83e44b1fe89d8bdbf331) "Assets/Plugins/GenericUnityObjects/Resources/BehavioursDatabase.asset" UnityEditor.AssetDatabase:SaveAssetIfDirty (UnityEngine.Object)

Ivan-Vankov avatar Jun 19 '22 18:06 Ivan-Vankov

The last warning sometimes shows up on my end too. From what I saw, it doesn't cause any issues, so it's harmless. But I will check out what I can do about it so that it doesn't confuse people.

SolidAlloy avatar Jun 20 '22 08:06 SolidAlloy