mirror of
https://github.com/Earth-Genesis-Games/Ajedrez_Purgatorio.git
synced 2026-09-11 09:47:35 +00:00
chore: settings de proyecto, dependencias y gitignore (excluir cachés IDE y paquete Coplay)
This commit is contained in:
@@ -97,3 +97,10 @@ InitTestScene*.unity*
|
||||
|
||||
# Auto-generated scenes by play mode tests
|
||||
/[Aa]ssets/[Ii]nit[Tt]est[Ss]cene*.unity*
|
||||
|
||||
# IDE cache files
|
||||
*.csproj.lscache
|
||||
|
||||
# Coplay AI assistant (resolved via manifest git URL)
|
||||
/Packages/Coplay/
|
||||
/Packages/com.coplaydev.coplay/
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0220aab0833d04faeb927d84ca6cc40c
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"com.coplaydev.coplay": "https://github.com/CoplayDev/coplay-unity-plugin.git#beta",
|
||||
"com.unity.collab-proxy": "2.12.4",
|
||||
"com.unity.feature.2d": "2.0.2",
|
||||
"com.unity.feature.mobile": "1.0.0",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"com.coplaydev.coplay": {
|
||||
"version": "file:com.coplaydev.coplay",
|
||||
"depth": 0,
|
||||
"source": "embedded",
|
||||
"dependencies": {
|
||||
"com.unity.inputsystem": "1.1.1",
|
||||
"com.unity.cloud.gltfast": "6.12.1"
|
||||
}
|
||||
},
|
||||
"com.unity.2d.animation": {
|
||||
"version": "13.0.4",
|
||||
"depth": 1,
|
||||
@@ -126,6 +135,19 @@
|
||||
},
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.cloud.gltfast": {
|
||||
"version": "6.14.1",
|
||||
"depth": 1,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
"com.unity.burst": "1.8.24",
|
||||
"com.unity.collections": "1.2.4",
|
||||
"com.unity.mathematics": "1.2.6",
|
||||
"com.unity.modules.jsonserialize": "1.0.0",
|
||||
"com.unity.modules.unitywebrequest": "1.0.0"
|
||||
},
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.collab-proxy": {
|
||||
"version": "2.12.4",
|
||||
"depth": 0,
|
||||
|
||||
@@ -6,8 +6,11 @@ EditorBuildSettings:
|
||||
serializedVersion: 2
|
||||
m_Scenes:
|
||||
- enabled: 1
|
||||
path: Assets/Scenes/SampleScene.unity
|
||||
guid: 8c9cfa26abfee488c85f1582747f6a02
|
||||
path: Assets/Scenes/MainMenu.unity
|
||||
guid: 3c3984fc6ee45a046be4363785b65aec
|
||||
- enabled: 1
|
||||
path: Assets/Scenes/Chapter1.unity
|
||||
guid: 140c67e86e6e43946b3516838408fe24
|
||||
m_configObjects:
|
||||
com.unity.input.settings.actions: {fileID: -944628639613478452, guid: 2bcd2660ca9b64942af0de543d8d7100, type: 3}
|
||||
m_UseUCBPForAssetBundles: 0
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"CustomInstructionsGUID": "",
|
||||
"CheckpointEnabled": false,
|
||||
"GitInstanceTypeValue": 0,
|
||||
"CustomGitPath": "",
|
||||
"CheckpointRetentionWeeks": 2,
|
||||
"PlanExecutionPromptDismissed": false
|
||||
}
|
||||
@@ -13,3 +13,4 @@ MonoBehaviour:
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
m_LastMaterialVersion: 10
|
||||
m_ProjectSettingFolderPath: URPDefaultResources
|
||||
|
||||
Reference in New Issue
Block a user