Search found 1 match

by Novan
Wed Aug 31, 2022 7:48 pm
Forum: General Discussion
Topic: Saving Animator State
Replies: 1
Views: 582

Saving Animator State

I was having an issue saving an objects animator state and ended up coming up with an ES3UserType that can save the state of the paramaters and it works great for me so I thought I would share. Let me know if there is an easier way of doing this. using System; using UnityEngine; namespace ES3Types {...