forked from sin365/AxibugEmuOnline
移除AlienUI Core 子模块 弃坑了
This commit is contained in:
parent
7191f27cb0
commit
d8095eaa84
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
||||
[submodule "AxibugEmuOnline.Client/Assets/AlienUICore"]
|
||||
path = AxibugEmuOnline.Client/Assets/AlienUICore
|
||||
url = https://github.com/AlienJack/AlienUICore.git
|
@ -1 +0,0 @@
|
||||
Subproject commit 1acd8341ce457e66d172834dfb909569db309c33
|
@ -123,63 +123,6 @@ NavMeshSettings:
|
||||
debug:
|
||||
m_Flags: 0
|
||||
m_NavMeshData: {fileID: 0}
|
||||
--- !u!1001 &97806773
|
||||
PrefabInstance:
|
||||
m_ObjectHideFlags: 0
|
||||
serializedVersion: 2
|
||||
m_Modification:
|
||||
m_TransformParent: {fileID: 0}
|
||||
m_Modifications:
|
||||
- target: {fileID: 4005479443711313684, guid: 67f367c700cae114baf1586d5103e455, type: 3}
|
||||
propertyPath: m_RootOrder
|
||||
value: 4
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 4005479443711313684, guid: 67f367c700cae114baf1586d5103e455, type: 3}
|
||||
propertyPath: m_LocalPosition.x
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 4005479443711313684, guid: 67f367c700cae114baf1586d5103e455, type: 3}
|
||||
propertyPath: m_LocalPosition.y
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 4005479443711313684, guid: 67f367c700cae114baf1586d5103e455, type: 3}
|
||||
propertyPath: m_LocalPosition.z
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 4005479443711313684, guid: 67f367c700cae114baf1586d5103e455, type: 3}
|
||||
propertyPath: m_LocalRotation.w
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 4005479443711313684, guid: 67f367c700cae114baf1586d5103e455, type: 3}
|
||||
propertyPath: m_LocalRotation.x
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 4005479443711313684, guid: 67f367c700cae114baf1586d5103e455, type: 3}
|
||||
propertyPath: m_LocalRotation.y
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 4005479443711313684, guid: 67f367c700cae114baf1586d5103e455, type: 3}
|
||||
propertyPath: m_LocalRotation.z
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 4005479443711313684, guid: 67f367c700cae114baf1586d5103e455, type: 3}
|
||||
propertyPath: m_LocalEulerAnglesHint.x
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 4005479443711313684, guid: 67f367c700cae114baf1586d5103e455, type: 3}
|
||||
propertyPath: m_LocalEulerAnglesHint.y
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 4005479443711313684, guid: 67f367c700cae114baf1586d5103e455, type: 3}
|
||||
propertyPath: m_LocalEulerAnglesHint.z
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 4022843710785433633, guid: 67f367c700cae114baf1586d5103e455, type: 3}
|
||||
propertyPath: m_Name
|
||||
value: UIManager
|
||||
objectReference: {fileID: 0}
|
||||
m_RemovedComponents: []
|
||||
m_SourcePrefab: {fileID: 100100000, guid: 67f367c700cae114baf1586d5103e455, type: 3}
|
||||
--- !u!1 &537454904
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -1,9 +1,7 @@
|
||||
using AxibugEmuOnline.Client.Manager;
|
||||
using AxibugEmuOnline.Client.Network;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using UnityEngine;
|
||||
using static AxibugEmuOnline.Client.Manager.LogManager;
|
||||
|
||||
namespace AxibugEmuOnline.Client.ClientCore
|
||||
{
|
||||
|
@ -2,7 +2,8 @@
|
||||
"name": "AxibugEmuOnline.Client",
|
||||
"rootNamespace": "AxibugEmuOnline.Client",
|
||||
"references": [
|
||||
"GUID:390a2c4058e5c304a87e8be70c84d80b"
|
||||
"GUID:390a2c4058e5c304a87e8be70c84d80b",
|
||||
"GUID:49026977fc7499e4e8ef521d6a2b0324"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
|
@ -1,7 +1,5 @@
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Unity.Collections.LowLevel.Unsafe;
|
||||
|
||||
namespace VirtualNes.Core
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user