Update readme and other text files

This commit is contained in:
VaDiM
2024-04-04 21:55:54 +03:00
parent 1fc504e587
commit 5120999026
6 changed files with 82 additions and 24 deletions

View File

@ -16,7 +16,7 @@ namespace AssetStudio
private ImageFormat imageFormat;
private Avatar avatar;
private AnimationClip[] animationClipUniqArray = Array.Empty<AnimationClip>();
private AnimationClip[] animationClipUniqArray = Array.Empty<AnimationClip>(); //TODO: a proper AnimationClip equality comparer
private Dictionary<AnimationClip, string> boundAnimationPathDic = new Dictionary<AnimationClip, string>();
private Dictionary<uint, string> bonePathHash = new Dictionary<uint, string>();
private Dictionary<Texture2D, string> textureNameDictionary = new Dictionary<Texture2D, string>();