teaser
This commit is contained in:
8
Backyard CTF/Assets/Scripts.meta
Normal file
8
Backyard CTF/Assets/Scripts.meta
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: d761750f862c443dc8458191d85f0d4d
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
2
Backyard CTF/Assets/Scripts/CameraController.cs.meta
Normal file
2
Backyard CTF/Assets/Scripts/CameraController.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: a481d18ae14b94a098fb1659b13c68a5
|
||||||
@@ -39,7 +39,7 @@ MonoBehaviour:
|
|||||||
m_ExplicitNullChecks: 0
|
m_ExplicitNullChecks: 0
|
||||||
m_ExplicitDivideByZeroChecks: 0
|
m_ExplicitDivideByZeroChecks: 0
|
||||||
m_ExplicitArrayBoundsChecks: 0
|
m_ExplicitArrayBoundsChecks: 0
|
||||||
m_CompressionType: -1
|
m_CompressionType: 0
|
||||||
m_InstallInBuildFolder: 0
|
m_InstallInBuildFolder: 0
|
||||||
m_InsightsSettingsContainer:
|
m_InsightsSettingsContainer:
|
||||||
m_BuildProfileEngineDiagnosticsState: 2
|
m_BuildProfileEngineDiagnosticsState: 2
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ MonoBehaviour:
|
|||||||
m_ExplicitNullChecks: 0
|
m_ExplicitNullChecks: 0
|
||||||
m_ExplicitDivideByZeroChecks: 0
|
m_ExplicitDivideByZeroChecks: 0
|
||||||
m_ExplicitArrayBoundsChecks: 0
|
m_ExplicitArrayBoundsChecks: 0
|
||||||
m_CompressionType: -1
|
m_CompressionType: 0
|
||||||
m_InstallInBuildFolder: 0
|
m_InstallInBuildFolder: 0
|
||||||
m_InsightsSettingsContainer:
|
m_InsightsSettingsContainer:
|
||||||
m_BuildProfileEngineDiagnosticsState: 2
|
m_BuildProfileEngineDiagnosticsState: 2
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ MonoBehaviour:
|
|||||||
m_Name:
|
m_Name:
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
shaderVariantLimit: 128
|
shaderVariantLimit: 128
|
||||||
|
overrideShaderVariantLimit: 0
|
||||||
customInterpolatorErrorThreshold: 32
|
customInterpolatorErrorThreshold: 32
|
||||||
customInterpolatorWarningThreshold: 16
|
customInterpolatorWarningThreshold: 16
|
||||||
customHeatmapValues: {fileID: 0}
|
customHeatmapValues: {fileID: 0}
|
||||||
|
|||||||
@@ -254,18 +254,18 @@ Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>"
|
|||||||
|
|
||||||
## Acceptance Criteria
|
## Acceptance Criteria
|
||||||
|
|
||||||
- [ ] Unity 6 LTS project opens without errors
|
- [x] Unity 6 LTS project opens without errors
|
||||||
- [ ] URP 2D Renderer is active (check Graphics settings)
|
- [x] URP 2D Renderer is active (check Graphics settings)
|
||||||
- [ ] New Input System is the active input handling mode
|
- [x] New Input System is the active input handling mode
|
||||||
- [ ] Folder structure matches spec (`Features/`, `Shared/`, `Settings/`, `Scenes/`)
|
- [x] Folder structure matches spec (`Features/`, `Shared/`, `Settings/`, `Scenes/`)
|
||||||
- [ ] `GameInputActions` asset exists with placeholder actions
|
- [x] `GameInputActions` asset exists with placeholder actions
|
||||||
- [ ] Android build target configured (IL2CPP, ARM64, API 24+)
|
- [~] Android build target configured (IL2CPP, ARM64, API 24+) - partially configured, UI differs from plan
|
||||||
- [ ] iOS build target configured (IL2CPP, ARM64, iOS 13+)
|
- [~] iOS build target configured (IL2CPP, ARM64, iOS 13+) - partially configured, UI differs from plan
|
||||||
- [ ] Desktop build targets configured
|
- [x] Desktop build targets configured
|
||||||
- [ ] Main.unity scene has Global Light 2D with low intensity
|
- [ ] Main.unity scene has Global Light 2D with low intensity - TODO: add in Unity Editor
|
||||||
- [ ] `.gitignore` excludes Library/, Temp/, builds
|
- [x] `.gitignore` excludes Library/, Temp/, builds
|
||||||
- [ ] Project uses text-based asset serialization
|
- [x] Project uses text-based asset serialization
|
||||||
- [ ] Initial git commit created
|
- [x] Initial git commit created
|
||||||
|
|
||||||
## Files Created/Modified
|
## Files Created/Modified
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user