KybernetikGames / animancer

Documentation for the Animancer Unity Plugin.
63 stars 8 forks source link

ClipTransition is not serializable #314

Closed thatgreatAlice closed 9 months ago

thatgreatAlice commented 10 months ago

Hello! New user of animancer. I was wondering why the ClipTransition class is not allowing me to serialize it. No matter what I try: public, private with serializeField, getter and setters, etc, it doesn´t show up on my inspector, and I have no idea why.

KybernetikGames commented 10 months ago

My guess would be that some other plugin is likely interfering with your Inspector. Try to narrow down the issue:

thatgreatAlice commented 10 months ago

Ended up working again randomly when I edited the project in another computer. Really weird... But I can tell you that during that time other serializable classes worked.