Updated to 2020 LTS, removed some TODOs in CarLogic as they were not
applicable or I can't remember why I wrote them
This commit is contained in:
parent
c13ecbb7c0
commit
2373aec5c4
|
@ -65,23 +65,7 @@ public class CarLogic : MonoBehaviour
|
||||||
var steeringValue = steeringAction.ReadValue<float>();
|
var steeringValue = steeringAction.ReadValue<float>();
|
||||||
var accelerationValue = accelerationAction.ReadValue<float>();
|
var accelerationValue = accelerationAction.ReadValue<float>();
|
||||||
var brakeValue = brakeAction.ReadValue<float>();
|
var brakeValue = brakeAction.ReadValue<float>();
|
||||||
// TODO: The way that I changed this too I like a lot better, however I do want to eventually figure out what was wrong with this verbose approach.
|
|
||||||
// Vector2 velocityDir = _transform.up;
|
|
||||||
// var currentAngleRad = Mathf.Acos(Vector3.Dot(velocityDir, Vector3.up));
|
|
||||||
// var deltaAngleRad = steeringValue * steeringAnglePerSecond * Time.deltaTime * Mathf.Deg2Rad;
|
|
||||||
// var angleRad = deltaAngleRad + currentAngleRad;
|
|
||||||
//
|
|
||||||
// var angleCos = Mathf.Cos(angleRad);
|
|
||||||
// var angleSin = Mathf.Sin(angleRad);
|
|
||||||
// Vector2 nextVelocityDir;
|
|
||||||
// nextVelocityDir.x = angleCos * velocityDir.x -
|
|
||||||
// angleSin * velocityDir.y;
|
|
||||||
// nextVelocityDir.y = angleSin * velocityDir.x +
|
|
||||||
// angleCos * velocityDir.y;
|
|
||||||
//
|
|
||||||
// nextVelocityDir *= accelerationAmount * accelerationValue * Time.deltaTime;
|
|
||||||
|
|
||||||
// TODO: probably not correct... ODE or some other formula.
|
|
||||||
if (accelerationValue <= 0)
|
if (accelerationValue <= 0)
|
||||||
{
|
{
|
||||||
_currentAcceleration -= _rigidbody.drag * Time.deltaTime;
|
_currentAcceleration -= _rigidbody.drag * Time.deltaTime;
|
||||||
|
|
|
@ -120,7 +120,7 @@ TextureImporter:
|
||||||
213: -6019194446989044543
|
213: -6019194446989044543
|
||||||
second: tribune_overhang_striped.png
|
second: tribune_overhang_striped.png
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
serializedVersion: 11
|
serializedVersion: 12
|
||||||
mipmaps:
|
mipmaps:
|
||||||
mipMapMode: 0
|
mipMapMode: 0
|
||||||
enableMipMap: 0
|
enableMipMap: 0
|
||||||
|
@ -137,10 +137,12 @@ TextureImporter:
|
||||||
externalNormalMap: 0
|
externalNormalMap: 0
|
||||||
heightScale: 0.25
|
heightScale: 0.25
|
||||||
normalMapFilter: 0
|
normalMapFilter: 0
|
||||||
|
flipGreenChannel: 0
|
||||||
isReadable: 0
|
isReadable: 0
|
||||||
streamingMipmaps: 0
|
streamingMipmaps: 0
|
||||||
streamingMipmapsPriority: 0
|
streamingMipmapsPriority: 0
|
||||||
vTOnly: 0
|
vTOnly: 0
|
||||||
|
ignoreMipmapLimit: 0
|
||||||
grayScaleToAlpha: 0
|
grayScaleToAlpha: 0
|
||||||
generateCubemap: 6
|
generateCubemap: 6
|
||||||
cubemapConvolution: 0
|
cubemapConvolution: 0
|
||||||
|
@ -150,8 +152,8 @@ TextureImporter:
|
||||||
textureSettings:
|
textureSettings:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
filterMode: 0
|
filterMode: 0
|
||||||
aniso: -1
|
aniso: 1
|
||||||
mipBias: -100
|
mipBias: 0
|
||||||
wrapU: 1
|
wrapU: 1
|
||||||
wrapV: 1
|
wrapV: 1
|
||||||
wrapW: 1
|
wrapW: 1
|
||||||
|
@ -179,6 +181,8 @@ TextureImporter:
|
||||||
textureFormatSet: 0
|
textureFormatSet: 0
|
||||||
ignorePngGamma: 0
|
ignorePngGamma: 0
|
||||||
applyGammaDecoding: 0
|
applyGammaDecoding: 0
|
||||||
|
swizzle: 50462976
|
||||||
|
cookieLightType: 1
|
||||||
platformSettings:
|
platformSettings:
|
||||||
- serializedVersion: 3
|
- serializedVersion: 3
|
||||||
buildTarget: DefaultTexturePlatform
|
buildTarget: DefaultTexturePlatform
|
||||||
|
@ -216,6 +220,42 @@ TextureImporter:
|
||||||
overridden: 0
|
overridden: 0
|
||||||
androidETC2FallbackOverride: 0
|
androidETC2FallbackOverride: 0
|
||||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Server
|
||||||
|
maxTextureSize: 2048
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: 4
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Android
|
||||||
|
maxTextureSize: 2048
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: 4
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: iPhone
|
||||||
|
maxTextureSize: 2048
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: 4
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
spriteSheet:
|
spriteSheet:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
sprites:
|
sprites:
|
||||||
|
@ -1048,9 +1088,48 @@ TextureImporter:
|
||||||
edges: []
|
edges: []
|
||||||
weights: []
|
weights: []
|
||||||
secondaryTextures: []
|
secondaryTextures: []
|
||||||
spritePackingTag:
|
nameFileIdTable:
|
||||||
|
arrow_white.png: 4704343144163902375
|
||||||
|
arrow_yellow.png: 4384915789480189480
|
||||||
|
barrel_blue.png: 9030572545219398867
|
||||||
|
barrel_blue_down.png: -6448103920198464897
|
||||||
|
barrel_red.png: 3431848609683129914
|
||||||
|
barrel_red_down.png: -1978800324143073191
|
||||||
|
barrier_red.png: 7230110000616301025
|
||||||
|
barrier_red_race.png: 7180083173637284016
|
||||||
|
barrier_white.png: -2669899847158980373
|
||||||
|
barrier_white_race.png: -5503915805599484405
|
||||||
|
cone_down.png: 3722432301275827027
|
||||||
|
cone_straight.png: -5850389498053308071
|
||||||
|
light_white.png: -1087644331431438086
|
||||||
|
light_yellow.png: 4641897881003589220
|
||||||
|
lights.png: 5758866016320571855
|
||||||
|
oil.png: -5361559629346268412
|
||||||
|
rock1.png: -2641201257942449949
|
||||||
|
rock2.png: 8402021241341889475
|
||||||
|
rock3.png: -1649112314582084927
|
||||||
|
skidmark_long_1.png: 3934181899143752330
|
||||||
|
skidmark_long_2.png: -261727530360198490
|
||||||
|
skidmark_long_3.png: 5427992355441245110
|
||||||
|
skidmark_short_1.png: 470283541336008086
|
||||||
|
skidmark_short_2.png: -8245169752679479522
|
||||||
|
skidmark_short_3.png: -4085835065367979265
|
||||||
|
tent_blue.png: 6016445063653518568
|
||||||
|
tent_blue_large.png: 5619420728996133874
|
||||||
|
tent_red.png: 5197573795869556282
|
||||||
|
tent_red_large.png: -3285385827393204851
|
||||||
|
tires_red.png: -1966035354635341551
|
||||||
|
tires_red_alt.png: 1965938334467629984
|
||||||
|
tires_white.png: -3050405086880207891
|
||||||
|
tires_white_alt.png: 8649578430368818240
|
||||||
|
tree_large.png: -1976994635766173653
|
||||||
|
tree_small.png: -7349831758899924383
|
||||||
|
tribune_empty.png: -362971173625963260
|
||||||
|
tribune_full.png: -629411935564678185
|
||||||
|
tribune_overhang_red.png: -478959782178256916
|
||||||
|
tribune_overhang_striped.png: -6019194446989044543
|
||||||
|
mipmapLimitGroupName:
|
||||||
pSDRemoveMatte: 0
|
pSDRemoveMatte: 0
|
||||||
pSDShowRemoveMatteOption: 0
|
|
||||||
userData:
|
userData:
|
||||||
assetBundleName:
|
assetBundleName:
|
||||||
assetBundleVariant:
|
assetBundleVariant:
|
||||||
|
|
|
@ -939,7 +939,7 @@ TextureImporter:
|
||||||
213: 5711295839685872444
|
213: 5711295839685872444
|
||||||
second: road_sand90.png
|
second: road_sand90.png
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
serializedVersion: 11
|
serializedVersion: 12
|
||||||
mipmaps:
|
mipmaps:
|
||||||
mipMapMode: 0
|
mipMapMode: 0
|
||||||
enableMipMap: 0
|
enableMipMap: 0
|
||||||
|
@ -956,10 +956,12 @@ TextureImporter:
|
||||||
externalNormalMap: 0
|
externalNormalMap: 0
|
||||||
heightScale: 0.25
|
heightScale: 0.25
|
||||||
normalMapFilter: 0
|
normalMapFilter: 0
|
||||||
|
flipGreenChannel: 0
|
||||||
isReadable: 0
|
isReadable: 0
|
||||||
streamingMipmaps: 0
|
streamingMipmaps: 0
|
||||||
streamingMipmapsPriority: 0
|
streamingMipmapsPriority: 0
|
||||||
vTOnly: 0
|
vTOnly: 0
|
||||||
|
ignoreMipmapLimit: 0
|
||||||
grayScaleToAlpha: 0
|
grayScaleToAlpha: 0
|
||||||
generateCubemap: 6
|
generateCubemap: 6
|
||||||
cubemapConvolution: 0
|
cubemapConvolution: 0
|
||||||
|
@ -969,8 +971,8 @@ TextureImporter:
|
||||||
textureSettings:
|
textureSettings:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
filterMode: 0
|
filterMode: 0
|
||||||
aniso: -1
|
aniso: 1
|
||||||
mipBias: -100
|
mipBias: 0
|
||||||
wrapU: 1
|
wrapU: 1
|
||||||
wrapV: 1
|
wrapV: 1
|
||||||
wrapW: 1
|
wrapW: 1
|
||||||
|
@ -998,6 +1000,8 @@ TextureImporter:
|
||||||
textureFormatSet: 0
|
textureFormatSet: 0
|
||||||
ignorePngGamma: 0
|
ignorePngGamma: 0
|
||||||
applyGammaDecoding: 0
|
applyGammaDecoding: 0
|
||||||
|
swizzle: 50462976
|
||||||
|
cookieLightType: 1
|
||||||
platformSettings:
|
platformSettings:
|
||||||
- serializedVersion: 3
|
- serializedVersion: 3
|
||||||
buildTarget: DefaultTexturePlatform
|
buildTarget: DefaultTexturePlatform
|
||||||
|
@ -1035,6 +1039,42 @@ TextureImporter:
|
||||||
overridden: 0
|
overridden: 0
|
||||||
androidETC2FallbackOverride: 0
|
androidETC2FallbackOverride: 0
|
||||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Server
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: 4
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Android
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: 4
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: iPhone
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: 4
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
spriteSheet:
|
spriteSheet:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
sprites:
|
sprites:
|
||||||
|
@ -7600,9 +7640,321 @@ TextureImporter:
|
||||||
edges: []
|
edges: []
|
||||||
weights: []
|
weights: []
|
||||||
secondaryTextures: []
|
secondaryTextures: []
|
||||||
spritePackingTag:
|
nameFileIdTable:
|
||||||
|
land_dirt01.png: 4786832757681933155
|
||||||
|
land_dirt02.png: -4834024837691419245
|
||||||
|
land_dirt03.png: -4010372150803194718
|
||||||
|
land_dirt04.png: 3604179542684470606
|
||||||
|
land_dirt05.png: -6785363752229009584
|
||||||
|
land_dirt06.png: 2508899558975295778
|
||||||
|
land_dirt07.png: -4587834741747951997
|
||||||
|
land_dirt08.png: -2482233257618752907
|
||||||
|
land_dirt09.png: -662669690530072508
|
||||||
|
land_dirt10.png: 4905636903411046463
|
||||||
|
land_dirt11.png: -8062914936874996363
|
||||||
|
land_dirt12.png: -349667595727915869
|
||||||
|
land_dirt13.png: -1237956943426261173
|
||||||
|
land_dirt14.png: 8599929229683148095
|
||||||
|
land_grass01.png: 6934249857345672084
|
||||||
|
land_grass02.png: 3893835003921524498
|
||||||
|
land_grass03.png: -3852663985277438833
|
||||||
|
land_grass04.png: 6414947802470564414
|
||||||
|
land_grass05.png: 6567649456497968791
|
||||||
|
land_grass06.png: -5353836514939877190
|
||||||
|
land_grass07.png: -4591339166916937367
|
||||||
|
land_grass08.png: -4673696255472784501
|
||||||
|
land_grass09.png: 8336932635170907551
|
||||||
|
land_grass10.png: 8529129626405262810
|
||||||
|
land_grass11.png: 951926111126228003
|
||||||
|
land_grass12.png: 2331238037495091531
|
||||||
|
land_grass13.png: 6929103060042486875
|
||||||
|
land_grass14.png: 7552490165896715259
|
||||||
|
land_sand01.png: 848732102700097975
|
||||||
|
land_sand02.png: 7336679046299466970
|
||||||
|
land_sand03.png: 5033058348286153549
|
||||||
|
land_sand04.png: 882372684706138362
|
||||||
|
land_sand05.png: -9019534518393539706
|
||||||
|
land_sand06.png: -9163489306904235675
|
||||||
|
land_sand07.png: 6289044590718328082
|
||||||
|
land_sand08.png: -1762988832503139816
|
||||||
|
land_sand09.png: -7322078700251854018
|
||||||
|
land_sand10.png: 3586636018514728850
|
||||||
|
land_sand11.png: 8097720113326190335
|
||||||
|
land_sand12.png: -7179300155377069544
|
||||||
|
land_sand13.png: 5119072198839088567
|
||||||
|
land_sand14.png: -2610614078516617073
|
||||||
|
road_asphalt01.png: -3379712468110919260
|
||||||
|
road_asphalt02.png: -928048530684443914
|
||||||
|
road_asphalt03.png: -6362561705579217155
|
||||||
|
road_asphalt04.png: 7151972192644986114
|
||||||
|
road_asphalt05.png: 572436684405366926
|
||||||
|
road_asphalt06.png: 4962818579614150397
|
||||||
|
road_asphalt07.png: 663729811401105264
|
||||||
|
road_asphalt08.png: 6946006602273976149
|
||||||
|
road_asphalt09.png: 8805851501193689038
|
||||||
|
road_asphalt10.png: 3440164912236401058
|
||||||
|
road_asphalt11.png: 8200491073677560007
|
||||||
|
road_asphalt12.png: 5261599245294155501
|
||||||
|
road_asphalt13.png: -843933207200677939
|
||||||
|
road_asphalt14.png: 9175819461063321162
|
||||||
|
road_asphalt15.png: 3869414019790854105
|
||||||
|
road_asphalt16.png: 8467531153759191338
|
||||||
|
road_asphalt17.png: -6044998562469044979
|
||||||
|
road_asphalt18.png: -7738440194515454182
|
||||||
|
road_asphalt19.png: -7270349257048051864
|
||||||
|
road_asphalt20.png: -4573533394278663697
|
||||||
|
road_asphalt21.png: -6947018968151672589
|
||||||
|
road_asphalt22.png: 2445662737538909550
|
||||||
|
road_asphalt23.png: -6745524856270189669
|
||||||
|
road_asphalt24.png: 4754229158857056384
|
||||||
|
road_asphalt25.png: 6656530448882807610
|
||||||
|
road_asphalt26.png: 1445557395436915713
|
||||||
|
road_asphalt27.png: 1681063209060414046
|
||||||
|
road_asphalt28.png: -6752629505182274192
|
||||||
|
road_asphalt29.png: 7864137392391100396
|
||||||
|
road_asphalt30.png: 2098695219904298335
|
||||||
|
road_asphalt31.png: 5459211899779094330
|
||||||
|
road_asphalt32.png: -1751430070380533981
|
||||||
|
road_asphalt33.png: 2084421362352344168
|
||||||
|
road_asphalt34.png: -3688243491104210527
|
||||||
|
road_asphalt35.png: -7123928403060626076
|
||||||
|
road_asphalt36.png: -2038724036707275006
|
||||||
|
road_asphalt37.png: 488119040464471136
|
||||||
|
road_asphalt38.png: 4268534517838131915
|
||||||
|
road_asphalt39.png: -7457420327693180645
|
||||||
|
road_asphalt40.png: 7516394481867045009
|
||||||
|
road_asphalt41.png: 6995321816792178874
|
||||||
|
road_asphalt42.png: 4214508078472914353
|
||||||
|
road_asphalt43.png: 8620695348300893849
|
||||||
|
road_asphalt44.png: -4577006156296725628
|
||||||
|
road_asphalt45.png: -6111733487362138586
|
||||||
|
road_asphalt46.png: -7155832236050112113
|
||||||
|
road_asphalt47.png: 2629803284648247474
|
||||||
|
road_asphalt48.png: 4632150576727671969
|
||||||
|
road_asphalt49.png: 2676663343607708989
|
||||||
|
road_asphalt50.png: -6951986841314137301
|
||||||
|
road_asphalt51.png: -4093374440795974610
|
||||||
|
road_asphalt52.png: 75155051709101000
|
||||||
|
road_asphalt53.png: -3255575740274669328
|
||||||
|
road_asphalt54.png: -6421320608722116523
|
||||||
|
road_asphalt55.png: 7068571634786354558
|
||||||
|
road_asphalt56.png: 8905690349652747724
|
||||||
|
road_asphalt57.png: -8517748418307439590
|
||||||
|
road_asphalt58.png: -5247216437641897072
|
||||||
|
road_asphalt59.png: -3124679581959444107
|
||||||
|
road_asphalt60.png: 8258240476729549586
|
||||||
|
road_asphalt61.png: -7805986656493566823
|
||||||
|
road_asphalt62.png: 3297497793100228005
|
||||||
|
road_asphalt63.png: -2679531101817006529
|
||||||
|
road_asphalt64.png: 8035442828280782693
|
||||||
|
road_asphalt65.png: -5232875839697839826
|
||||||
|
road_asphalt66.png: -6001564990320334399
|
||||||
|
road_asphalt67.png: -9083003313222871005
|
||||||
|
road_asphalt68.png: -7450547537794083761
|
||||||
|
road_asphalt69.png: -224758035730949135
|
||||||
|
road_asphalt70.png: -3937792416293108880
|
||||||
|
road_asphalt71.png: 2118744051026635315
|
||||||
|
road_asphalt72.png: 9058861650656833783
|
||||||
|
road_asphalt73.png: -3329327455357897335
|
||||||
|
road_asphalt74.png: -5624375048945164343
|
||||||
|
road_asphalt75.png: 1022248321689462480
|
||||||
|
road_asphalt76.png: -4918021399976422530
|
||||||
|
road_asphalt77.png: 1089215385588061056
|
||||||
|
road_asphalt78.png: -8461683958474096427
|
||||||
|
road_asphalt79.png: -5462193736986183493
|
||||||
|
road_asphalt80.png: 8548377064536991588
|
||||||
|
road_asphalt81.png: -7887246535288106105
|
||||||
|
road_asphalt82.png: 5989343553931161995
|
||||||
|
road_asphalt83.png: -2051242171998482622
|
||||||
|
road_asphalt84.png: 3571245623422273196
|
||||||
|
road_asphalt85.png: -8763898745603192321
|
||||||
|
road_asphalt86.png: 7126264585908961347
|
||||||
|
road_asphalt87.png: -2696239979300778355
|
||||||
|
road_asphalt88.png: -1421260669395817660
|
||||||
|
road_asphalt89.png: -1576864178639160453
|
||||||
|
road_asphalt90.png: 6278779421360027594
|
||||||
|
road_dirt01.png: -7011523237832010766
|
||||||
|
road_dirt02.png: 8766294041999928493
|
||||||
|
road_dirt03.png: 5367103053656106182
|
||||||
|
road_dirt04.png: -6920863322543951502
|
||||||
|
road_dirt05.png: -2743940398024254655
|
||||||
|
road_dirt06.png: 4704481670612481722
|
||||||
|
road_dirt07.png: 4443551564048470518
|
||||||
|
road_dirt08.png: 679110910637981342
|
||||||
|
road_dirt09.png: 4683722326845816639
|
||||||
|
road_dirt10.png: -5450407372227771892
|
||||||
|
road_dirt11.png: 6228258891635333606
|
||||||
|
road_dirt12.png: -2540684919342461705
|
||||||
|
road_dirt13.png: -7323158597400550100
|
||||||
|
road_dirt14.png: 4314275408426330216
|
||||||
|
road_dirt15.png: -171658658124971193
|
||||||
|
road_dirt16.png: -1449703300304143262
|
||||||
|
road_dirt17.png: -7418886968046134370
|
||||||
|
road_dirt18.png: 9218492422252191249
|
||||||
|
road_dirt19.png: -8056090264954551604
|
||||||
|
road_dirt20.png: 1988381234976467716
|
||||||
|
road_dirt21.png: -1542062506460025011
|
||||||
|
road_dirt22.png: -6768547727917518536
|
||||||
|
road_dirt23.png: 6218449686253068851
|
||||||
|
road_dirt24.png: 5024456329554373863
|
||||||
|
road_dirt25.png: -1743430774389737041
|
||||||
|
road_dirt26.png: 4679546587635080890
|
||||||
|
road_dirt27.png: -6372732882358945726
|
||||||
|
road_dirt28.png: 8274983803448063211
|
||||||
|
road_dirt29.png: 2290540770664570932
|
||||||
|
road_dirt30.png: 1725323366804832222
|
||||||
|
road_dirt31.png: -512722455522285027
|
||||||
|
road_dirt32.png: 529214402242435738
|
||||||
|
road_dirt33.png: -1117710186148955268
|
||||||
|
road_dirt34.png: 8604745283316423052
|
||||||
|
road_dirt35.png: -1148184301592213835
|
||||||
|
road_dirt36.png: -4347881803675866238
|
||||||
|
road_dirt37.png: 7289741524398701013
|
||||||
|
road_dirt38.png: -7942552071802961304
|
||||||
|
road_dirt39.png: 7304668284178591434
|
||||||
|
road_dirt40.png: -4011735934018195021
|
||||||
|
road_dirt41.png: 5818924045993750410
|
||||||
|
road_dirt42.png: 2795515922845416545
|
||||||
|
road_dirt43.png: -2438838852437875635
|
||||||
|
road_dirt44.png: -501236684984033221
|
||||||
|
road_dirt45.png: -7527020565150135530
|
||||||
|
road_dirt46.png: 1319381538278991273
|
||||||
|
road_dirt47.png: -7921832635407016065
|
||||||
|
road_dirt48.png: 8272652443059692192
|
||||||
|
road_dirt49.png: 2268338762287553533
|
||||||
|
road_dirt50.png: -3076416074612127732
|
||||||
|
road_dirt51.png: -354290056935090010
|
||||||
|
road_dirt52.png: -3786067475952186153
|
||||||
|
road_dirt53.png: -8079469061686722815
|
||||||
|
road_dirt54.png: 3734302580324514087
|
||||||
|
road_dirt55.png: 3748686676164161708
|
||||||
|
road_dirt56.png: 4442109814993102221
|
||||||
|
road_dirt57.png: -3071375724733712195
|
||||||
|
road_dirt58.png: 1650630721270681047
|
||||||
|
road_dirt59.png: 5485702538527356905
|
||||||
|
road_dirt60.png: 6796550608562251797
|
||||||
|
road_dirt61.png: -4481298297218734095
|
||||||
|
road_dirt62.png: 8351511023401652269
|
||||||
|
road_dirt63.png: 3414327210710929884
|
||||||
|
road_dirt64.png: 3975783013871749752
|
||||||
|
road_dirt65.png: -2041387449621548759
|
||||||
|
road_dirt66.png: -3346946808931314077
|
||||||
|
road_dirt67.png: -7664646813484178930
|
||||||
|
road_dirt68.png: 3508527913930600880
|
||||||
|
road_dirt69.png: -2242071811168450599
|
||||||
|
road_dirt70.png: 246520297748179096
|
||||||
|
road_dirt71.png: 8060694083883796590
|
||||||
|
road_dirt72.png: -2260247672668067343
|
||||||
|
road_dirt73.png: 614188445450603168
|
||||||
|
road_dirt74.png: 6209807547179756399
|
||||||
|
road_dirt75.png: -1406181152731860013
|
||||||
|
road_dirt76.png: 4731279733897666676
|
||||||
|
road_dirt77.png: 4918325303200132735
|
||||||
|
road_dirt78.png: 9116607593256222910
|
||||||
|
road_dirt79.png: 9166082939678462734
|
||||||
|
road_dirt80.png: 6416483096411643210
|
||||||
|
road_dirt81.png: -4767649438469186205
|
||||||
|
road_dirt82.png: -4355295349395582462
|
||||||
|
road_dirt83.png: 7678141639116185626
|
||||||
|
road_dirt84.png: 5029771838881066366
|
||||||
|
road_dirt85.png: -7222479512158379425
|
||||||
|
road_dirt86.png: -6435714164500895740
|
||||||
|
road_dirt87.png: 3710729055174618152
|
||||||
|
road_dirt88.png: 4513070314096954610
|
||||||
|
road_dirt89.png: -3623502617856210816
|
||||||
|
road_dirt90.png: -7546289229501291329
|
||||||
|
road_sand01.png: -6106514123819350684
|
||||||
|
road_sand02.png: 6678683649287926796
|
||||||
|
road_sand03.png: 6091057125436954764
|
||||||
|
road_sand04.png: 1106625069100429610
|
||||||
|
road_sand05.png: 2106423708312357990
|
||||||
|
road_sand06.png: -2445135403914457662
|
||||||
|
road_sand07.png: -9079010603040895824
|
||||||
|
road_sand08.png: 3068907790379664973
|
||||||
|
road_sand09.png: 5347509691952947434
|
||||||
|
road_sand10.png: -2978272143895338446
|
||||||
|
road_sand11.png: 5590702310731905104
|
||||||
|
road_sand12.png: 4200672646949283933
|
||||||
|
road_sand13.png: 6815002714334381869
|
||||||
|
road_sand14.png: -5745237409323196025
|
||||||
|
road_sand15.png: 6377963545911527384
|
||||||
|
road_sand16.png: 5561271501397248387
|
||||||
|
road_sand17.png: -6807321833125122192
|
||||||
|
road_sand18.png: -1302674181565709755
|
||||||
|
road_sand19.png: -410033453842681112
|
||||||
|
road_sand20.png: -4243796564327697444
|
||||||
|
road_sand21.png: -4369540480671014374
|
||||||
|
road_sand22.png: -4245725989678601388
|
||||||
|
road_sand23.png: 2110840140555892288
|
||||||
|
road_sand24.png: -7724729561074025820
|
||||||
|
road_sand25.png: 4743438770109845387
|
||||||
|
road_sand26.png: -6712065937101772617
|
||||||
|
road_sand27.png: 3032836919567700779
|
||||||
|
road_sand28.png: 590942846825749687
|
||||||
|
road_sand29.png: 3243239830380805697
|
||||||
|
road_sand30.png: -6224242870521745048
|
||||||
|
road_sand31.png: 7313505831955460094
|
||||||
|
road_sand32.png: -6164388836049357364
|
||||||
|
road_sand33.png: -2786409637974538579
|
||||||
|
road_sand34.png: 21395898463632016
|
||||||
|
road_sand35.png: -4109368638823969185
|
||||||
|
road_sand36.png: 8107429216834230202
|
||||||
|
road_sand37.png: -4337220116541970435
|
||||||
|
road_sand38.png: -7265118734964182018
|
||||||
|
road_sand39.png: -5828699806171256968
|
||||||
|
road_sand40.png: 301056004110250372
|
||||||
|
road_sand41.png: -4299584777768104257
|
||||||
|
road_sand42.png: 5976547218310375758
|
||||||
|
road_sand43.png: -5562084577747470992
|
||||||
|
road_sand44.png: -1756013819365364849
|
||||||
|
road_sand45.png: -1813585048116855140
|
||||||
|
road_sand46.png: 1269468606137373061
|
||||||
|
road_sand47.png: 6856411165678850711
|
||||||
|
road_sand48.png: 7305779551329357984
|
||||||
|
road_sand49.png: 7000576576978854257
|
||||||
|
road_sand50.png: 6604832999379251228
|
||||||
|
road_sand51.png: 7427530680998007036
|
||||||
|
road_sand52.png: 1900703204739128010
|
||||||
|
road_sand53.png: -5973329544842715253
|
||||||
|
road_sand54.png: -8927894618349656781
|
||||||
|
road_sand55.png: -2102398769523228289
|
||||||
|
road_sand56.png: -1406319460729450542
|
||||||
|
road_sand57.png: 5782370209703560909
|
||||||
|
road_sand58.png: 7845357811739616088
|
||||||
|
road_sand59.png: -6368098041519637534
|
||||||
|
road_sand60.png: 328964649781132623
|
||||||
|
road_sand61.png: -764333487577964370
|
||||||
|
road_sand62.png: 5745700291054992384
|
||||||
|
road_sand63.png: -4593818696444378945
|
||||||
|
road_sand64.png: 6680707342746984156
|
||||||
|
road_sand65.png: 4632986385283095064
|
||||||
|
road_sand66.png: -9109621183007703097
|
||||||
|
road_sand67.png: 1361146139987640539
|
||||||
|
road_sand68.png: -7619662411554954256
|
||||||
|
road_sand69.png: 2301580685622909383
|
||||||
|
road_sand70.png: -8783562222701665335
|
||||||
|
road_sand71.png: 5828608744118826406
|
||||||
|
road_sand72.png: -3959807427094851147
|
||||||
|
road_sand73.png: 1535824691067267873
|
||||||
|
road_sand74.png: 1400571231548534249
|
||||||
|
road_sand75.png: -3161141814581354868
|
||||||
|
road_sand76.png: 4209793257695959888
|
||||||
|
road_sand77.png: -2734846335164478453
|
||||||
|
road_sand78.png: 192659418157790980
|
||||||
|
road_sand79.png: 7294636589426837682
|
||||||
|
road_sand80.png: 1100674078252198622
|
||||||
|
road_sand81.png: 7530850659019088791
|
||||||
|
road_sand82.png: 4135026206927149101
|
||||||
|
road_sand83.png: -6750683048786751835
|
||||||
|
road_sand84.png: 346159285877010733
|
||||||
|
road_sand85.png: 3207104716493331971
|
||||||
|
road_sand86.png: 1552473152954324524
|
||||||
|
road_sand87.png: 1739046679744116959
|
||||||
|
road_sand88.png: 3638348380030776119
|
||||||
|
road_sand89.png: 7351771054793753370
|
||||||
|
road_sand90.png: 5711295839685872444
|
||||||
|
mipmapLimitGroupName:
|
||||||
pSDRemoveMatte: 0
|
pSDRemoveMatte: 0
|
||||||
pSDShowRemoveMatteOption: 0
|
|
||||||
userData:
|
userData:
|
||||||
assetBundleName:
|
assetBundleName:
|
||||||
assetBundleVariant:
|
assetBundleVariant:
|
||||||
|
|
|
@ -168,7 +168,7 @@ TextureImporter:
|
||||||
213: 1052889810842782320
|
213: 1052889810842782320
|
||||||
second: motorcycle_yellow.png
|
second: motorcycle_yellow.png
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
serializedVersion: 11
|
serializedVersion: 12
|
||||||
mipmaps:
|
mipmaps:
|
||||||
mipMapMode: 0
|
mipMapMode: 0
|
||||||
enableMipMap: 0
|
enableMipMap: 0
|
||||||
|
@ -185,10 +185,12 @@ TextureImporter:
|
||||||
externalNormalMap: 0
|
externalNormalMap: 0
|
||||||
heightScale: 0.25
|
heightScale: 0.25
|
||||||
normalMapFilter: 0
|
normalMapFilter: 0
|
||||||
|
flipGreenChannel: 0
|
||||||
isReadable: 0
|
isReadable: 0
|
||||||
streamingMipmaps: 0
|
streamingMipmaps: 0
|
||||||
streamingMipmapsPriority: 0
|
streamingMipmapsPriority: 0
|
||||||
vTOnly: 0
|
vTOnly: 0
|
||||||
|
ignoreMipmapLimit: 0
|
||||||
grayScaleToAlpha: 0
|
grayScaleToAlpha: 0
|
||||||
generateCubemap: 6
|
generateCubemap: 6
|
||||||
cubemapConvolution: 0
|
cubemapConvolution: 0
|
||||||
|
@ -198,8 +200,8 @@ TextureImporter:
|
||||||
textureSettings:
|
textureSettings:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
filterMode: 0
|
filterMode: 0
|
||||||
aniso: -1
|
aniso: 1
|
||||||
mipBias: -100
|
mipBias: 0
|
||||||
wrapU: 1
|
wrapU: 1
|
||||||
wrapV: 1
|
wrapV: 1
|
||||||
wrapW: 1
|
wrapW: 1
|
||||||
|
@ -227,6 +229,8 @@ TextureImporter:
|
||||||
textureFormatSet: 0
|
textureFormatSet: 0
|
||||||
ignorePngGamma: 0
|
ignorePngGamma: 0
|
||||||
applyGammaDecoding: 0
|
applyGammaDecoding: 0
|
||||||
|
swizzle: 50462976
|
||||||
|
cookieLightType: 1
|
||||||
platformSettings:
|
platformSettings:
|
||||||
- serializedVersion: 3
|
- serializedVersion: 3
|
||||||
buildTarget: DefaultTexturePlatform
|
buildTarget: DefaultTexturePlatform
|
||||||
|
@ -264,6 +268,42 @@ TextureImporter:
|
||||||
overridden: 0
|
overridden: 0
|
||||||
androidETC2FallbackOverride: 0
|
androidETC2FallbackOverride: 0
|
||||||
forceMaximumCompressionQuality_BC6H_BC7: 0
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Server
|
||||||
|
maxTextureSize: 2048
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: 4
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Android
|
||||||
|
maxTextureSize: 2048
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: 4
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: iPhone
|
||||||
|
maxTextureSize: 2048
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: 4
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
spriteSheet:
|
spriteSheet:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
sprites:
|
sprites:
|
||||||
|
@ -1432,9 +1472,64 @@ TextureImporter:
|
||||||
edges: []
|
edges: []
|
||||||
weights: []
|
weights: []
|
||||||
secondaryTextures: []
|
secondaryTextures: []
|
||||||
spritePackingTag:
|
nameFileIdTable:
|
||||||
|
car_black_1.png: 4388310046553351465
|
||||||
|
car_black_2.png: -6267284436276959688
|
||||||
|
car_black_3.png: -5487234274666271508
|
||||||
|
car_black_4.png: 3796866059118748963
|
||||||
|
car_black_5.png: 8174141931127027871
|
||||||
|
car_black_small_1.png: -5854845078086457657
|
||||||
|
car_black_small_2.png: -3238116853359156358
|
||||||
|
car_black_small_3.png: -5358112120345075995
|
||||||
|
car_black_small_4.png: -7509089115821500037
|
||||||
|
car_black_small_5.png: -1292610428632295097
|
||||||
|
car_blue_1.png: -3145662837836452822
|
||||||
|
car_blue_2.png: 8721645023631678629
|
||||||
|
car_blue_3.png: -3432716386889599642
|
||||||
|
car_blue_4.png: 4090281950234162674
|
||||||
|
car_blue_5.png: 6146169214796751205
|
||||||
|
car_blue_small_1.png: -165784156390243444
|
||||||
|
car_blue_small_2.png: 5854032289062925996
|
||||||
|
car_blue_small_3.png: -399181723325291149
|
||||||
|
car_blue_small_4.png: -4958131879951255419
|
||||||
|
car_blue_small_5.png: 1814203946655968902
|
||||||
|
car_green_1.png: -4789642500448508316
|
||||||
|
car_green_2.png: -9215881138946338381
|
||||||
|
car_green_3.png: 1932497843410269968
|
||||||
|
car_green_4.png: -102257924630529892
|
||||||
|
car_green_5.png: -7804755994338201680
|
||||||
|
car_green_small_1.png: -2340391804940355394
|
||||||
|
car_green_small_2.png: 8784708208269441098
|
||||||
|
car_green_small_3.png: -4373945184208743151
|
||||||
|
car_green_small_4.png: 5666747292794073580
|
||||||
|
car_green_small_5.png: -4826981165223064500
|
||||||
|
car_red_1.png: -402767150828662168
|
||||||
|
car_red_2.png: -5103533073269958970
|
||||||
|
car_red_3.png: 6004226248770874788
|
||||||
|
car_red_4.png: 1788878756733096532
|
||||||
|
car_red_5.png: 7182850648015134896
|
||||||
|
car_red_small_1.png: 8791158564483957296
|
||||||
|
car_red_small_2.png: 6546544915103061791
|
||||||
|
car_red_small_3.png: -1465125007321664850
|
||||||
|
car_red_small_4.png: 8220691272321144892
|
||||||
|
car_red_small_5.png: 2827919786845341106
|
||||||
|
car_yellow_1.png: -5109321867326243170
|
||||||
|
car_yellow_2.png: 8033371947851767715
|
||||||
|
car_yellow_3.png: 585360343760422088
|
||||||
|
car_yellow_4.png: -6345225925868482799
|
||||||
|
car_yellow_5.png: -8795475165768283164
|
||||||
|
car_yellow_small_1.png: 4857402430837541717
|
||||||
|
car_yellow_small_2.png: 1970015943846382136
|
||||||
|
car_yellow_small_3.png: -7550600017029667775
|
||||||
|
car_yellow_small_4.png: -6756369616418262522
|
||||||
|
car_yellow_small_5.png: 7167279659452971486
|
||||||
|
motorcycle_black.png: -6632662086031915546
|
||||||
|
motorcycle_blue.png: 5623787827994145953
|
||||||
|
motorcycle_green.png: -3305011063466608718
|
||||||
|
motorcycle_red.png: 7730093900369581798
|
||||||
|
motorcycle_yellow.png: 1052889810842782320
|
||||||
|
mipmapLimitGroupName:
|
||||||
pSDRemoveMatte: 0
|
pSDRemoveMatte: 0
|
||||||
pSDShowRemoveMatteOption: 0
|
|
||||||
userData:
|
userData:
|
||||||
assetBundleName:
|
assetBundleName:
|
||||||
assetBundleVariant:
|
assetBundleVariant:
|
||||||
|
|
|
@ -0,0 +1,35 @@
|
||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!387306366 &1
|
||||||
|
MemorySettings:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_EditorMemorySettings:
|
||||||
|
m_MainAllocatorBlockSize: -1
|
||||||
|
m_ThreadAllocatorBlockSize: -1
|
||||||
|
m_MainGfxBlockSize: -1
|
||||||
|
m_ThreadGfxBlockSize: -1
|
||||||
|
m_CacheBlockSize: -1
|
||||||
|
m_TypetreeBlockSize: -1
|
||||||
|
m_ProfilerBlockSize: -1
|
||||||
|
m_ProfilerEditorBlockSize: -1
|
||||||
|
m_BucketAllocatorGranularity: -1
|
||||||
|
m_BucketAllocatorBucketsCount: -1
|
||||||
|
m_BucketAllocatorBlockSize: -1
|
||||||
|
m_BucketAllocatorBlockCount: -1
|
||||||
|
m_ProfilerBucketAllocatorGranularity: -1
|
||||||
|
m_ProfilerBucketAllocatorBucketsCount: -1
|
||||||
|
m_ProfilerBucketAllocatorBlockSize: -1
|
||||||
|
m_ProfilerBucketAllocatorBlockCount: -1
|
||||||
|
m_TempAllocatorSizeMain: -1
|
||||||
|
m_JobTempAllocatorBlockSize: -1
|
||||||
|
m_BackgroundJobTempAllocatorBlockSize: -1
|
||||||
|
m_JobTempAllocatorReducedBlockSize: -1
|
||||||
|
m_TempAllocatorSizeGIBakingWorker: -1
|
||||||
|
m_TempAllocatorSizeNavMeshWorker: -1
|
||||||
|
m_TempAllocatorSizeAudioWorker: -1
|
||||||
|
m_TempAllocatorSizeCloudWorker: -1
|
||||||
|
m_TempAllocatorSizeGfx: -1
|
||||||
|
m_TempAllocatorSizeJobWorker: -1
|
||||||
|
m_TempAllocatorSizeBackgroundWorker: -1
|
||||||
|
m_TempAllocatorSizePreloadManager: -1
|
||||||
|
m_PlatformMemorySettings: {}
|
|
@ -3,7 +3,7 @@
|
||||||
--- !u!129 &1
|
--- !u!129 &1
|
||||||
PlayerSettings:
|
PlayerSettings:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
serializedVersion: 22
|
serializedVersion: 26
|
||||||
productGUID: d2c54298821340743b4d020369cb4dcf
|
productGUID: d2c54298821340743b4d020369cb4dcf
|
||||||
AndroidProfiler: 0
|
AndroidProfiler: 0
|
||||||
AndroidFilterTouchesWhenObscured: 0
|
AndroidFilterTouchesWhenObscured: 0
|
||||||
|
@ -48,14 +48,15 @@ PlayerSettings:
|
||||||
defaultScreenHeightWeb: 600
|
defaultScreenHeightWeb: 600
|
||||||
m_StereoRenderingPath: 0
|
m_StereoRenderingPath: 0
|
||||||
m_ActiveColorSpace: 0
|
m_ActiveColorSpace: 0
|
||||||
|
m_SpriteBatchVertexThreshold: 300
|
||||||
m_MTRendering: 1
|
m_MTRendering: 1
|
||||||
mipStripping: 0
|
mipStripping: 0
|
||||||
numberOfMipsStripped: 0
|
numberOfMipsStripped: 0
|
||||||
|
numberOfMipsStrippedPerMipmapLimitGroup: {}
|
||||||
m_StackTraceTypes: 010000000100000001000000010000000100000001000000
|
m_StackTraceTypes: 010000000100000001000000010000000100000001000000
|
||||||
iosShowActivityIndicatorOnLoading: -1
|
iosShowActivityIndicatorOnLoading: -1
|
||||||
androidShowActivityIndicatorOnLoading: -1
|
androidShowActivityIndicatorOnLoading: -1
|
||||||
iosUseCustomAppBackgroundBehavior: 0
|
iosUseCustomAppBackgroundBehavior: 0
|
||||||
iosAllowHTTPDownload: 1
|
|
||||||
allowedAutorotateToPortrait: 1
|
allowedAutorotateToPortrait: 1
|
||||||
allowedAutorotateToPortraitUpsideDown: 1
|
allowedAutorotateToPortraitUpsideDown: 1
|
||||||
allowedAutorotateToLandscapeRight: 1
|
allowedAutorotateToLandscapeRight: 1
|
||||||
|
@ -68,6 +69,12 @@ PlayerSettings:
|
||||||
androidRenderOutsideSafeArea: 1
|
androidRenderOutsideSafeArea: 1
|
||||||
androidUseSwappy: 1
|
androidUseSwappy: 1
|
||||||
androidBlitType: 0
|
androidBlitType: 0
|
||||||
|
androidResizableWindow: 0
|
||||||
|
androidDefaultWindowWidth: 1920
|
||||||
|
androidDefaultWindowHeight: 1080
|
||||||
|
androidMinimumWindowWidth: 400
|
||||||
|
androidMinimumWindowHeight: 300
|
||||||
|
androidFullscreenMode: 1
|
||||||
defaultIsNativeResolution: 1
|
defaultIsNativeResolution: 1
|
||||||
macRetinaSupport: 1
|
macRetinaSupport: 1
|
||||||
runInBackground: 0
|
runInBackground: 0
|
||||||
|
@ -113,20 +120,19 @@ PlayerSettings:
|
||||||
switchNVNShaderPoolsGranularity: 33554432
|
switchNVNShaderPoolsGranularity: 33554432
|
||||||
switchNVNDefaultPoolsGranularity: 16777216
|
switchNVNDefaultPoolsGranularity: 16777216
|
||||||
switchNVNOtherPoolsGranularity: 16777216
|
switchNVNOtherPoolsGranularity: 16777216
|
||||||
|
switchGpuScratchPoolGranularity: 2097152
|
||||||
|
switchAllowGpuScratchShrinking: 0
|
||||||
switchNVNMaxPublicTextureIDCount: 0
|
switchNVNMaxPublicTextureIDCount: 0
|
||||||
switchNVNMaxPublicSamplerIDCount: 0
|
switchNVNMaxPublicSamplerIDCount: 0
|
||||||
|
switchNVNGraphicsFirmwareMemory: 32
|
||||||
stadiaPresentMode: 0
|
stadiaPresentMode: 0
|
||||||
stadiaTargetFramerate: 0
|
stadiaTargetFramerate: 0
|
||||||
vulkanNumSwapchainBuffers: 3
|
vulkanNumSwapchainBuffers: 3
|
||||||
vulkanEnableSetSRGBWrite: 0
|
vulkanEnableSetSRGBWrite: 0
|
||||||
vulkanEnablePreTransform: 0
|
vulkanEnablePreTransform: 0
|
||||||
vulkanEnableLateAcquireNextImage: 0
|
vulkanEnableLateAcquireNextImage: 0
|
||||||
m_SupportedAspectRatios:
|
vulkanEnableCommandBufferRecycling: 1
|
||||||
4:3: 1
|
loadStoreDebugModeEnabled: 0
|
||||||
5:4: 1
|
|
||||||
16:10: 1
|
|
||||||
16:9: 1
|
|
||||||
Others: 1
|
|
||||||
bundleVersion: 1.0
|
bundleVersion: 1.0
|
||||||
preloadedAssets: []
|
preloadedAssets: []
|
||||||
metroInputSource: 0
|
metroInputSource: 0
|
||||||
|
@ -138,11 +144,13 @@ PlayerSettings:
|
||||||
enable360StereoCapture: 0
|
enable360StereoCapture: 0
|
||||||
isWsaHolographicRemotingEnabled: 0
|
isWsaHolographicRemotingEnabled: 0
|
||||||
enableFrameTimingStats: 0
|
enableFrameTimingStats: 0
|
||||||
|
enableOpenGLProfilerGPURecorders: 1
|
||||||
useHDRDisplay: 0
|
useHDRDisplay: 0
|
||||||
D3DHDRBitDepth: 0
|
D3DHDRBitDepth: 0
|
||||||
m_ColorGamuts: 00000000
|
m_ColorGamuts: 00000000
|
||||||
targetPixelDensity: 30
|
targetPixelDensity: 30
|
||||||
resolutionScalingMode: 0
|
resolutionScalingMode: 0
|
||||||
|
resetResolutionOnWindowResize: 0
|
||||||
androidSupportedAspectRatio: 1
|
androidSupportedAspectRatio: 1
|
||||||
androidMaxAspectRatio: 2.1
|
androidMaxAspectRatio: 2.1
|
||||||
applicationIdentifier:
|
applicationIdentifier:
|
||||||
|
@ -153,7 +161,7 @@ PlayerSettings:
|
||||||
tvOS: 0
|
tvOS: 0
|
||||||
overrideDefaultApplicationIdentifier: 0
|
overrideDefaultApplicationIdentifier: 0
|
||||||
AndroidBundleVersionCode: 1
|
AndroidBundleVersionCode: 1
|
||||||
AndroidMinSdkVersion: 19
|
AndroidMinSdkVersion: 22
|
||||||
AndroidTargetSdkVersion: 0
|
AndroidTargetSdkVersion: 0
|
||||||
AndroidPreferredInstallLocation: 1
|
AndroidPreferredInstallLocation: 1
|
||||||
aotOptions:
|
aotOptions:
|
||||||
|
@ -166,12 +174,13 @@ PlayerSettings:
|
||||||
APKExpansionFiles: 0
|
APKExpansionFiles: 0
|
||||||
keepLoadedShadersAlive: 0
|
keepLoadedShadersAlive: 0
|
||||||
StripUnusedMeshComponents: 0
|
StripUnusedMeshComponents: 0
|
||||||
|
strictShaderVariantMatching: 0
|
||||||
VertexChannelCompressionMask: 4054
|
VertexChannelCompressionMask: 4054
|
||||||
iPhoneSdkVersion: 988
|
iPhoneSdkVersion: 988
|
||||||
iOSTargetOSVersionString: 11.0
|
iOSTargetOSVersionString: 12.0
|
||||||
tvOSSdkVersion: 0
|
tvOSSdkVersion: 0
|
||||||
tvOSRequireExtendedGameController: 0
|
tvOSRequireExtendedGameController: 0
|
||||||
tvOSTargetOSVersionString: 11.0
|
tvOSTargetOSVersionString: 12.0
|
||||||
uIPrerenderedIcon: 0
|
uIPrerenderedIcon: 0
|
||||||
uIRequiresPersistentWiFi: 0
|
uIRequiresPersistentWiFi: 0
|
||||||
uIRequiresFullScreen: 1
|
uIRequiresFullScreen: 1
|
||||||
|
@ -209,6 +218,7 @@ PlayerSettings:
|
||||||
iOSLaunchScreeniPadCustomStoryboardPath:
|
iOSLaunchScreeniPadCustomStoryboardPath:
|
||||||
iOSDeviceRequirements: []
|
iOSDeviceRequirements: []
|
||||||
iOSURLSchemes: []
|
iOSURLSchemes: []
|
||||||
|
macOSURLSchemes: []
|
||||||
iOSBackgroundModes: 0
|
iOSBackgroundModes: 0
|
||||||
iOSMetalForceHardShadows: 0
|
iOSMetalForceHardShadows: 0
|
||||||
metalEditorSupport: 1
|
metalEditorSupport: 1
|
||||||
|
@ -234,12 +244,15 @@ PlayerSettings:
|
||||||
useCustomLauncherGradleManifest: 0
|
useCustomLauncherGradleManifest: 0
|
||||||
useCustomBaseGradleTemplate: 0
|
useCustomBaseGradleTemplate: 0
|
||||||
useCustomGradlePropertiesTemplate: 0
|
useCustomGradlePropertiesTemplate: 0
|
||||||
|
useCustomGradleSettingsTemplate: 0
|
||||||
useCustomProguardFile: 0
|
useCustomProguardFile: 0
|
||||||
AndroidTargetArchitectures: 1
|
AndroidTargetArchitectures: 1
|
||||||
|
AndroidTargetDevices: 0
|
||||||
AndroidSplashScreenScale: 0
|
AndroidSplashScreenScale: 0
|
||||||
androidSplashScreen: {fileID: 0}
|
androidSplashScreen: {fileID: 0}
|
||||||
AndroidKeystoreName:
|
AndroidKeystoreName:
|
||||||
AndroidKeyaliasName:
|
AndroidKeyaliasName:
|
||||||
|
AndroidEnableArmv9SecurityFeatures: 0
|
||||||
AndroidBuildApkPerCpuArchitecture: 0
|
AndroidBuildApkPerCpuArchitecture: 0
|
||||||
AndroidTVCompatibility: 0
|
AndroidTVCompatibility: 0
|
||||||
AndroidIsGame: 1
|
AndroidIsGame: 1
|
||||||
|
@ -252,14 +265,204 @@ PlayerSettings:
|
||||||
height: 180
|
height: 180
|
||||||
banner: {fileID: 0}
|
banner: {fileID: 0}
|
||||||
androidGamepadSupportLevel: 0
|
androidGamepadSupportLevel: 0
|
||||||
AndroidMinifyWithR8: 0
|
chromeosInputEmulation: 1
|
||||||
AndroidMinifyRelease: 0
|
AndroidMinifyRelease: 0
|
||||||
AndroidMinifyDebug: 0
|
AndroidMinifyDebug: 0
|
||||||
AndroidValidateAppBundleSize: 1
|
AndroidValidateAppBundleSize: 1
|
||||||
AndroidAppBundleSizeToValidate: 150
|
AndroidAppBundleSizeToValidate: 150
|
||||||
m_BuildTargetIcons: []
|
m_BuildTargetIcons: []
|
||||||
m_BuildTargetPlatformIcons: []
|
m_BuildTargetPlatformIcons:
|
||||||
|
- m_BuildTarget: iPhone
|
||||||
|
m_Icons:
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 180
|
||||||
|
m_Height: 180
|
||||||
|
m_Kind: 0
|
||||||
|
m_SubKind: iPhone
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 120
|
||||||
|
m_Height: 120
|
||||||
|
m_Kind: 0
|
||||||
|
m_SubKind: iPhone
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 167
|
||||||
|
m_Height: 167
|
||||||
|
m_Kind: 0
|
||||||
|
m_SubKind: iPad
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 152
|
||||||
|
m_Height: 152
|
||||||
|
m_Kind: 0
|
||||||
|
m_SubKind: iPad
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 76
|
||||||
|
m_Height: 76
|
||||||
|
m_Kind: 0
|
||||||
|
m_SubKind: iPad
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 120
|
||||||
|
m_Height: 120
|
||||||
|
m_Kind: 3
|
||||||
|
m_SubKind: iPhone
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 80
|
||||||
|
m_Height: 80
|
||||||
|
m_Kind: 3
|
||||||
|
m_SubKind: iPhone
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 80
|
||||||
|
m_Height: 80
|
||||||
|
m_Kind: 3
|
||||||
|
m_SubKind: iPad
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 40
|
||||||
|
m_Height: 40
|
||||||
|
m_Kind: 3
|
||||||
|
m_SubKind: iPad
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 87
|
||||||
|
m_Height: 87
|
||||||
|
m_Kind: 1
|
||||||
|
m_SubKind: iPhone
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 58
|
||||||
|
m_Height: 58
|
||||||
|
m_Kind: 1
|
||||||
|
m_SubKind: iPhone
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 29
|
||||||
|
m_Height: 29
|
||||||
|
m_Kind: 1
|
||||||
|
m_SubKind: iPhone
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 58
|
||||||
|
m_Height: 58
|
||||||
|
m_Kind: 1
|
||||||
|
m_SubKind: iPad
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 29
|
||||||
|
m_Height: 29
|
||||||
|
m_Kind: 1
|
||||||
|
m_SubKind: iPad
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 60
|
||||||
|
m_Height: 60
|
||||||
|
m_Kind: 2
|
||||||
|
m_SubKind: iPhone
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 40
|
||||||
|
m_Height: 40
|
||||||
|
m_Kind: 2
|
||||||
|
m_SubKind: iPhone
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 40
|
||||||
|
m_Height: 40
|
||||||
|
m_Kind: 2
|
||||||
|
m_SubKind: iPad
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 20
|
||||||
|
m_Height: 20
|
||||||
|
m_Kind: 2
|
||||||
|
m_SubKind: iPad
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 1024
|
||||||
|
m_Height: 1024
|
||||||
|
m_Kind: 4
|
||||||
|
m_SubKind: App Store
|
||||||
|
- m_BuildTarget: Android
|
||||||
|
m_Icons:
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 432
|
||||||
|
m_Height: 432
|
||||||
|
m_Kind: 2
|
||||||
|
m_SubKind:
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 324
|
||||||
|
m_Height: 324
|
||||||
|
m_Kind: 2
|
||||||
|
m_SubKind:
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 216
|
||||||
|
m_Height: 216
|
||||||
|
m_Kind: 2
|
||||||
|
m_SubKind:
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 162
|
||||||
|
m_Height: 162
|
||||||
|
m_Kind: 2
|
||||||
|
m_SubKind:
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 108
|
||||||
|
m_Height: 108
|
||||||
|
m_Kind: 2
|
||||||
|
m_SubKind:
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 81
|
||||||
|
m_Height: 81
|
||||||
|
m_Kind: 2
|
||||||
|
m_SubKind:
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 192
|
||||||
|
m_Height: 192
|
||||||
|
m_Kind: 1
|
||||||
|
m_SubKind:
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 144
|
||||||
|
m_Height: 144
|
||||||
|
m_Kind: 1
|
||||||
|
m_SubKind:
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 96
|
||||||
|
m_Height: 96
|
||||||
|
m_Kind: 1
|
||||||
|
m_SubKind:
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 72
|
||||||
|
m_Height: 72
|
||||||
|
m_Kind: 1
|
||||||
|
m_SubKind:
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 48
|
||||||
|
m_Height: 48
|
||||||
|
m_Kind: 1
|
||||||
|
m_SubKind:
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 36
|
||||||
|
m_Height: 36
|
||||||
|
m_Kind: 1
|
||||||
|
m_SubKind:
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 192
|
||||||
|
m_Height: 192
|
||||||
|
m_Kind: 0
|
||||||
|
m_SubKind:
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 144
|
||||||
|
m_Height: 144
|
||||||
|
m_Kind: 0
|
||||||
|
m_SubKind:
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 96
|
||||||
|
m_Height: 96
|
||||||
|
m_Kind: 0
|
||||||
|
m_SubKind:
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 72
|
||||||
|
m_Height: 72
|
||||||
|
m_Kind: 0
|
||||||
|
m_SubKind:
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 48
|
||||||
|
m_Height: 48
|
||||||
|
m_Kind: 0
|
||||||
|
m_SubKind:
|
||||||
|
- m_Textures: []
|
||||||
|
m_Width: 36
|
||||||
|
m_Height: 36
|
||||||
|
m_Kind: 0
|
||||||
|
m_SubKind:
|
||||||
m_BuildTargetBatching: []
|
m_BuildTargetBatching: []
|
||||||
|
m_BuildTargetShaderSettings: []
|
||||||
m_BuildTargetGraphicsJobs:
|
m_BuildTargetGraphicsJobs:
|
||||||
- m_BuildTarget: MacStandaloneSupport
|
- m_BuildTarget: MacStandaloneSupport
|
||||||
m_GraphicsJobs: 0
|
m_GraphicsJobs: 0
|
||||||
|
@ -291,11 +494,13 @@ PlayerSettings:
|
||||||
m_BuildTargetGraphicsAPIs:
|
m_BuildTargetGraphicsAPIs:
|
||||||
- m_BuildTarget: AndroidPlayer
|
- m_BuildTarget: AndroidPlayer
|
||||||
m_APIs: 150000000b000000
|
m_APIs: 150000000b000000
|
||||||
m_Automatic: 0
|
m_Automatic: 1
|
||||||
- m_BuildTarget: iOSSupport
|
- m_BuildTarget: iOSSupport
|
||||||
m_APIs: 10000000
|
m_APIs: 10000000
|
||||||
m_Automatic: 1
|
m_Automatic: 1
|
||||||
m_BuildTargetVRSettings: []
|
m_BuildTargetVRSettings: []
|
||||||
|
m_DefaultShaderChunkSizeInMB: 16
|
||||||
|
m_DefaultShaderChunkCount: 0
|
||||||
openGLRequireES31: 0
|
openGLRequireES31: 0
|
||||||
openGLRequireES31AEP: 0
|
openGLRequireES31AEP: 0
|
||||||
openGLRequireES32: 0
|
openGLRequireES32: 0
|
||||||
|
@ -305,8 +510,11 @@ PlayerSettings:
|
||||||
iPhone: 1
|
iPhone: 1
|
||||||
tvOS: 1
|
tvOS: 1
|
||||||
m_BuildTargetGroupLightmapEncodingQuality: []
|
m_BuildTargetGroupLightmapEncodingQuality: []
|
||||||
|
m_BuildTargetGroupHDRCubemapEncodingQuality: []
|
||||||
m_BuildTargetGroupLightmapSettings: []
|
m_BuildTargetGroupLightmapSettings: []
|
||||||
|
m_BuildTargetGroupLoadStoreDebugModeSettings: []
|
||||||
m_BuildTargetNormalMapEncoding: []
|
m_BuildTargetNormalMapEncoding: []
|
||||||
|
m_BuildTargetDefaultTextureCompressionFormat: []
|
||||||
playModeTestRunnerEnabled: 0
|
playModeTestRunnerEnabled: 0
|
||||||
runPlayModeTestAsEditModeTest: 0
|
runPlayModeTestAsEditModeTest: 0
|
||||||
actionOnDotNetUnhandledException: 1
|
actionOnDotNetUnhandledException: 1
|
||||||
|
@ -316,6 +524,8 @@ PlayerSettings:
|
||||||
cameraUsageDescription:
|
cameraUsageDescription:
|
||||||
locationUsageDescription:
|
locationUsageDescription:
|
||||||
microphoneUsageDescription:
|
microphoneUsageDescription:
|
||||||
|
bluetoothUsageDescription:
|
||||||
|
macOSTargetOSVersion: 10.13.0
|
||||||
switchNMETAOverride:
|
switchNMETAOverride:
|
||||||
switchNetLibKey:
|
switchNetLibKey:
|
||||||
switchSocketMemoryPoolSize: 6144
|
switchSocketMemoryPoolSize: 6144
|
||||||
|
@ -324,8 +534,10 @@ PlayerSettings:
|
||||||
switchScreenResolutionBehavior: 2
|
switchScreenResolutionBehavior: 2
|
||||||
switchUseCPUProfiler: 0
|
switchUseCPUProfiler: 0
|
||||||
switchUseGOLDLinker: 0
|
switchUseGOLDLinker: 0
|
||||||
|
switchLTOSetting: 0
|
||||||
switchApplicationID: 0x01004b9000490000
|
switchApplicationID: 0x01004b9000490000
|
||||||
switchNSODependencies:
|
switchNSODependencies:
|
||||||
|
switchCompilerFlags:
|
||||||
switchTitleNames_0:
|
switchTitleNames_0:
|
||||||
switchTitleNames_1:
|
switchTitleNames_1:
|
||||||
switchTitleNames_2:
|
switchTitleNames_2:
|
||||||
|
@ -341,6 +553,7 @@ PlayerSettings:
|
||||||
switchTitleNames_12:
|
switchTitleNames_12:
|
||||||
switchTitleNames_13:
|
switchTitleNames_13:
|
||||||
switchTitleNames_14:
|
switchTitleNames_14:
|
||||||
|
switchTitleNames_15:
|
||||||
switchPublisherNames_0:
|
switchPublisherNames_0:
|
||||||
switchPublisherNames_1:
|
switchPublisherNames_1:
|
||||||
switchPublisherNames_2:
|
switchPublisherNames_2:
|
||||||
|
@ -356,6 +569,7 @@ PlayerSettings:
|
||||||
switchPublisherNames_12:
|
switchPublisherNames_12:
|
||||||
switchPublisherNames_13:
|
switchPublisherNames_13:
|
||||||
switchPublisherNames_14:
|
switchPublisherNames_14:
|
||||||
|
switchPublisherNames_15:
|
||||||
switchIcons_0: {fileID: 0}
|
switchIcons_0: {fileID: 0}
|
||||||
switchIcons_1: {fileID: 0}
|
switchIcons_1: {fileID: 0}
|
||||||
switchIcons_2: {fileID: 0}
|
switchIcons_2: {fileID: 0}
|
||||||
|
@ -371,6 +585,7 @@ PlayerSettings:
|
||||||
switchIcons_12: {fileID: 0}
|
switchIcons_12: {fileID: 0}
|
||||||
switchIcons_13: {fileID: 0}
|
switchIcons_13: {fileID: 0}
|
||||||
switchIcons_14: {fileID: 0}
|
switchIcons_14: {fileID: 0}
|
||||||
|
switchIcons_15: {fileID: 0}
|
||||||
switchSmallIcons_0: {fileID: 0}
|
switchSmallIcons_0: {fileID: 0}
|
||||||
switchSmallIcons_1: {fileID: 0}
|
switchSmallIcons_1: {fileID: 0}
|
||||||
switchSmallIcons_2: {fileID: 0}
|
switchSmallIcons_2: {fileID: 0}
|
||||||
|
@ -386,6 +601,7 @@ PlayerSettings:
|
||||||
switchSmallIcons_12: {fileID: 0}
|
switchSmallIcons_12: {fileID: 0}
|
||||||
switchSmallIcons_13: {fileID: 0}
|
switchSmallIcons_13: {fileID: 0}
|
||||||
switchSmallIcons_14: {fileID: 0}
|
switchSmallIcons_14: {fileID: 0}
|
||||||
|
switchSmallIcons_15: {fileID: 0}
|
||||||
switchManualHTML:
|
switchManualHTML:
|
||||||
switchAccessibleURLs:
|
switchAccessibleURLs:
|
||||||
switchLegalInformation:
|
switchLegalInformation:
|
||||||
|
@ -395,7 +611,6 @@ PlayerSettings:
|
||||||
switchReleaseVersion: 0
|
switchReleaseVersion: 0
|
||||||
switchDisplayVersion: 1.0.0
|
switchDisplayVersion: 1.0.0
|
||||||
switchStartupUserAccount: 0
|
switchStartupUserAccount: 0
|
||||||
switchTouchScreenUsage: 0
|
|
||||||
switchSupportedLanguagesMask: 0
|
switchSupportedLanguagesMask: 0
|
||||||
switchLogoType: 0
|
switchLogoType: 0
|
||||||
switchApplicationErrorCodeCategory:
|
switchApplicationErrorCodeCategory:
|
||||||
|
@ -437,6 +652,7 @@ PlayerSettings:
|
||||||
switchNativeFsCacheSize: 32
|
switchNativeFsCacheSize: 32
|
||||||
switchIsHoldTypeHorizontal: 0
|
switchIsHoldTypeHorizontal: 0
|
||||||
switchSupportedNpadCount: 8
|
switchSupportedNpadCount: 8
|
||||||
|
switchEnableTouchScreen: 1
|
||||||
switchSocketConfigEnabled: 0
|
switchSocketConfigEnabled: 0
|
||||||
switchTcpInitialSendBufferSize: 32
|
switchTcpInitialSendBufferSize: 32
|
||||||
switchTcpInitialReceiveBufferSize: 64
|
switchTcpInitialReceiveBufferSize: 64
|
||||||
|
@ -449,6 +665,11 @@ PlayerSettings:
|
||||||
switchNetworkInterfaceManagerInitializeEnabled: 1
|
switchNetworkInterfaceManagerInitializeEnabled: 1
|
||||||
switchPlayerConnectionEnabled: 1
|
switchPlayerConnectionEnabled: 1
|
||||||
switchUseNewStyleFilepaths: 0
|
switchUseNewStyleFilepaths: 0
|
||||||
|
switchUseLegacyFmodPriorities: 0
|
||||||
|
switchUseMicroSleepForYield: 1
|
||||||
|
switchEnableRamDiskSupport: 0
|
||||||
|
switchMicroSleepForYieldTime: 25
|
||||||
|
switchRamDiskSpaceSize: 12
|
||||||
ps4NPAgeRating: 12
|
ps4NPAgeRating: 12
|
||||||
ps4NPTitleSecret:
|
ps4NPTitleSecret:
|
||||||
ps4NPTrophyPackPath:
|
ps4NPTrophyPackPath:
|
||||||
|
@ -519,6 +740,7 @@ PlayerSettings:
|
||||||
ps4videoRecordingFeaturesUsed: 0
|
ps4videoRecordingFeaturesUsed: 0
|
||||||
ps4contentSearchFeaturesUsed: 0
|
ps4contentSearchFeaturesUsed: 0
|
||||||
ps4CompatibilityPS5: 0
|
ps4CompatibilityPS5: 0
|
||||||
|
ps4AllowPS5Detection: 0
|
||||||
ps4GPU800MHz: 1
|
ps4GPU800MHz: 1
|
||||||
ps4attribEyeToEyeDistanceSettingVR: 0
|
ps4attribEyeToEyeDistanceSettingVR: 0
|
||||||
ps4IncludedModules: []
|
ps4IncludedModules: []
|
||||||
|
@ -531,6 +753,7 @@ PlayerSettings:
|
||||||
webGLMemorySize: 32
|
webGLMemorySize: 32
|
||||||
webGLExceptionSupport: 1
|
webGLExceptionSupport: 1
|
||||||
webGLNameFilesAsHashes: 0
|
webGLNameFilesAsHashes: 0
|
||||||
|
webGLShowDiagnostics: 0
|
||||||
webGLDataCaching: 1
|
webGLDataCaching: 1
|
||||||
webGLDebugSymbols: 0
|
webGLDebugSymbols: 0
|
||||||
webGLEmscriptenArgs:
|
webGLEmscriptenArgs:
|
||||||
|
@ -543,18 +766,38 @@ PlayerSettings:
|
||||||
webGLLinkerTarget: 1
|
webGLLinkerTarget: 1
|
||||||
webGLThreadsSupport: 0
|
webGLThreadsSupport: 0
|
||||||
webGLDecompressionFallback: 0
|
webGLDecompressionFallback: 0
|
||||||
|
webGLInitialMemorySize: 32
|
||||||
|
webGLMaximumMemorySize: 2048
|
||||||
|
webGLMemoryGrowthMode: 2
|
||||||
|
webGLMemoryLinearGrowthStep: 16
|
||||||
|
webGLMemoryGeometricGrowthStep: 0.2
|
||||||
|
webGLMemoryGeometricGrowthCap: 96
|
||||||
|
webGLPowerPreference: 2
|
||||||
scriptingDefineSymbols: {}
|
scriptingDefineSymbols: {}
|
||||||
additionalCompilerArguments: {}
|
additionalCompilerArguments: {}
|
||||||
platformArchitecture: {}
|
platformArchitecture: {}
|
||||||
scriptingBackend: {}
|
scriptingBackend: {}
|
||||||
il2cppCompilerConfiguration: {}
|
il2cppCompilerConfiguration: {}
|
||||||
managedStrippingLevel: {}
|
il2cppCodeGeneration: {}
|
||||||
|
managedStrippingLevel:
|
||||||
|
EmbeddedLinux: 1
|
||||||
|
GameCoreScarlett: 1
|
||||||
|
GameCoreXboxOne: 1
|
||||||
|
Nintendo Switch: 1
|
||||||
|
PS4: 1
|
||||||
|
PS5: 1
|
||||||
|
QNX: 1
|
||||||
|
Stadia: 1
|
||||||
|
WebGL: 1
|
||||||
|
Windows Store Apps: 1
|
||||||
|
XboxOne: 1
|
||||||
|
iPhone: 1
|
||||||
|
tvOS: 1
|
||||||
incrementalIl2cppBuild: {}
|
incrementalIl2cppBuild: {}
|
||||||
suppressCommonWarnings: 1
|
suppressCommonWarnings: 1
|
||||||
allowUnsafeCode: 0
|
allowUnsafeCode: 0
|
||||||
useDeterministicCompilation: 1
|
useDeterministicCompilation: 1
|
||||||
useReferenceAssemblies: 1
|
selectedPlatform: 0
|
||||||
enableRoslynAnalyzers: 1
|
|
||||||
additionalIl2CppArgs:
|
additionalIl2CppArgs:
|
||||||
scriptingRuntimeVersion: 1
|
scriptingRuntimeVersion: 1
|
||||||
gcIncremental: 1
|
gcIncremental: 1
|
||||||
|
@ -588,6 +831,7 @@ PlayerSettings:
|
||||||
metroFTAName:
|
metroFTAName:
|
||||||
metroFTAFileTypes: []
|
metroFTAFileTypes: []
|
||||||
metroProtocolName:
|
metroProtocolName:
|
||||||
|
vcxProjDefaultLanguage:
|
||||||
XboxOneProductId:
|
XboxOneProductId:
|
||||||
XboxOneUpdateKey:
|
XboxOneUpdateKey:
|
||||||
XboxOneSandboxId:
|
XboxOneSandboxId:
|
||||||
|
@ -606,6 +850,7 @@ PlayerSettings:
|
||||||
XboxOneCapability: []
|
XboxOneCapability: []
|
||||||
XboxOneGameRating: {}
|
XboxOneGameRating: {}
|
||||||
XboxOneIsContentPackage: 0
|
XboxOneIsContentPackage: 0
|
||||||
|
XboxOneEnhancedXboxCompatibilityMode: 0
|
||||||
XboxOneEnableGPUVariability: 1
|
XboxOneEnableGPUVariability: 1
|
||||||
XboxOneSockets: {}
|
XboxOneSockets: {}
|
||||||
XboxOneSplashScreen: {fileID: 0}
|
XboxOneSplashScreen: {fileID: 0}
|
||||||
|
@ -627,8 +872,14 @@ PlayerSettings:
|
||||||
luminVersion:
|
luminVersion:
|
||||||
m_VersionCode: 1
|
m_VersionCode: 1
|
||||||
m_VersionName:
|
m_VersionName:
|
||||||
|
hmiPlayerDataPath:
|
||||||
|
hmiForceSRGBBlit: 1
|
||||||
|
embeddedLinuxEnableGamepadInput: 1
|
||||||
|
hmiLogStartupTiming: 0
|
||||||
|
hmiCpuConfiguration:
|
||||||
apiCompatibilityLevel: 6
|
apiCompatibilityLevel: 6
|
||||||
activeInputHandler: 1
|
activeInputHandler: 1
|
||||||
|
windowsGamepadBackendHint: 0
|
||||||
cloudProjectId:
|
cloudProjectId:
|
||||||
framebufferDepthMemorylessMode: 0
|
framebufferDepthMemorylessMode: 0
|
||||||
qualitySettingsNames: []
|
qualitySettingsNames: []
|
||||||
|
@ -636,4 +887,6 @@ PlayerSettings:
|
||||||
organizationId:
|
organizationId:
|
||||||
cloudEnabled: 0
|
cloudEnabled: 0
|
||||||
legacyClampBlendShapeWeights: 0
|
legacyClampBlendShapeWeights: 0
|
||||||
|
hmiLoadingImage: {fileID: 0}
|
||||||
virtualTexturingSupportEnabled: 0
|
virtualTexturingSupportEnabled: 0
|
||||||
|
insecureHttpOption: 0
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
m_EditorVersion: 2020.2.5f1
|
m_EditorVersion: 2020.3.46f1
|
||||||
m_EditorVersionWithRevision: 2020.2.5f1 (e2c53f129de5)
|
m_EditorVersionWithRevision: 2020.3.46f1 (18bc01a066b4)
|
||||||
|
|
Loading…
Reference in New Issue