From a424d4745ded888fdac4004f444a634d2100df2a Mon Sep 17 00:00:00 2001 From: ousttrue Date: Wed, 29 Sep 2021 17:00:57 +0900 Subject: [PATCH] warning --- Assets/VRM10/Tests/MigrationTests.cs | 1 - Assets/VRMShaders/VRM10/MToon10/Tests/MigrationTests.cs | 2 -- 2 files changed, 3 deletions(-) diff --git a/Assets/VRM10/Tests/MigrationTests.cs b/Assets/VRM10/Tests/MigrationTests.cs index 5f1fc4d145..d3371eade6 100644 --- a/Assets/VRM10/Tests/MigrationTests.cs +++ b/Assets/VRM10/Tests/MigrationTests.cs @@ -259,7 +259,6 @@ public void Migrate_SpringBoneTest() public void MigrateMeta() { Assert.True(Vrm10Data.TryParseOrMigrate(AliciaPath, true, out Vrm10Data vrm)); - var a = 0; } } } diff --git a/Assets/VRMShaders/VRM10/MToon10/Tests/MigrationTests.cs b/Assets/VRMShaders/VRM10/MToon10/Tests/MigrationTests.cs index 7be8d4939a..d58451b120 100644 --- a/Assets/VRMShaders/VRM10/MToon10/Tests/MigrationTests.cs +++ b/Assets/VRMShaders/VRM10/MToon10/Tests/MigrationTests.cs @@ -30,8 +30,6 @@ public void MigrateToonyAndShift() [Test] public void MigrateGiIntensity() { - var delta = 0.001f; - // normal Assert.AreEqual(0f, MToon10Migrator.MigrateToGiEqualization(1f));