From 2ee9a635e71020fa446304d6183d92ec6d0d4ac9 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Fri, 6 Apr 2018 15:38:22 +0900 Subject: [PATCH] disable warning --- _RuntimeLoaderSample/VRMRuntimeLoader.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_RuntimeLoaderSample/VRMRuntimeLoader.cs b/_RuntimeLoaderSample/VRMRuntimeLoader.cs index 884241018..86f1900b3 100644 --- a/_RuntimeLoaderSample/VRMRuntimeLoader.cs +++ b/_RuntimeLoaderSample/VRMRuntimeLoader.cs @@ -1,4 +1,5 @@ -using System; +#pragma warning disable 0414 +using System; using System.IO; using System.Runtime.InteropServices; using UnityEngine;