This commit is contained in:
parent
a43901f90c
commit
0b3bb54322
|
@ -51,10 +51,8 @@ namespace Net.Like.Xue.Tokyo
|
|||
|
||||
serviceCollection.AddSingleton<IServiceCollection>(serviceCollection);
|
||||
|
||||
serviceCollection.AddSingleton<ILoggerProvider, UnityLoggerProvider>();
|
||||
serviceCollection.AddTransient<ILogger, UnityLogger>();
|
||||
serviceCollection.AddLogging();
|
||||
|
||||
serviceCollection.AddTransient(typeof(ILogger<>),typeof( UnityLogger<>));
|
||||
|
||||
serviceCollection.AddSingleton(serviceCollection);
|
||||
|
||||
//玩家角色控制器服务
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 97d531a65f843624686098fcf08dae9c
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -210,11 +210,11 @@ Material:
|
|||
- _HorizonCloudStart: -0.01
|
||||
- _HorizonCloudStartPosition: -0.01
|
||||
- _HorizonCloudStep: 25
|
||||
- _HorizonExponent: 3.7988865
|
||||
- _HorizonExponent: 3.8059983
|
||||
- _HorizonStep: 1000
|
||||
- _HorizonThickness: 1
|
||||
- _MoonGlow: 0.236
|
||||
- _MoonLightIntensity: 0.0000098453875
|
||||
- _MoonLightIntensity: 0.000010223673
|
||||
- _MoonSize: 0.07
|
||||
- _MoonSoftEdge: 0.22
|
||||
- _OverheadCloudAltitude: 1000
|
||||
|
@ -223,8 +223,8 @@ Material:
|
|||
- _OverheadCloudFlowDirectionZ: 1
|
||||
- _OverheadCloudFlowX: 1
|
||||
- _OverheadCloudFlowZ: 1
|
||||
- _OverheadCloudRemapMax: 1.800091
|
||||
- _OverheadCloudRemapMin: 0.13612132
|
||||
- _OverheadCloudRemapMax: 1.8113157
|
||||
- _OverheadCloudRemapMin: 0.1366585
|
||||
- _OverheadCloudSize: 10
|
||||
- _OverheadCloudStep: 2
|
||||
- _StarsDensity0: 0.4
|
||||
|
@ -245,26 +245,26 @@ Material:
|
|||
- _StarsTwinkle1: 6
|
||||
- _StarsTwinkle2: 2
|
||||
- _SunGlow: 0.45
|
||||
- _SunLightIntensity: 0.4233988
|
||||
- _SunLightIntensity: 0.42683822
|
||||
- _SunSize: 0.07
|
||||
- _SunSoftEdge: 0.5
|
||||
m_Colors:
|
||||
- _DetailOverlayColor: {r: 1, g: 1, b: 1, a: 1}
|
||||
- _DetailOverlayTintColor: {r: 1, g: 1, b: 1, a: 1}
|
||||
- _FogColor: {r: 0.8490566, g: 0.69017035, b: 0.6287825, a: 1}
|
||||
- _GroundColor: {r: 0.42867428, g: 0.4124601, b: 0.4438662, a: 1}
|
||||
- _GroundColor: {r: 0.42897394, g: 0.41282788, b: 0.44410202, a: 1}
|
||||
- _HorizonCloudColor: {r: 1, g: 1, b: 1, a: 1}
|
||||
- _HorizonColor: {r: 0.89745224, g: 0.8769851, b: 0.7890967, a: 1}
|
||||
- _HorizonColor: {r: 0.8973213, g: 0.877383, b: 0.7898597, a: 1}
|
||||
- _MoonColor: {r: 1, g: 1, b: 1, a: 0}
|
||||
- _MoonDirection: {r: 0.24413833, g: 0.4449624, b: -0.8616293, a: 0}
|
||||
- _MoonDirection: {r: 0.24594446, g: 0.44825423, b: -0.8594066, a: 0}
|
||||
- _MoonLightColor: {r: 0.8431373, g: 0.9843138, b: 1, a: 1}
|
||||
- _OverheadCloudColor: {r: 1, g: 1, b: 1, a: 0.99058735}
|
||||
- _SkyColor: {r: 0.23968326, g: 0.4430076, b: 0.6904413, a: 1}
|
||||
- _OverheadCloudColor: {r: 1, g: 1, b: 1, a: 0.9910153}
|
||||
- _SkyColor: {r: 0.24023734, g: 0.44443977, b: 0.69209003, a: 1}
|
||||
- _StarsColor0: {r: 0.96470594, g: 0.9450981, b: 0.76470596, a: 1}
|
||||
- _StarsColor1: {r: 1, g: 0.5294118, b: 0.93725497, a: 1}
|
||||
- _StarsColor2: {r: 0, g: 0.92549026, b: 1, a: 1}
|
||||
- _SunColor: {r: 0.9716981, g: 0.9248151, b: 0.8473489, a: 1}
|
||||
- _SunDirection: {r: -0.45199794, g: -0.23085254, b: 0.86162925, a: 0}
|
||||
- _SunColor: {r: 0.9716981, g: 0.9248061, b: 0.84731966, a: 1}
|
||||
- _SunDirection: {r: -0.4553418, g: -0.23256038, b: 0.8594065, a: 0}
|
||||
- _SunLightColor: {r: 1, g: 0.99511117, b: 0.8632076, a: 1}
|
||||
m_BuildTextureStacks: []
|
||||
--- !u!21 &8993251732621375409
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
"com.unity.toonshader": "0.10.2-preview",
|
||||
"com.unity.ugui": "1.0.0",
|
||||
"com.unity.xr.legacyinputhelpers": "2.1.10",
|
||||
"net.project.b.dialogue": "file:../../Net.Project.B.Dialogue/Src/Dialogue",
|
||||
"com.unity.modules.ai": "1.0.0",
|
||||
"com.unity.modules.androidjni": "1.0.0",
|
||||
"com.unity.modules.animation": "1.0.0",
|
||||
|
|
|
@ -379,12 +379,6 @@
|
|||
},
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"net.project.b.dialogue": {
|
||||
"version": "file:../../Net.Project.B.Dialogue/Src/Dialogue",
|
||||
"depth": 0,
|
||||
"source": "local",
|
||||
"dependencies": {}
|
||||
},
|
||||
"com.unity.modules.ai": {
|
||||
"version": "1.0.0",
|
||||
"depth": 0,
|
||||
|
|
Loading…
Reference in New Issue