kurotu / VRCQuestTools

Unity editor extension to support uploading VRChat avatars for Oculus Quest
https://kurotu.github.io/VRCQuestTools/
MIT License
218 stars 15 forks source link

error past v1.6.1 #8

Closed Riku-Shiro closed 2 years ago

Riku-Shiro commented 2 years ago

Describe the bug anytime I use the tool on any version past v1.6.1 for my rexouium model get the error sharing a screen shot of the error To Reproduce Steps to reproduce the behavior:

  1. this happens anytime i use the tool i have even tried it on a base project with just the base model and nothing else. Unity_owLRhHNOyb

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Used assets URLs for assets you used (avatars, costumes, tools, etc.) Environment

Additional context Add any other context about the problem here.

kurotu commented 2 years ago

Would you try the latest version, v1.6.4? It has some bugfixes for animations. If v1.6.4 doesn’t solve the issue, please show the Unity’s console error log and its detail.

Riku-Shiro commented 2 years ago

I have already tried v1.6.4 before trying sending this. i didnt start having this issue until v1.6.2 and ever since then i get that same error. and have to use v1.6.1 which does work .here is the log for the error in the console ArgumentNullException: Value cannot be null. Parameter name: key KRT.VRCQuestTools.Models.VRChat.AvatarConverter.ConvertAnimatorControllersForQuest (UnityEngine.RuntimeAnimatorController[] controllers, System.String assetsDirectory, System.Collections.Generic.Dictionary`2[TKey,TValue] convertedMotions, KRT.VRCQuestTools.Models.VRChat.AvatarConverter+RuntimeAnimatorProgressCallback progressCallback) (at Assets/KRT/VRCQuestTools/Editor/Models/VRChat/AvatarConverter.cs:242) KRT.VRCQuestTools.Models.VRChat.AvatarConverter.ConvertForQuest (KRT.VRCQuestTools.Models.VRChat.VRChatAvatar avatar, System.String assetsDirectory, System.Boolean generateQuestTextures, System.Int32 maxTextureSize, KRT.VRCQuestTools.Models.ComponentRemover remover, KRT.VRCQuestTools.Models.VRChat.AvatarConverter+

kurotu commented 2 years ago

I have released the latest v1.6.5. This should fix the issue. https://github.com/kurotu/VRCQuestTools/releases/tag/v1.6.5

Thank you for feedback!

Riku-Shiro commented 2 years ago

and thank you for fixing it ^.^