ReinaS-64892 / TexTransTool

Non-destructive modification to Texture!
https://ttt.rs64.net
Other
68 stars 6 forks source link

TexTransTool 0.3.5/VRCSDK 3.3.0にてアバターアップロード時にエラー #147

Closed Narazaka closed 1 year ago

Narazaka commented 1 year ago

TexTransTool 0.3.5/VRCSDK 3.3.0にてアバターアップロード時に下記のようなエラーが出ました。

一回もTexTransToolを実行していない状態でのアップロードのためTempDirectoryが出来ていないのが原因のような気はします?

UnityEngine.Debug:LogError (object)
VRC.SDKBase.Editor.BuildPipeline.VRCBuildPipelineCallbacks:OnPostprocessAvatar ()
VRC.SDK3.Builder.VRCAvatarBuilder:ExportCurrentAvatarResource (UnityEngine.Object,bool,bool,string&,System.Action`1<string>,System.Action`1<object>)
VRC.SDK3.Builder.VRCAvatarBuilder:ExportAvatarBlueprint (UnityEngine.GameObject)
VRC.SDK3A.Editor.VRCSdkControlPanelAvatarBuilder/<Build>d__103:MoveNext () (at Packages/com.vrchat.avatars/Editor/VRCSDK/SDK3A/VRCSdkControlPanelAvatarBuilder.cs:2039)
UnityEngine.UnitySynchronizationContext:ExecuteTasks ()
DirectoryNotFoundException: Could not find a part of the path 'D:\make\devel\vrchat-cynthia-av3\Assets\TexTransToolGenerates\TempDirectory'.
System.IO.__Error.WinIOError (System.Int32 errorCode, System.String maybeFullPath) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
System.IO.FileSystemEnumerableIterator`1[TSource].HandleError (System.Int32 hr, System.String path) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
System.IO.FileSystemEnumerableIterator`1[TSource].CommonInit () (at <eae584ce26bc40229c1b1aa476bfa589>:0)
System.IO.FileSystemEnumerableIterator`1[TSource]..ctor (System.String path, System.String originalUserPath, System.String searchPattern, System.IO.SearchOption searchOption, System.IO.SearchResultHandler`1[TSource] resultHandler, System.Boolean checkHost) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
System.IO.FileSystemEnumerableFactory.CreateFileNameIterator (System.String path, System.String originalUserPath, System.String searchPattern, System.Boolean includeFiles, System.Boolean includeDirs, System.IO.SearchOption searchOption, System.Boolean checkHost) (at <eae584ce26bc40229c1b1aa476bfa589>:0)
System.IO.Directory.InternalGetFileDirectoryNames (System.String path, System.String userPathOriginal, System.String searchPattern, System.Boolean includeFiles, System.Boolean includeDirs, System.IO.SearchOption searchOpt
ReinaS-64892 commented 1 year ago

修正入れたものを生成しました~