TeamSirenix / odin-serializer

Fast, robust, powerful and extendible .NET serializer built for Unity
http://www.odininspector.com
Apache License 2.0
1.68k stars 194 forks source link

Unity Package support #28

Open Baste-RainGames opened 5 years ago

Baste-RainGames commented 5 years ago

Are there any plans to provide the Odin framework as a Unity Package compatible with the Package Manager?

It'd be convenient to include it in other packages, but right now that requires copying the entire asset over. That becomes problematic if other packages also uses Odin, or if the user is using the Odin Inspector.

TorVestergaard commented 5 years ago

This is something that we're looking into, but it might be rather challenging due to the limitations of Unity's package manager and the problems involved with packages that modify their own (such as Odin Serializer, which can adjust its own assembly import settings automatically). For now, we recommend downloading and using a package the old, more reliable and predictable way.

Maybe this will happen one day in the future, though! I'll leave the issue open.

iDreamsOfGame commented 4 years ago

@TorVestergaard Check out https://openupm.com. This is the 3rd-party package manager tool for Unity.