mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-07 11:28:35 -05:00
fix warnings
This commit is contained in:
@@ -164,7 +164,7 @@ namespace VRM
|
||||
LoadHumanoidObsolete(context);
|
||||
Debug.LogWarning("LoadHumanoidObsolete");
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception)
|
||||
{
|
||||
LoadHumanoid(context);
|
||||
}
|
||||
@@ -213,7 +213,7 @@ namespace VRM
|
||||
firstPerson.TraverseRenderers(context);
|
||||
|
||||
// LookAt
|
||||
var lookAtHead = context.Root.AddComponent<VRMLookAtHead>();
|
||||
/*var lookAtHead =*/ context.Root.AddComponent<VRMLookAtHead>();
|
||||
|
||||
switch(gltfFirstPerson.lookAtType)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user