Update Assets/UniGLTF/Runtime/UniGLTF/IO/Parser/GlbLowLevelParser.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
ousttrue
2025-08-21 16:55:54 +09:00
committed by GitHub
parent 81abd951d7
commit 820d46758f

View File

@@ -158,7 +158,6 @@ namespace UniGLTF
// var extrans = new Dictionary<string, JsonNode>()
// {
// {"targetNames", targetNames },
// };
var f = new JsonFormatter();
f.BeginMap();
f.Key("targetNames");