mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-09 20:38:56 -05:00
Add UniJSON35 solution. Remove UniJSONPRofiling
This commit is contained in:
15
UniJSON35/UniJSON/UnityHelper.cs
Normal file
15
UniJSON35/UniJSON/UnityHelper.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace UnityEngine
|
||||
{
|
||||
[Serializable]
|
||||
public struct Vector3
|
||||
{
|
||||
public float x;
|
||||
public float y;
|
||||
public float z;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user