UnityGLTF
UnityGLTF copied to clipboard
Added missing AnimationCacheData to RefCountedCacheData Script
In case of runtime loading of Glb/Gltfs, the animation clips wasn't destroyed by the RefCountedCachaData script when it gets destroyed. Which can be resulted in unused Anim.Clips in memory.