CamerettaUnity 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. checksums.yaml +7 -0
  2. data/Assets/Cameretta.meta +8 -0
  3. data/Assets/Cameretta/Cameretta.cs +159 -0
  4. data/Assets/Cameretta/Cameretta.cs.meta +11 -0
  5. data/Assets/Cameretta/DupLowPoly.cs +48 -0
  6. data/Assets/Cameretta/DupLowPoly.cs.meta +11 -0
  7. data/Assets/Cameretta/LowPoly.cs +110 -0
  8. data/Assets/Cameretta/LowPoly.cs.meta +11 -0
  9. data/Assets/Cameretta/RetroLetto.cs +94 -0
  10. data/Assets/Cameretta/RetroLetto.cs.meta +11 -0
  11. data/Assets/Cameretta/Scrivania.cs +31 -0
  12. data/Assets/Cameretta/Scrivania.cs.meta +11 -0
  13. data/Assets/Resources.meta +8 -0
  14. data/Assets/Resources/Color.meta +8 -0
  15. data/Assets/Scenes.meta +8 -0
  16. data/Assets/Scenes/SampleScene.unity +590 -0
  17. data/Assets/Scenes/SampleScene.unity.meta +7 -0
  18. data/Library/APIUpdater/project-dependencies.graph +0 -0
  19. data/Library/BuildPlayer.prefs +0 -0
  20. data/Library/BuildSettings.asset +0 -0
  21. data/Library/CurrentLayout-default.dwlt +1630 -0
  22. data/Library/CurrentMaximizeLayout.dwlt +1539 -0
  23. data/Library/EditorOnlyScriptingSettings.json +1 -0
  24. data/Library/EditorSnapSettings.asset +20 -0
  25. data/Library/EditorUserBuildSettings.asset +0 -0
  26. data/Library/EditorUserSettings.asset +19 -0
  27. data/Library/InspectorExpandedItems.asset +0 -0
  28. data/Library/LastSceneManagerSetup.txt +5 -0
  29. data/Library/LibraryFormatVersion.txt +2 -0
  30. data/Library/MonoManager.asset +0 -0
  31. data/Library/SceneVisibilityState.asset +0 -0
  32. data/Library/ScriptAssemblies/Assembly-CSharp.dll +0 -0
  33. data/Library/ScriptAssemblies/Assembly-CSharp.pdb +0 -0
  34. data/Library/ScriptAssemblies/BuiltinAssemblies.stamp +1 -0
  35. data/Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll +0 -0
  36. data/Library/ScriptAssemblies/Unity.CollabProxy.Editor.pdb +0 -0
  37. data/Library/ScriptAssemblies/Unity.Rider.Editor.dll +0 -0
  38. data/Library/ScriptAssemblies/Unity.Rider.Editor.pdb +0 -0
  39. data/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll +0 -0
  40. data/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.pdb +0 -0
  41. data/Library/ScriptAssemblies/Unity.TextMeshPro.dll +0 -0
  42. data/Library/ScriptAssemblies/Unity.TextMeshPro.pdb +0 -0
  43. data/Library/ScriptAssemblies/Unity.Timeline.Editor.dll +0 -0
  44. data/Library/ScriptAssemblies/Unity.Timeline.Editor.pdb +0 -0
  45. data/Library/ScriptAssemblies/Unity.Timeline.dll +0 -0
  46. data/Library/ScriptAssemblies/Unity.Timeline.pdb +0 -0
  47. data/Library/ScriptAssemblies/Unity.VSCode.Editor.dll +0 -0
  48. data/Library/ScriptAssemblies/Unity.VSCode.Editor.pdb +0 -0
  49. data/Library/ScriptAssemblies/UnityEditor.TestRunner.dll +0 -0
  50. data/Library/ScriptAssemblies/UnityEditor.TestRunner.pdb +0 -0
  51. data/Library/ScriptAssemblies/UnityEditor.UI.dll +0 -0
  52. data/Library/ScriptAssemblies/UnityEditor.UI.pdb +0 -0
  53. data/Library/ScriptAssemblies/UnityEngine.TestRunner.dll +0 -0
  54. data/Library/ScriptAssemblies/UnityEngine.TestRunner.pdb +0 -0
  55. data/Library/ScriptAssemblies/UnityEngine.UI.dll +0 -0
  56. data/Library/ScriptAssemblies/UnityEngine.UI.pdb +0 -0
  57. data/Library/ShaderCache.db +0 -0
  58. data/Library/SpriteAtlasDatabase.asset +0 -0
  59. data/Library/Style.catalog +0 -0
  60. data/Library/shadercompiler-UnityShaderCompiler0.log +2 -0
  61. data/Library/shadercompiler-UnityShaderCompiler1.log +2 -0
  62. data/Library/shadercompiler-UnityShaderCompiler2.log +4 -0
  63. data/Library/shadercompiler-UnityShaderCompiler3.log +4 -0
  64. data/Logs/Packages-Update.log +45 -0
  65. data/Packages/manifest.json +42 -0
  66. data/Packages/packages-lock.json +312 -0
  67. data/ProjectSettings/AudioManager.asset +19 -0
  68. data/ProjectSettings/ClusterInputManager.asset +6 -0
  69. data/ProjectSettings/DynamicsManager.asset +34 -0
  70. data/ProjectSettings/EditorBuildSettings.asset +8 -0
  71. data/ProjectSettings/EditorSettings.asset +29 -0
  72. data/ProjectSettings/GraphicsSettings.asset +63 -0
  73. data/ProjectSettings/InputManager.asset +295 -0
  74. data/ProjectSettings/NavMeshAreas.asset +91 -0
  75. data/ProjectSettings/PackageManagerSettings.asset +38 -0
  76. data/ProjectSettings/Physics2DSettings.asset +56 -0
  77. data/ProjectSettings/PresetManager.asset +7 -0
  78. data/ProjectSettings/ProjectSettings.asset +671 -0
  79. data/ProjectSettings/ProjectVersion.txt +2 -0
  80. data/ProjectSettings/QualitySettings.asset +232 -0
  81. data/ProjectSettings/TagManager.asset +43 -0
  82. data/ProjectSettings/TimeManager.asset +9 -0
  83. data/ProjectSettings/UnityConnectSettings.asset +34 -0
  84. data/ProjectSettings/VFXManager.asset +12 -0
  85. data/ProjectSettings/XRSettings.asset +10 -0
  86. metadata +126 -0
