mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-26 21:04:14 -05:00
Comment out Debug.Log
This commit is contained in:
@@ -84,7 +84,7 @@ namespace VRM
|
||||
{
|
||||
if (m_scene != null)
|
||||
{
|
||||
Debug.Log("Bake");
|
||||
//Debug.Log("Bake");
|
||||
m_scene.Bake(values, materialValues, weight);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user