Skip to content

Commit

Permalink
remove using
Browse files Browse the repository at this point in the history
  • Loading branch information
ousttrue committed Oct 31, 2023
1 parent 0f62aef commit 9aea31c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Assets/UniGLTF/Runtime/MeshUtility/MeshIntegrator.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text.RegularExpressions;
using UnityEngine;

namespace UniGLTF.MeshUtility
Expand Down
2 changes: 0 additions & 2 deletions Assets/VRM10/Runtime/MeshUtility/Vrm10MeshUtility.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.WebSockets;
using UniGLTF.MeshUtility;
using UniHumanoid;
using UnityEngine;
using VrmLib;

namespace UniVRM10
{
Expand Down

0 comments on commit 9aea31c

Please sign in to comment.