You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to test the odin-serializer on Unity 2021.3.12f1 on windows 10.
So just wondering if is this normal behavior for out of the box?
Assets\OdinSerializer\Utilities\Misc\EmitUtilities.cs(20,8): error CS1029: #error: 'Odin Inspector is incapable of compiling source code against the .NET Standard 2.0 API surface. You can change the API Compatibility Level in the Player settings.'
I didn't see any info in the readme that i need to switch APIs.
I switched the API to .Net framework. I get a lot of warnings similar too.
Assets\OdinSerializer\Unity Integration\UnitySerializationUtility.cs(832,87): warning CS0618: 'PrefabType' is obsolete: 'PrefabType no longer tells everything about Prefab instance.'
The text was updated successfully, but these errors were encountered:
Same here. I'm using Unity 2021.3.16f1 on Windows 10 and this same error happens, and this isn't addressed anywhere on the documentation or in this repository. An even when changing to Net Framework, it has a lot of warnings of obsolete methods being used, like MxReaper said:
warning CS0618: 'PrefabUtility.GetPrefabType(Object)' is obsolete: 'Use GetPrefabAssetType and GetPrefabInstanceStatus to get the full picture about Prefab types.'
warning CS0618: 'PrefabType' is obsolete: 'PrefabType no longer tells everything about Prefab instance.'
warning CS0618: 'RuntimePlatform.[Obsolete platform]' is obsolete: '[Obsolete platform] export is no longer supported in Unity version.'
Which is a shame. I've heard great things about this serializer, but these pitfalls discourage anyone from using it at all. I hope these issues are addressed soon enough.
P.D: please, improve your Json format serialization, it's still buggy.
I'm trying to test the odin-serializer on Unity 2021.3.12f1 on windows 10.
So just wondering if is this normal behavior for out of the box?
Assets\OdinSerializer\Utilities\Misc\EmitUtilities.cs(20,8): error CS1029: #error: 'Odin Inspector is incapable of compiling source code against the .NET Standard 2.0 API surface. You can change the API Compatibility Level in the Player settings.'
I didn't see any info in the readme that i need to switch APIs.
I switched the API to .Net framework. I get a lot of warnings similar too.
Assets\OdinSerializer\Unity Integration\UnitySerializationUtility.cs(832,87): warning CS0618: 'PrefabType' is obsolete: 'PrefabType no longer tells everything about Prefab instance.'
The text was updated successfully, but these errors were encountered: