mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-28 13:54:45 -05:00
Divide UniJSON from VRM as standalone assembly
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
"references": [
|
||||
"VRM",
|
||||
"VRM.Samples",
|
||||
"UniVRM.Editor.Tests"
|
||||
"UniVRM.Editor.Tests",
|
||||
"UniJSON"
|
||||
],
|
||||
"optionalUnityReferences": [
|
||||
"TestAssemblies"
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "UniGLTF.Editor.Tests",
|
||||
"references": [
|
||||
"VRM"
|
||||
"VRM",
|
||||
"UniJSON"
|
||||
],
|
||||
"optionalUnityReferences": [
|
||||
"TestAssemblies"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "UniJSON.Editor.Tests",
|
||||
"references": [
|
||||
"VRM"
|
||||
"UniJSON"
|
||||
],
|
||||
"optionalUnityReferences": [
|
||||
"TestAssemblies"
|
||||
|
||||
3
Assets/VRM/UniJSON/UniJSON.asmdef
Normal file
3
Assets/VRM/UniJSON/UniJSON.asmdef
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"name": "UniJSON"
|
||||
}
|
||||
7
Assets/VRM/UniJSON/UniJSON.asmdef.meta
Normal file
7
Assets/VRM/UniJSON/UniJSON.asmdef.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 5dad3aa3e33a0ea48b088de553c50bf7
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "UniVRM.Editor.Tests",
|
||||
"references": [
|
||||
"VRM"
|
||||
"VRM",
|
||||
"UniJSON"
|
||||
],
|
||||
"optionalUnityReferences": [
|
||||
"TestAssemblies"
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"name": "UniVRM.Editor",
|
||||
"references": [
|
||||
"VRM"
|
||||
"VRM",
|
||||
"UniJSON"
|
||||
],
|
||||
"optionalUnityReferences": [],
|
||||
"includePlatforms": [
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
"MToon",
|
||||
"DepthFirstScheduler",
|
||||
"UniUnlit",
|
||||
"UniHumanoid"
|
||||
"UniHumanoid",
|
||||
"UniJSON"
|
||||
],
|
||||
"optionalUnityReferences": [],
|
||||
"includePlatforms": [],
|
||||
|
||||
Reference in New Issue
Block a user