Merge branch 'freature/webgl' into OctopusSimulator/1111merged

This commit is contained in:
2025-11-11 12:22:57 +09:00
132 changed files with 55499 additions and 44813 deletions

View File

@@ -33,7 +33,7 @@ namespace Simulator.LNB
if (componentList == null)
{
Debug.LogError("InfiniteScroll component is not assigned or found in children.");
Debug.LogError("InfiniteScroll component is not assigned or found in Children.");
return;
}
}

View File

@@ -21,7 +21,7 @@ namespace Simulator.LNB
if (prefabGrid == null)
{
Debug.LogError("InfiniteScroll component is not assigned or found in children.");
Debug.LogError("InfiniteScroll component is not assigned or found in Children.");
return;
}
}