KisaragiEffective / ResoniteImportHelper

Convert Unity avatar into glTF, then import to Resonite
MIT License
21 stars 0 forks source link

SkipDisplayDialogFromLilInspectorをTranspilerに置き換える #218

Open KisaragiEffective opened 6 days ago

KisaragiEffective commented 6 days ago

call bool [UnityEditor.CoreModule]UnityEditor.EditorUtility::DisplayDialog(string, string, string)lilToonInspector.TextureBakeから消したほうが筋がいいし速い

KisaragiEffective commented 6 days ago

なぜか: DisplayDialog側でいちいちコールスタックを抽出する必要がなくなるから

KisaragiEffective commented 5 days ago

CILはcall命令でスタックから引数の数分popするみたいだから、callを見つけたらpop x3に置き換えれば良さそう