@@ -0,0 +1,91 @@
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!126 &1
4
+ NavMeshProjectSettings:
5
+ m_ObjectHideFlags: 0
6
+ serializedVersion: 2
7
+ areas:
8
+ - name: Walkable
9
+ cost: 1
10
+ - name: Not Walkable
11
+ cost: 1
12
+ - name: Jump
13
+ cost: 2
14
+ - name:
15
+ cost: 1
16
+ - name:
17
+ cost: 1
18
+ - name:
19
+ cost: 1
20
+ - name:
21
+ cost: 1
22
+ - name:
23
+ cost: 1
24
+ - name:
25
+ cost: 1
26
+ - name:
27
+ cost: 1
28
+ - name:
29
+ cost: 1
30
+ - name:
31
+ cost: 1
32
+ - name:
33
+ cost: 1
34
+ - name:
35
+ cost: 1
36
+ - name:
37
+ cost: 1
38
+ - name:
39
+ cost: 1
40
+ - name:
41
+ cost: 1
42
+ - name:
43
+ cost: 1
44
+ - name:
45
+ cost: 1
46
+ - name:
47
+ cost: 1
48
+ - name:
49
+ cost: 1
50
+ - name:
51
+ cost: 1
52
+ - name:
53
+ cost: 1
54
+ - name:
55
+ cost: 1
56
+ - name:
57
+ cost: 1
58
+ - name:
59
+ cost: 1
60
+ - name:
61
+ cost: 1
62
+ - name:
63
+ cost: 1
64
+ - name:
65
+ cost: 1
66
+ - name:
67
+ cost: 1
68
+ - name:
69
+ cost: 1
70
+ - name:
71
+ cost: 1
72
+ m_LastAgentTypeID: -887442657
73
+ m_Settings:
74
+ - serializedVersion: 2
75
+ agentTypeID: 0
76
+ agentRadius: 0.5
77
+ agentHeight: 2
78
+ agentSlope: 45
79
+ agentClimb: 0.75
80
+ ledgeDropHeight: 0
81
+ maxJumpAcrossDistance: 0
82
+ minRegionArea: 2
83
+ manualCellSize: 0
84
+ cellSize: 0.16666667
85
+ manualTileSize: 0
86
+ tileSize: 256
87
+ accuratePlacement: 0
88
+ debug:
89
+ m_Flags: 0
90
+ m_SettingNames:
91
+ - Humanoid
@@ -0,0 +1,38 @@
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!114 &1
4
+ MonoBehaviour:
5
+ m_ObjectHideFlags: 61
6
+ m_CorrespondingSourceObject: {fileID: 0}
7
+ m_PrefabInstance: {fileID: 0}
8
+ m_PrefabAsset: {fileID: 0}
9
+ m_GameObject: {fileID: 0}
10
+ m_Enabled: 1
11
+ m_EditorHideFlags: 0
12
+ m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0}
13
+ m_Name:
14
+ m_EditorClassIdentifier:
15
+ m_ScopedRegistriesSettingsExpanded: 1
16
+ oneTimeWarningShown: 0
17
+ m_Registries:
18
+ - m_Id: main
19
+ m_Name:
20
+ m_Url: https://packages.unity.com
21
+ m_Scopes: []
22
+ m_IsDefault: 1
23
+ m_UserSelectedRegistryName:
24
+ m_UserAddingNewScopedRegistry: 0
25
+ m_RegistryInfoDraft:
26
+ m_ErrorMessage:
27
+ m_Original:
28
+ m_Id:
29
+ m_Name:
30
+ m_Url:
31
+ m_Scopes: []
32
+ m_IsDefault: 0
33
+ m_Modified: 0
34
+ m_Name:
35
+ m_Url:
36
+ m_Scopes:
37
+ -
38
+ m_SelectedScopeIndex: 0
@@ -0,0 +1,56 @@
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!19 &1
4
+ Physics2DSettings:
5
+ m_ObjectHideFlags: 0
6
+ serializedVersion: 4
7
+ m_Gravity: {x: 0, y: -9.81}
8
+ m_DefaultMaterial: {fileID: 0}
9
+ m_VelocityIterations: 8
10
+ m_PositionIterations: 3
11
+ m_VelocityThreshold: 1
12
+ m_MaxLinearCorrection: 0.2
13
+ m_MaxAngularCorrection: 8
14
+ m_MaxTranslationSpeed: 100
15
+ m_MaxRotationSpeed: 360
16
+ m_BaumgarteScale: 0.2
17
+ m_BaumgarteTimeOfImpactScale: 0.75
18
+ m_TimeToSleep: 0.5
19
+ m_LinearSleepTolerance: 0.01
20
+ m_AngularSleepTolerance: 2
21
+ m_DefaultContactOffset: 0.01
22
+ m_JobOptions:
23
+ serializedVersion: 2
24
+ useMultithreading: 0
25
+ useConsistencySorting: 0
26
+ m_InterpolationPosesPerJob: 100
27
+ m_NewContactsPerJob: 30
28
+ m_CollideContactsPerJob: 100
29
+ m_ClearFlagsPerJob: 200
30
+ m_ClearBodyForcesPerJob: 200
31
+ m_SyncDiscreteFixturesPerJob: 50
32
+ m_SyncContinuousFixturesPerJob: 50
33
+ m_FindNearestContactsPerJob: 100
34
+ m_UpdateTriggerContactsPerJob: 100
35
+ m_IslandSolverCostThreshold: 100
36
+ m_IslandSolverBodyCostScale: 1
37
+ m_IslandSolverContactCostScale: 10
38
+ m_IslandSolverJointCostScale: 10
39
+ m_IslandSolverBodiesPerJob: 50
40
+ m_IslandSolverContactsPerJob: 50
41
+ m_AutoSimulation: 1
42
+ m_QueriesHitTriggers: 1
43
+ m_QueriesStartInColliders: 1
44
+ m_CallbacksOnDisable: 1
45
+ m_ReuseCollisionCallbacks: 1
46
+ m_AutoSyncTransforms: 0
47
+ m_AlwaysShowColliders: 0
48
+ m_ShowColliderSleep: 1
49
+ m_ShowColliderContacts: 0
50
+ m_ShowColliderAABB: 0
51
+ m_ContactArrowScale: 0.2
52
+ m_ColliderAwakeColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.7529412}
53
+ m_ColliderAsleepColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.36078432}
54
+ m_ColliderContactColor: {r: 1, g: 0, b: 1, a: 0.6862745}
55
+ m_ColliderAABBColor: {r: 1, g: 1, b: 0, a: 0.2509804}
56
+ m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
@@ -0,0 +1,7 @@
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!1386491679 &1
4
+ PresetManager:
5
+ m_ObjectHideFlags: 0
6
+ serializedVersion: 2
7
+ m_DefaultPresets: {}
@@ -0,0 +1,671 @@
1
+ %YAML 1.1
2
+ %TAG !u! tag:unity3d.com,2011:
3
+ --- !u!129 &1
4
+ PlayerSettings:
5
+ m_ObjectHideFlags: 0
6
+ serializedVersion: 20
7
+ productGUID: 874356f3aced34c14abefe53b60a085b
8
+ AndroidProfiler: 0
9
+ AndroidFilterTouchesWhenObscured: 0
10
+ AndroidEnableSustainedPerformanceMode: 0
11
+ defaultScreenOrientation: 4
12
+ targetDevice: 2
13
+ useOnDemandResources: 0
14
+ accelerometerFrequency: 60
15
+ companyName: DefaultCompany
16
+ productName: Cameretta
17
+ defaultCursor: {fileID: 0}
18
+ cursorHotspot: {x: 0, y: 0}
19
+ m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1}
20
+ m_ShowUnitySplashScreen: 1
21
+ m_ShowUnitySplashLogo: 1
22
+ m_SplashScreenOverlayOpacity: 1
23
+ m_SplashScreenAnimation: 1
24
+ m_SplashScreenLogoStyle: 1
25
+ m_SplashScreenDrawMode: 0
26
+ m_SplashScreenBackgroundAnimationZoom: 1
27
+ m_SplashScreenLogoAnimationZoom: 1
28
+ m_SplashScreenBackgroundLandscapeAspect: 1
29
+ m_SplashScreenBackgroundPortraitAspect: 1
30
+ m_SplashScreenBackgroundLandscapeUvs:
31
+ serializedVersion: 2
32
+ x: 0
33
+ y: 0
34
+ width: 1
35
+ height: 1
36
+ m_SplashScreenBackgroundPortraitUvs:
37
+ serializedVersion: 2
38
+ x: 0
39
+ y: 0
40
+ width: 1
41
+ height: 1
42
+ m_SplashScreenLogos: []
43
+ m_VirtualRealitySplashScreen: {fileID: 0}
44
+ m_HolographicTrackingLossScreen: {fileID: 0}
45
+ defaultScreenWidth: 1024
46
+ defaultScreenHeight: 768
47
+ defaultScreenWidthWeb: 960
48
+ defaultScreenHeightWeb: 600
49
+ m_StereoRenderingPath: 0
50
+ m_ActiveColorSpace: 0
51
+ m_MTRendering: 1
52
+ m_StackTraceTypes: 010000000100000001000000010000000100000001000000
53
+ iosShowActivityIndicatorOnLoading: -1
54
+ androidShowActivityIndicatorOnLoading: -1
55
+ iosUseCustomAppBackgroundBehavior: 0
56
+ iosAllowHTTPDownload: 1
57
+ allowedAutorotateToPortrait: 1
58
+ allowedAutorotateToPortraitUpsideDown: 1
59
+ allowedAutorotateToLandscapeRight: 1
60
+ allowedAutorotateToLandscapeLeft: 1
61
+ useOSAutorotation: 1
62
+ use32BitDisplayBuffer: 1
63
+ preserveFramebufferAlpha: 0
64
+ disableDepthAndStencilBuffers: 0
65
+ androidStartInFullscreen: 1
66
+ androidRenderOutsideSafeArea: 1
67
+ androidUseSwappy: 0
68
+ androidBlitType: 0
69
+ defaultIsNativeResolution: 1
70
+ macRetinaSupport: 1
71
+ runInBackground: 1
72
+ captureSingleScreen: 0
73
+ muteOtherAudioSources: 0
74
+ Prepare IOS For Recording: 0
75
+ Force IOS Speakers When Recording: 0
76
+ deferSystemGesturesMode: 0
77
+ hideHomeButton: 0
78
+ submitAnalytics: 1
79
+ usePlayerLog: 1
80
+ bakeCollisionMeshes: 0
81
+ forceSingleInstance: 0
82
+ useFlipModelSwapchain: 1
83
+ resizableWindow: 0
84
+ useMacAppStoreValidation: 0
85
+ macAppStoreCategory: public.app-category.games
86
+ gpuSkinning: 1
87
+ xboxPIXTextureCapture: 0
88
+ xboxEnableAvatar: 0
89
+ xboxEnableKinect: 0
90
+ xboxEnableKinectAutoTracking: 0
91
+ xboxEnableFitness: 0
92
+ visibleInBackground: 1
93
+ allowFullscreenSwitch: 1
94
+ fullscreenMode: 1
95
+ xboxSpeechDB: 0
96
+ xboxEnableHeadOrientation: 0
97
+ xboxEnableGuest: 0
98
+ xboxEnablePIXSampling: 0
99
+ metalFramebufferOnly: 0
100
+ xboxOneResolution: 0
101
+ xboxOneSResolution: 0
102
+ xboxOneXResolution: 3
103
+ xboxOneMonoLoggingLevel: 0
104
+ xboxOneLoggingLevel: 1
105
+ xboxOneDisableEsram: 0
106
+ xboxOneEnableTypeOptimization: 0
107
+ xboxOnePresentImmediateThreshold: 0
108
+ switchQueueCommandMemory: 0
109
+ switchQueueControlMemory: 16384
110
+ switchQueueComputeMemory: 262144
111
+ switchNVNShaderPoolsGranularity: 33554432
112
+ switchNVNDefaultPoolsGranularity: 16777216
113
+ switchNVNOtherPoolsGranularity: 16777216
114
+ switchNVNMaxPublicTextureIDCount: 0
115
+ switchNVNMaxPublicSamplerIDCount: 0
116
+ stadiaPresentMode: 0
117
+ stadiaTargetFramerate: 0
118
+ vulkanNumSwapchainBuffers: 3
119
+ vulkanEnableSetSRGBWrite: 0
120
+ vulkanEnableLateAcquireNextImage: 0
121
+ m_SupportedAspectRatios:
122
+ 4:3: 1
123
+ 5:4: 1
124
+ 16:10: 1
125
+ 16:9: 1
126
+ Others: 1
127
+ bundleVersion: 0.1
128
+ preloadedAssets: []
129
+ metroInputSource: 0
130
+ wsaTransparentSwapchain: 0
131
+ m_HolographicPauseOnTrackingLoss: 1
132
+ xboxOneDisableKinectGpuReservation: 1
133
+ xboxOneEnable7thCore: 1
134
+ vrSettings:
135
+ cardboard:
136
+ depthFormat: 0
137
+ enableTransitionView: 0
138
+ daydream:
139
+ depthFormat: 0
140
+ useSustainedPerformanceMode: 0
141
+ enableVideoLayer: 0
142
+ useProtectedVideoMemory: 0
143
+ minimumSupportedHeadTracking: 0
144
+ maximumSupportedHeadTracking: 1
145
+ hololens:
146
+ depthFormat: 1
147
+ depthBufferSharingEnabled: 1
148
+ lumin:
149
+ depthFormat: 0
150
+ frameTiming: 2
151
+ enableGLCache: 0
152
+ glCacheMaxBlobSize: 524288
153
+ glCacheMaxFileSize: 8388608
154
+ oculus:
155
+ sharedDepthBuffer: 1
156
+ dashSupport: 1
157
+ lowOverheadMode: 0
158
+ protectedContext: 0
159
+ v2Signing: 1
160
+ enable360StereoCapture: 0
161
+ isWsaHolographicRemotingEnabled: 0
162
+ enableFrameTimingStats: 0
163
+ useHDRDisplay: 0
164
+ D3DHDRBitDepth: 0
165
+ m_ColorGamuts: 00000000
166
+ targetPixelDensity: 30
167
+ resolutionScalingMode: 0
168
+ androidSupportedAspectRatio: 1
169
+ androidMaxAspectRatio: 2.1
170
+ applicationIdentifier: {}
171
+ buildNumber: {}
172
+ AndroidBundleVersionCode: 1
173
+ AndroidMinSdkVersion: 19
174
+ AndroidTargetSdkVersion: 0
175
+ AndroidPreferredInstallLocation: 1
176
+ aotOptions:
177
+ stripEngineCode: 1
178
+ iPhoneStrippingLevel: 0
179
+ iPhoneScriptCallOptimization: 0
180
+ ForceInternetPermission: 0
181
+ ForceSDCardPermission: 0
182
+ CreateWallpaper: 0
183
+ APKExpansionFiles: 0
184
+ keepLoadedShadersAlive: 0
185
+ StripUnusedMeshComponents: 1
186
+ VertexChannelCompressionMask: 4054
187
+ iPhoneSdkVersion: 988
188
+ iOSTargetOSVersionString: 10.0
189
+ tvOSSdkVersion: 0
190
+ tvOSRequireExtendedGameController: 0
191
+ tvOSTargetOSVersionString: 10.0
192
+ uIPrerenderedIcon: 0
193
+ uIRequiresPersistentWiFi: 0
194
+ uIRequiresFullScreen: 1
195
+ uIStatusBarHidden: 1
196
+ uIExitOnSuspend: 0
197
+ uIStatusBarStyle: 0
198
+ appleTVSplashScreen: {fileID: 0}
199
+ appleTVSplashScreen2x: {fileID: 0}
200
+ tvOSSmallIconLayers: []
201
+ tvOSSmallIconLayers2x: []
202
+ tvOSLargeIconLayers: []
203
+ tvOSLargeIconLayers2x: []
204
+ tvOSTopShelfImageLayers: []
205
+ tvOSTopShelfImageLayers2x: []
206
+ tvOSTopShelfImageWideLayers: []
207
+ tvOSTopShelfImageWideLayers2x: []
208
+ iOSLaunchScreenType: 0
209
+ iOSLaunchScreenPortrait: {fileID: 0}
210
+ iOSLaunchScreenLandscape: {fileID: 0}
211
+ iOSLaunchScreenBackgroundColor:
212
+ serializedVersion: 2
213
+ rgba: 0
214
+ iOSLaunchScreenFillPct: 100
215
+ iOSLaunchScreenSize: 100
216
+ iOSLaunchScreenCustomXibPath:
217
+ iOSLaunchScreeniPadType: 0
218
+ iOSLaunchScreeniPadImage: {fileID: 0}
219
+ iOSLaunchScreeniPadBackgroundColor:
220
+ serializedVersion: 2
221
+ rgba: 0
222
+ iOSLaunchScreeniPadFillPct: 100
223
+ iOSLaunchScreeniPadSize: 100
224
+ iOSLaunchScreeniPadCustomXibPath:
225
+ iOSUseLaunchScreenStoryboard: 0
226
+ iOSLaunchScreenCustomStoryboardPath:
227
+ iOSDeviceRequirements: []
228
+ iOSURLSchemes: []
229
+ iOSBackgroundModes: 0
230
+ iOSMetalForceHardShadows: 0
231
+ metalEditorSupport: 1
232
+ metalAPIValidation: 1
233
+ iOSRenderExtraFrameOnPause: 0
234
+ iosCopyPluginsCodeInsteadOfSymlink: 0
235
+ appleDeveloperTeamID:
236
+ iOSManualSigningProvisioningProfileID:
237
+ tvOSManualSigningProvisioningProfileID:
238
+ iOSManualSigningProvisioningProfileType: 0
239
+ tvOSManualSigningProvisioningProfileType: 0
240
+ appleEnableAutomaticSigning: 0
241
+ iOSRequireARKit: 0
242
+ iOSAutomaticallyDetectAndAddCapabilities: 1
243
+ appleEnableProMotion: 0
244
+ clonedFromGUID: c0afd0d1d80e3634a9dac47e8a0426ea
245
+ templatePackageId: com.unity.template.3d@4.2.8
246
+ templateDefaultScene: Assets/Scenes/SampleScene.unity
247
+ AndroidTargetArchitectures: 1
248
+ AndroidSplashScreenScale: 0
249
+ androidSplashScreen: {fileID: 0}
250
+ AndroidKeystoreName:
251
+ AndroidKeyaliasName:
252
+ AndroidBuildApkPerCpuArchitecture: 0
253
+ AndroidTVCompatibility: 0
254
+ AndroidIsGame: 1
255
+ AndroidEnableTango: 0
256
+ androidEnableBanner: 1
257
+ androidUseLowAccuracyLocation: 0
258
+ androidUseCustomKeystore: 0
259
+ m_AndroidBanners:
260
+ - width: 320
261
+ height: 180
262
+ banner: {fileID: 0}
263
+ androidGamepadSupportLevel: 0
264
+ AndroidValidateAppBundleSize: 1
265
+ AndroidAppBundleSizeToValidate: 150
266
+ m_BuildTargetIcons: []
267
+ m_BuildTargetPlatformIcons: []
268
+ m_BuildTargetBatching:
269
+ - m_BuildTarget: Standalone
270
+ m_StaticBatching: 1
271
+ m_DynamicBatching: 0
272
+ - m_BuildTarget: tvOS
273
+ m_StaticBatching: 1
274
+ m_DynamicBatching: 0
275
+ - m_BuildTarget: Android
276
+ m_StaticBatching: 1
277
+ m_DynamicBatching: 0
278
+ - m_BuildTarget: iPhone
279
+ m_StaticBatching: 1
280
+ m_DynamicBatching: 0
281
+ - m_BuildTarget: WebGL
282
+ m_StaticBatching: 0
283
+ m_DynamicBatching: 0
284
+ m_BuildTargetGraphicsJobs:
285
+ - m_BuildTarget: MacStandaloneSupport
286
+ m_GraphicsJobs: 0
287
+ - m_BuildTarget: Switch
288
+ m_GraphicsJobs: 1
289
+ - m_BuildTarget: MetroSupport
290
+ m_GraphicsJobs: 1
291
+ - m_BuildTarget: AppleTVSupport
292
+ m_GraphicsJobs: 0
293
+ - m_BuildTarget: BJMSupport
294
+ m_GraphicsJobs: 1
295
+ - m_BuildTarget: LinuxStandaloneSupport
296
+ m_GraphicsJobs: 1
297
+ - m_BuildTarget: PS4Player
298
+ m_GraphicsJobs: 1
299
+ - m_BuildTarget: iOSSupport
300
+ m_GraphicsJobs: 0
301
+ - m_BuildTarget: WindowsStandaloneSupport
302
+ m_GraphicsJobs: 1
303
+ - m_BuildTarget: XboxOnePlayer
304
+ m_GraphicsJobs: 1
305
+ - m_BuildTarget: LuminSupport
306
+ m_GraphicsJobs: 0
307
+ - m_BuildTarget: AndroidPlayer
308
+ m_GraphicsJobs: 0
309
+ - m_BuildTarget: WebGLSupport
310
+ m_GraphicsJobs: 0
311
+ m_BuildTargetGraphicsJobMode:
312
+ - m_BuildTarget: PS4Player
313
+ m_GraphicsJobMode: 0
314
+ - m_BuildTarget: XboxOnePlayer
315
+ m_GraphicsJobMode: 0
316
+ m_BuildTargetGraphicsAPIs:
317
+ - m_BuildTarget: AndroidPlayer
318
+ m_APIs: 150000000b000000
319
+ m_Automatic: 0
320
+ - m_BuildTarget: iOSSupport
321
+ m_APIs: 10000000
322
+ m_Automatic: 1
323
+ - m_BuildTarget: AppleTVSupport
324
+ m_APIs: 10000000
325
+ m_Automatic: 0
326
+ - m_BuildTarget: WebGLSupport
327
+ m_APIs: 0b000000
328
+ m_Automatic: 1
329
+ m_BuildTargetVRSettings:
330
+ - m_BuildTarget: Standalone
331
+ m_Enabled: 0
332
+ m_Devices:
333
+ - Oculus
334
+ - OpenVR
335
+ openGLRequireES31: 0
336
+ openGLRequireES31AEP: 0
337
+ openGLRequireES32: 0
338
+ m_TemplateCustomTags: {}
339
+ mobileMTRendering:
340
+ Android: 1
341
+ iPhone: 1
342
+ tvOS: 1
343
+ m_BuildTargetGroupLightmapEncodingQuality: []
344
+ m_BuildTargetGroupLightmapSettings: []
345
+ playModeTestRunnerEnabled: 0
346
+ runPlayModeTestAsEditModeTest: 0
347
+ actionOnDotNetUnhandledException: 1
348
+ enableInternalProfiler: 0
349
+ logObjCUncaughtExceptions: 1
350
+ enableCrashReportAPI: 0
351
+ cameraUsageDescription:
352
+ locationUsageDescription:
353
+ microphoneUsageDescription:
354
+ switchNetLibKey:
355
+ switchSocketMemoryPoolSize: 6144
356
+ switchSocketAllocatorPoolSize: 128
357
+ switchSocketConcurrencyLimit: 14
358
+ switchScreenResolutionBehavior: 2
359
+ switchUseCPUProfiler: 0
360
+ switchApplicationID: 0x01004b9000490000
361
+ switchNSODependencies:
362
+ switchTitleNames_0:
363
+ switchTitleNames_1:
364
+ switchTitleNames_2:
365
+ switchTitleNames_3:
366
+ switchTitleNames_4:
367
+ switchTitleNames_5:
368
+ switchTitleNames_6:
369
+ switchTitleNames_7:
370
+ switchTitleNames_8:
371
+ switchTitleNames_9:
372
+ switchTitleNames_10:
373
+ switchTitleNames_11:
374
+ switchTitleNames_12:
375
+ switchTitleNames_13:
376
+ switchTitleNames_14:
377
+ switchPublisherNames_0:
378
+ switchPublisherNames_1:
379
+ switchPublisherNames_2:
380
+ switchPublisherNames_3:
381
+ switchPublisherNames_4:
382
+ switchPublisherNames_5:
383
+ switchPublisherNames_6:
384
+ switchPublisherNames_7:
385
+ switchPublisherNames_8:
386
+ switchPublisherNames_9:
387
+ switchPublisherNames_10:
388
+ switchPublisherNames_11:
389
+ switchPublisherNames_12:
390
+ switchPublisherNames_13:
391
+ switchPublisherNames_14:
392
+ switchIcons_0: {fileID: 0}
393
+ switchIcons_1: {fileID: 0}
394
+ switchIcons_2: {fileID: 0}
395
+ switchIcons_3: {fileID: 0}
396
+ switchIcons_4: {fileID: 0}
397
+ switchIcons_5: {fileID: 0}
398
+ switchIcons_6: {fileID: 0}
399
+ switchIcons_7: {fileID: 0}
400
+ switchIcons_8: {fileID: 0}
401
+ switchIcons_9: {fileID: 0}
402
+ switchIcons_10: {fileID: 0}
403
+ switchIcons_11: {fileID: 0}
404
+ switchIcons_12: {fileID: 0}
405
+ switchIcons_13: {fileID: 0}
406
+ switchIcons_14: {fileID: 0}
407
+ switchSmallIcons_0: {fileID: 0}
408
+ switchSmallIcons_1: {fileID: 0}
409
+ switchSmallIcons_2: {fileID: 0}
410
+ switchSmallIcons_3: {fileID: 0}
411
+ switchSmallIcons_4: {fileID: 0}
412
+ switchSmallIcons_5: {fileID: 0}
413
+ switchSmallIcons_6: {fileID: 0}
414
+ switchSmallIcons_7: {fileID: 0}
415
+ switchSmallIcons_8: {fileID: 0}
416
+ switchSmallIcons_9: {fileID: 0}
417
+ switchSmallIcons_10: {fileID: 0}
418
+ switchSmallIcons_11: {fileID: 0}
419
+ switchSmallIcons_12: {fileID: 0}
420
+ switchSmallIcons_13: {fileID: 0}
421
+ switchSmallIcons_14: {fileID: 0}
422
+ switchManualHTML:
423
+ switchAccessibleURLs:
424
+ switchLegalInformation:
425
+ switchMainThreadStackSize: 1048576
426
+ switchPresenceGroupId:
427
+ switchLogoHandling: 0
428
+ switchReleaseVersion: 0
429
+ switchDisplayVersion: 1.0.0
430
+ switchStartupUserAccount: 0
431
+ switchTouchScreenUsage: 0
432
+ switchSupportedLanguagesMask: 0
433
+ switchLogoType: 0
434
+ switchApplicationErrorCodeCategory:
435
+ switchUserAccountSaveDataSize: 0
436
+ switchUserAccountSaveDataJournalSize: 0
437
+ switchApplicationAttribute: 0
438
+ switchCardSpecSize: -1
439
+ switchCardSpecClock: -1
440
+ switchRatingsMask: 0
441
+ switchRatingsInt_0: 0
442
+ switchRatingsInt_1: 0
443
+ switchRatingsInt_2: 0
444
+ switchRatingsInt_3: 0
445
+ switchRatingsInt_4: 0
446
+ switchRatingsInt_5: 0
447
+ switchRatingsInt_6: 0
448
+ switchRatingsInt_7: 0
449
+ switchRatingsInt_8: 0
450
+ switchRatingsInt_9: 0
451
+ switchRatingsInt_10: 0
452
+ switchRatingsInt_11: 0
453
+ switchRatingsInt_12: 0
454
+ switchLocalCommunicationIds_0:
455
+ switchLocalCommunicationIds_1:
456
+ switchLocalCommunicationIds_2:
457
+ switchLocalCommunicationIds_3:
458
+ switchLocalCommunicationIds_4:
459
+ switchLocalCommunicationIds_5:
460
+ switchLocalCommunicationIds_6:
461
+ switchLocalCommunicationIds_7:
462
+ switchParentalControl: 0
463
+ switchAllowsScreenshot: 1
464
+ switchAllowsVideoCapturing: 1
465
+ switchAllowsRuntimeAddOnContentInstall: 0
466
+ switchDataLossConfirmation: 0
467
+ switchUserAccountLockEnabled: 0
468
+ switchSystemResourceMemory: 16777216
469
+ switchSupportedNpadStyles: 22
470
+ switchNativeFsCacheSize: 32
471
+ switchIsHoldTypeHorizontal: 0
472
+ switchSupportedNpadCount: 8
473
+ switchSocketConfigEnabled: 0
474
+ switchTcpInitialSendBufferSize: 32
475
+ switchTcpInitialReceiveBufferSize: 64
476
+ switchTcpAutoSendBufferSizeMax: 256
477
+ switchTcpAutoReceiveBufferSizeMax: 256
478
+ switchUdpSendBufferSize: 9
479
+ switchUdpReceiveBufferSize: 42
480
+ switchSocketBufferEfficiency: 4
481
+ switchSocketInitializeEnabled: 1
482
+ switchNetworkInterfaceManagerInitializeEnabled: 1
483
+ switchPlayerConnectionEnabled: 1
484
+ ps4NPAgeRating: 12
485
+ ps4NPTitleSecret:
486
+ ps4NPTrophyPackPath:
487
+ ps4ParentalLevel: 11
488
+ ps4ContentID: ED1633-NPXX51362_00-0000000000000000
489
+ ps4Category: 0
490
+ ps4MasterVersion: 01.00
491
+ ps4AppVersion: 01.00
492
+ ps4AppType: 0
493
+ ps4ParamSfxPath:
494
+ ps4VideoOutPixelFormat: 0
495
+ ps4VideoOutInitialWidth: 1920
496
+ ps4VideoOutBaseModeInitialWidth: 1920
497
+ ps4VideoOutReprojectionRate: 60
498
+ ps4PronunciationXMLPath:
499
+ ps4PronunciationSIGPath:
500
+ ps4BackgroundImagePath:
501
+ ps4StartupImagePath:
502
+ ps4StartupImagesFolder:
503
+ ps4IconImagesFolder:
504
+ ps4SaveDataImagePath:
505
+ ps4SdkOverride:
506
+ ps4BGMPath:
507
+ ps4ShareFilePath:
508
+ ps4ShareOverlayImagePath:
509
+ ps4PrivacyGuardImagePath:
510
+ ps4ExtraSceSysFile:
511
+ ps4NPtitleDatPath:
512
+ ps4RemotePlayKeyAssignment: -1
513
+ ps4RemotePlayKeyMappingDir:
514
+ ps4PlayTogetherPlayerCount: 0
515
+ ps4EnterButtonAssignment: 1
516
+ ps4ApplicationParam1: 0
517
+ ps4ApplicationParam2: 0
518
+ ps4ApplicationParam3: 0
519
+ ps4ApplicationParam4: 0
520
+ ps4DownloadDataSize: 0
521
+ ps4GarlicHeapSize: 2048
522
+ ps4ProGarlicHeapSize: 2560
523
+ playerPrefsMaxSize: 32768
524
+ ps4Passcode: frAQBc8Wsa1xVPfvJcrgRYwTiizs2trQ
525
+ ps4pnSessions: 1
526
+ ps4pnPresence: 1
527
+ ps4pnFriends: 1
528
+ ps4pnGameCustomData: 1
529
+ playerPrefsSupport: 0
530
+ enableApplicationExit: 0
531
+ resetTempFolder: 1
532
+ restrictedAudioUsageRights: 0
533
+ ps4UseResolutionFallback: 0
534
+ ps4ReprojectionSupport: 0
535
+ ps4UseAudio3dBackend: 0
536
+ ps4UseLowGarlicFragmentationMode: 1
537
+ ps4SocialScreenEnabled: 0
538
+ ps4ScriptOptimizationLevel: 0
539
+ ps4Audio3dVirtualSpeakerCount: 14
540
+ ps4attribCpuUsage: 0
541
+ ps4PatchPkgPath:
542
+ ps4PatchLatestPkgPath:
543
+ ps4PatchChangeinfoPath:
544
+ ps4PatchDayOne: 0
545
+ ps4attribUserManagement: 0
546
+ ps4attribMoveSupport: 0
547
+ ps4attrib3DSupport: 0
548
+ ps4attribShareSupport: 0
549
+ ps4attribExclusiveVR: 0
550
+ ps4disableAutoHideSplash: 0
551
+ ps4videoRecordingFeaturesUsed: 0
552
+ ps4contentSearchFeaturesUsed: 0
553
+ ps4CompatibilityPS5: 0
554
+ ps4GPU800MHz: 1
555
+ ps4attribEyeToEyeDistanceSettingVR: 0
556
+ ps4IncludedModules: []
557
+ ps4attribVROutputEnabled: 0
558
+ monoEnv:
559
+ splashScreenBackgroundSourceLandscape: {fileID: 0}
560
+ splashScreenBackgroundSourcePortrait: {fileID: 0}
561
+ blurSplashScreenBackground: 1
562
+ spritePackerPolicy:
563
+ webGLMemorySize: 16
564
+ webGLExceptionSupport: 1
565
+ webGLNameFilesAsHashes: 0
566
+ webGLDataCaching: 1
567
+ webGLDebugSymbols: 0
568
+ webGLEmscriptenArgs:
569
+ webGLModulesDirectory:
570
+ webGLTemplate: APPLICATION:Default
571
+ webGLAnalyzeBuildSize: 0
572
+ webGLUseEmbeddedResources: 0
573
+ webGLCompressionFormat: 1
574
+ webGLLinkerTarget: 1
575
+ webGLThreadsSupport: 0
576
+ webGLWasmStreaming: 0
577
+ scriptingDefineSymbols: {}
578
+ platformArchitecture: {}
579
+ scriptingBackend: {}
580
+ il2cppCompilerConfiguration: {}
581
+ managedStrippingLevel: {}
582
+ incrementalIl2cppBuild: {}
583
+ allowUnsafeCode: 0
584
+ additionalIl2CppArgs:
585
+ scriptingRuntimeVersion: 1
586
+ gcIncremental: 0
587
+ assemblyVersionValidation: 1
588
+ gcWBarrierValidation: 0
589
+ apiCompatibilityLevelPerPlatform: {}
590
+ m_RenderingPath: 1
591
+ m_MobileRenderingPath: 1
592
+ metroPackageName: Template_3D
593
+ metroPackageVersion:
594
+ metroCertificatePath:
595
+ metroCertificatePassword:
596
+ metroCertificateSubject:
597
+ metroCertificateIssuer:
598
+ metroCertificateNotAfter: 0000000000000000
599
+ metroApplicationDescription: Template_3D
600
+ wsaImages: {}
601
+ metroTileShortName:
602
+ metroTileShowName: 0
603
+ metroMediumTileShowName: 0
604
+ metroLargeTileShowName: 0
605
+ metroWideTileShowName: 0
606
+ metroSupportStreamingInstall: 0
607
+ metroLastRequiredScene: 0
608
+ metroDefaultTileSize: 1
609
+ metroTileForegroundText: 2
610
+ metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0}
611
+ metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628,
612
+ a: 1}
613
+ metroSplashScreenUseBackgroundColor: 0
614
+ platformCapabilities: {}
615
+ metroTargetDeviceFamilies: {}
616
+ metroFTAName:
617
+ metroFTAFileTypes: []
618
+ metroProtocolName:
619
+ XboxOneProductId:
620
+ XboxOneUpdateKey:
621
+ XboxOneSandboxId:
622
+ XboxOneContentId:
623
+ XboxOneTitleId:
624
+ XboxOneSCId:
625
+ XboxOneGameOsOverridePath:
626
+ XboxOnePackagingOverridePath:
627
+ XboxOneAppManifestOverridePath:
628
+ XboxOneVersion: 1.0.0.0
629
+ XboxOnePackageEncryption: 0
630
+ XboxOnePackageUpdateGranularity: 2
631
+ XboxOneDescription:
632
+ XboxOneLanguage:
633
+ - enus
634
+ XboxOneCapability: []
635
+ XboxOneGameRating: {}
636
+ XboxOneIsContentPackage: 0
637
+ XboxOneEnhancedXboxCompatibilityMode: 0
638
+ XboxOneEnableGPUVariability: 1
639
+ XboxOneSockets: {}
640
+ XboxOneSplashScreen: {fileID: 0}
641
+ XboxOneAllowedProductIds: []
642
+ XboxOnePersistentLocalStorageSize: 0
643
+ XboxOneXTitleMemory: 8
644
+ XboxOneOverrideIdentityName:
645
+ XboxOneOverrideIdentityPublisher:
646
+ vrEditorSettings:
647
+ daydream:
648
+ daydreamIconForeground: {fileID: 0}
649
+ daydreamIconBackground: {fileID: 0}
650
+ cloudServicesEnabled:
651
+ UNet: 1
652
+ luminIcon:
653
+ m_Name:
654
+ m_ModelFolderPath:
655
+ m_PortalFolderPath:
656
+ luminCert:
657
+ m_CertPath:
658
+ m_SignPackage: 1
659
+ luminIsChannelApp: 0
660
+ luminVersion:
661
+ m_VersionCode: 1
662
+ m_VersionName:
663
+ apiCompatibilityLevel: 6
664
+ cloudProjectId:
665
+ framebufferDepthMemorylessMode: 0
666
+ projectName:
667
+ organizationId:
668
+ cloudEnabled: 0
669
+ enableNativePlatformBackendsForNewInputSystem: 0
670
+ disableOldInputManagerSupport: 0
671
+ legacyClampBlendShapeWeights: 0