Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
00c4432007 |
5
.vscode/extensions.json
vendored
Normal file
5
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"visualstudiotoolsforunity.vstuc"
|
||||||
|
]
|
||||||
|
}
|
||||||
10
.vscode/launch.json
vendored
Normal file
10
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "Attach to Unity",
|
||||||
|
"type": "vstuc",
|
||||||
|
"request": "attach"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
71
.vscode/settings.json
vendored
Normal file
71
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,71 @@
|
|||||||
|
{
|
||||||
|
"files.exclude": {
|
||||||
|
"**/.DS_Store": true,
|
||||||
|
"**/.git": true,
|
||||||
|
"**/.vs": true,
|
||||||
|
"**/.gitmodules": true,
|
||||||
|
"**/.vsconfig": true,
|
||||||
|
"**/*.booproj": true,
|
||||||
|
"**/*.pidb": true,
|
||||||
|
"**/*.suo": true,
|
||||||
|
"**/*.user": true,
|
||||||
|
"**/*.userprefs": true,
|
||||||
|
"**/*.unityproj": true,
|
||||||
|
"**/*.dll": true,
|
||||||
|
"**/*.exe": true,
|
||||||
|
"**/*.pdf": true,
|
||||||
|
"**/*.mid": true,
|
||||||
|
"**/*.midi": true,
|
||||||
|
"**/*.wav": true,
|
||||||
|
"**/*.gif": true,
|
||||||
|
"**/*.ico": true,
|
||||||
|
"**/*.jpg": true,
|
||||||
|
"**/*.jpeg": true,
|
||||||
|
"**/*.png": true,
|
||||||
|
"**/*.psd": true,
|
||||||
|
"**/*.tga": true,
|
||||||
|
"**/*.tif": true,
|
||||||
|
"**/*.tiff": true,
|
||||||
|
"**/*.3ds": true,
|
||||||
|
"**/*.3DS": true,
|
||||||
|
"**/*.fbx": true,
|
||||||
|
"**/*.FBX": true,
|
||||||
|
"**/*.lxo": true,
|
||||||
|
"**/*.LXO": true,
|
||||||
|
"**/*.ma": true,
|
||||||
|
"**/*.MA": true,
|
||||||
|
"**/*.obj": true,
|
||||||
|
"**/*.OBJ": true,
|
||||||
|
"**/*.asset": true,
|
||||||
|
"**/*.cubemap": true,
|
||||||
|
"**/*.flare": true,
|
||||||
|
"**/*.mat": true,
|
||||||
|
"**/*.meta": true,
|
||||||
|
"**/*.prefab": true,
|
||||||
|
"**/*.unity": true,
|
||||||
|
"build/": true,
|
||||||
|
"Build/": true,
|
||||||
|
"Library/": true,
|
||||||
|
"library/": true,
|
||||||
|
"obj/": true,
|
||||||
|
"Obj/": true,
|
||||||
|
"Logs/": true,
|
||||||
|
"logs/": true,
|
||||||
|
"ProjectSettings/": true,
|
||||||
|
"UserSettings/": true,
|
||||||
|
"temp/": true,
|
||||||
|
"Temp/": true
|
||||||
|
},
|
||||||
|
"files.associations": {
|
||||||
|
"*.asset": "yaml",
|
||||||
|
"*.meta": "yaml",
|
||||||
|
"*.prefab": "yaml",
|
||||||
|
"*.unity": "yaml",
|
||||||
|
},
|
||||||
|
"explorer.fileNesting.enabled": true,
|
||||||
|
"explorer.fileNesting.patterns": {
|
||||||
|
"*.sln": "*.csproj",
|
||||||
|
"*.slnx": "*.csproj"
|
||||||
|
},
|
||||||
|
"dotnet.defaultSolution": "ichni_Official.slnx"
|
||||||
|
}
|
||||||
@@ -213,7 +213,7 @@ Material:
|
|||||||
- _Dst: 10
|
- _Dst: 10
|
||||||
- _DstBlend: 0
|
- _DstBlend: 0
|
||||||
- _DstBlendAlpha: 0
|
- _DstBlendAlpha: 0
|
||||||
- _EdgeValue: 0.9431098
|
- _EdgeValue: 0.7907124
|
||||||
- _EnvironmentReflections: 1
|
- _EnvironmentReflections: 1
|
||||||
- _FNLfanxiangkaiguan: 0
|
- _FNLfanxiangkaiguan: 0
|
||||||
- _Face: 1
|
- _Face: 1
|
||||||
@@ -258,7 +258,7 @@ Material:
|
|||||||
- _Mask_scale: 1
|
- _Mask_scale: 1
|
||||||
- _Metallic: 0
|
- _Metallic: 0
|
||||||
- _OcclusionStrength: 1
|
- _OcclusionStrength: 1
|
||||||
- _Opacity: 0.05689019
|
- _Opacity: 0.20928758
|
||||||
- _Parallax: 0.005
|
- _Parallax: 0.005
|
||||||
- _Pass: 0
|
- _Pass: 0
|
||||||
- _QueueOffset: 0
|
- _QueueOffset: 0
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: e00e6f90ab8233e46a41c5e33917c642
|
|
||||||
timeCreated: 1585839223
|
|
||||||
licenseType: Store
|
|
||||||
DefaultImporter:
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 2690f45490c175045bbdc63395bf6278
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: fbd1fd9b3a70fad429d1eaaa5799c2a5
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 3579d9cf4b75c564faa8fffc58a9f3f6
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 0023a0858ba124646a55dfcb7231ed46
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: d1c0b77896049554fa4b635531caf741
|
|
||||||
timeCreated: 1533059192
|
|
||||||
licenseType: Store
|
|
||||||
DefaultImporter:
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: c0a0a980c9ba86345bc15411db88d34f
|
|
||||||
timeCreated: 1585839223
|
|
||||||
licenseType: Store
|
|
||||||
DefaultImporter:
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 2edbf4a9b9544774bbef617e92429664
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 13ab599a7bda4e54fba3e92a13c9580a
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: f6f268949ccf3f34fa4d18e92501ed82
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 69bc3229216b1504ea3e28b5820bbb0d
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 4f665a06c5a2aa5499fa1c79ac058999
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 8a87ed432fe2d97498c0de5fae312e35
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 7c3bfbbeb9427b94099254e2e2768ad4
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: c5303861611f41c438a30be552da5de4
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: a9d68dd8913f05d4d9ce75e7b40c6044
|
|
||||||
timeCreated: 1575902011
|
|
||||||
licenseType: Store
|
|
||||||
DefaultImporter:
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 2243c8b4e1ab6914995699133f67ab5a
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 9a5e61a8b3421b944863d0946e32da0a
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 89f0b84148d149d4d96b838d7ef60e92
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 19939ee2cdb76e0489b1b8cd4bed7f3d
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 70777e8ce9f3c8d4a8182ca2f965cdb2
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: ba281a1a00c8ac54c914e0763299f637
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: e6fc8948257acee42b666d0bfe1d782c
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 4b5cb8698f2d9c14fadf8e2383441d37
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: b460b52e6c1feae45b70b7ddc2c45bd6
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 57fcea0ed8b5eb347923c4c21fa31b57
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 2e9da72e7e3196146bf7d27450013734
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 0904cdf24ddcd5042b024326476220d5
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 929783250050f8a448821b6ca1f2c578
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: fcc4d2eb0af82e546ae75506872cf092
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: cd0a0171c5157b748afe763b89f71211
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: f4990f6ace6142c4bbbf41cdd80b0bd3
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 1782b72cd0e99a54fac09382c482e3db
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 49d5bcbbd4cbd754b98cf3200197b0f1
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: eefe45a405f061045be947217e30ed10
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 2e995dfe11e22d34d92432383d15c067
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: ec984c51d4ae2504184eeb292734c672
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: e447b3d7d913d694ca35f74e30581840
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 6584a66582083a1459dcf5e4e87f6d62
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 0190b8bde50f12943926613d9a63c89a
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: ae2ce8ad295486349839288636aed1ed
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: d69745226619e3241a8e04ce86aee6a6
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 37e6a9374416bc946a55779c58d0d984
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
BIN
Assets/FR2_Cache.asset
LFS
BIN
Assets/FR2_Cache.asset
LFS
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: e45363610a59a4543a9793b3bf2be4aa
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
8
Assets/Plugins/Android/gradleTemplate.properties
Normal file
8
Assets/Plugins/Android/gradleTemplate.properties
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
org.gradle.jvmargs=-Xmx**JVM_HEAP_SIZE**M
|
||||||
|
org.gradle.parallel=true
|
||||||
|
unityStreamingAssets=**STREAMING_ASSETS**
|
||||||
|
# Android Resolver Properties Start
|
||||||
|
android.useAndroidX=true
|
||||||
|
android.enableJetifier=true
|
||||||
|
# Android Resolver Properties End
|
||||||
|
**ADDITIONAL_PROPERTIES**
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 641c955d37d2fac4f87e00ac5c9d9bd8
|
guid: 2f011dc9caa295e4ba52ccf2f88914df
|
||||||
DefaultImporter:
|
DefaultImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
62
Assets/Plugins/Android/mainTemplate.gradle
Normal file
62
Assets/Plugins/Android/mainTemplate.gradle
Normal file
@@ -0,0 +1,62 @@
|
|||||||
|
apply plugin: 'com.android.library'
|
||||||
|
apply from: '../shared/keepUnitySymbols.gradle'
|
||||||
|
apply from: '../shared/common.gradle'
|
||||||
|
**APPLY_PLUGINS**
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
|
// Android Resolver Dependencies Start
|
||||||
|
implementation 'com.taptap.sdk:tap-core-unity:4.5.4' // Packages/com.taptap.sdk.core/Mobile/Editor/NativeDependencies.xml:7
|
||||||
|
implementation 'com.taptap.sdk:tap-login-unity:4.5.4' // Packages/com.taptap.sdk.login/Mobile/Editor/NativeDependencies.xml:7
|
||||||
|
// Android Resolver Dependencies End
|
||||||
|
**DEPS**}
|
||||||
|
|
||||||
|
// Android Resolver Exclusions Start
|
||||||
|
android {
|
||||||
|
packagingOptions {
|
||||||
|
exclude ('/lib/armeabi/*' + '*')
|
||||||
|
exclude ('/lib/mips/*' + '*')
|
||||||
|
exclude ('/lib/mips64/*' + '*')
|
||||||
|
exclude ('/lib/x86/*' + '*')
|
||||||
|
exclude ('/lib/x86_64/*' + '*')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// Android Resolver Exclusions End
|
||||||
|
android {
|
||||||
|
namespace "com.unity3d.player"
|
||||||
|
ndkPath "**NDKPATH**"
|
||||||
|
ndkVersion "**NDKVERSION**"
|
||||||
|
|
||||||
|
compileSdk **APIVERSION**
|
||||||
|
buildToolsVersion = "**BUILDTOOLS**"
|
||||||
|
|
||||||
|
compileOptions {
|
||||||
|
sourceCompatibility JavaVersion.VERSION_17
|
||||||
|
targetCompatibility JavaVersion.VERSION_17
|
||||||
|
}
|
||||||
|
|
||||||
|
defaultConfig {
|
||||||
|
minSdk **MINSDK**
|
||||||
|
targetSdk **TARGETSDK**
|
||||||
|
ndk {
|
||||||
|
abiFilters **ABIFILTERS**
|
||||||
|
debugSymbolLevel **DEBUGSYMBOLLEVEL**
|
||||||
|
}
|
||||||
|
versionCode **VERSIONCODE**
|
||||||
|
versionName '**VERSIONNAME**'
|
||||||
|
consumerProguardFiles 'proguard-unity.txt'**USER_PROGUARD**
|
||||||
|
**DEFAULT_CONFIG_SETUP**
|
||||||
|
}
|
||||||
|
|
||||||
|
lint {
|
||||||
|
abortOnError false
|
||||||
|
}
|
||||||
|
|
||||||
|
androidResources {
|
||||||
|
noCompress = **BUILTIN_NOCOMPRESS** + unityStreamingAssets.tokenize(', ')
|
||||||
|
ignoreAssetsPattern = "!.svn:!.git:!.ds_store:!*.scc:!CVS:!thumbs.db:!picasa.ini:!*~"
|
||||||
|
}**PACKAGING**
|
||||||
|
}
|
||||||
|
**IL_CPP_BUILD_SETUP**
|
||||||
|
**SOURCE_BUILD_SETUP**
|
||||||
|
**EXTERNAL_SOURCES**
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 9da5530d5ebfab24c8ecad68795e720f
|
guid: 655395b375b4d6a42912b6dcb6975d5a
|
||||||
DefaultImporter:
|
DefaultImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
30
Assets/Plugins/Android/settingsTemplate.gradle
Normal file
30
Assets/Plugins/Android/settingsTemplate.gradle
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
pluginManagement {
|
||||||
|
repositories {
|
||||||
|
**ARTIFACTORYREPOSITORY**
|
||||||
|
gradlePluginPortal()
|
||||||
|
google()
|
||||||
|
mavenCentral()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
include ':launcher', ':unityLibrary'
|
||||||
|
**INCLUDES**
|
||||||
|
|
||||||
|
dependencyResolutionManagement {
|
||||||
|
repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS)
|
||||||
|
repositories {
|
||||||
|
**ARTIFACTORYREPOSITORY**
|
||||||
|
google()
|
||||||
|
mavenCentral()
|
||||||
|
// Android Resolver Repos Start
|
||||||
|
def unityProjectPath = $/file:///**DIR_UNITYPROJECT**/$.replace("\\", "/")
|
||||||
|
maven {
|
||||||
|
url "https://repo.maven.apache.org/maven2" // Packages/com.taptap.sdk.core/Mobile/Editor/NativeDependencies.xml:6, Packages/com.taptap.sdk.login/Mobile/Editor/NativeDependencies.xml:6
|
||||||
|
}
|
||||||
|
mavenLocal()
|
||||||
|
// Android Resolver Repos End
|
||||||
|
flatDir {
|
||||||
|
dirs "${project(':unityLibrary').projectDir}/libs"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: aa102d640b98b5d4781710a3a3dd6983
|
guid: 118024034a116824492c045e4ed76102
|
||||||
DefaultImporter:
|
DefaultImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: de41a70ead12af544a4e99a925b269d2
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: f597f19f656ba56eae4f6a3a7cc528f4
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 48e08dc33330d11e9d4a1b246c52e4f6
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: ed09910c0094cb27be8f3ca264680da3
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: cc355dd4cf1e6173beaeb22c2858cbe1
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 7a0bb33169d95ec499136d59cb25918b
|
guid: 10881d2adadf8ec4b98d2d82ac5aeced
|
||||||
|
folderAsset: yes
|
||||||
DefaultImporter:
|
DefaultImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
8
Assets/Plugins/iOS/Resource.meta
Normal file
8
Assets/Plugins/iOS/Resource.meta
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 4c5a6a4ceeed31244bc9f461a3d7ed74
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
11
Assets/Plugins/iOS/Resource/TDS-Info.plist
Normal file
11
Assets/Plugins/iOS/Resource/TDS-Info.plist
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>taptap</key>
|
||||||
|
<dict>
|
||||||
|
<key>client_id</key>
|
||||||
|
<string>hkbfpbh2jv2kbxupmo</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
3
Assets/Plugins/iOS/Resource/TDS-Info.plist.meta
Normal file
3
Assets/Plugins/iOS/Resource/TDS-Info.plist.meta
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 2e16439f3c8742e290813744436c8547
|
||||||
|
timeCreated: 1777006961
|
||||||
File diff suppressed because it is too large
Load Diff
3
Assets/Scripts/Online.meta
Normal file
3
Assets/Scripts/Online.meta
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 8cd5753e721a43d49cb651f2c5479bac
|
||||||
|
timeCreated: 1777005537
|
||||||
3
Assets/Scripts/Online/Logic.meta
Normal file
3
Assets/Scripts/Online/Logic.meta
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: a90bb157de744750b0c7ca5b7f8b21ba
|
||||||
|
timeCreated: 1777007121
|
||||||
68
Assets/Scripts/Online/Logic/ThirdPartyServiceManager.cs
Normal file
68
Assets/Scripts/Online/Logic/ThirdPartyServiceManager.cs
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using Ichni.RhythmGame;
|
||||||
|
using Sirenix.OdinInspector;
|
||||||
|
using TapSDK.Core;
|
||||||
|
using TapSDK.Login;
|
||||||
|
using UnityEngine;
|
||||||
|
|
||||||
|
namespace Online.Logic
|
||||||
|
{
|
||||||
|
public class ThirdPartyServiceManager:SerializedMonoBehaviour
|
||||||
|
{
|
||||||
|
public static ThirdPartyServiceManager Instance { get; private set; } = null!;
|
||||||
|
|
||||||
|
private void Awake()
|
||||||
|
{
|
||||||
|
if (Instance != null)
|
||||||
|
{
|
||||||
|
Destroy(gameObject);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
Instance = this;
|
||||||
|
DontDestroyOnLoad(gameObject);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void Start()
|
||||||
|
{
|
||||||
|
// 核心配置 详细参数见 [TapTapSDK]
|
||||||
|
TapTapSdkOptions coreOptions = new TapTapSdkOptions()
|
||||||
|
{
|
||||||
|
clientId = "hkbfpbh2jv2kbxupmo",
|
||||||
|
clientToken = "Cry8OrA9EmfAetgu1RduPrWntgba2Qt44uC5tfEB",
|
||||||
|
region = TapTapRegionType.Overseas,
|
||||||
|
preferredLanguage = TapTapLanguageType.en,
|
||||||
|
enableLog = true
|
||||||
|
};
|
||||||
|
// TapSDK 初始化
|
||||||
|
TapTapSDK.Init(coreOptions);
|
||||||
|
TapTapLoginTest();
|
||||||
|
}
|
||||||
|
|
||||||
|
async Task TapTapLoginTest()
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
// 定义授权范围
|
||||||
|
List<string> scopes = new List<string>
|
||||||
|
{
|
||||||
|
TapTapLogin.TAP_LOGIN_SCOPE_PUBLIC_PROFILE,
|
||||||
|
TapTapLogin.TAP_LOGIN_SCOPE_EMAIL
|
||||||
|
};
|
||||||
|
// 发起 Tap 登录
|
||||||
|
var userInfo = await TapTapLogin.Instance.LoginWithScopes(scopes.ToArray());
|
||||||
|
Debug.Log($"登录成功,当前用户 ID:{JsonUtility.ToJson(userInfo.accessToken)}");
|
||||||
|
}
|
||||||
|
catch (TaskCanceledException)
|
||||||
|
{
|
||||||
|
Debug.Log("用户取消登录");
|
||||||
|
}
|
||||||
|
catch (Exception exception)
|
||||||
|
{
|
||||||
|
Debug.Log($"登录失败,出现异常:{exception}");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 656278590545491483e2e888078b504e
|
||||||
|
timeCreated: 1777007160
|
||||||
3
Assets/Scripts/Online/Models.meta
Normal file
3
Assets/Scripts/Online/Models.meta
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: bac26c98fb9d45778f0a351adbbb33e8
|
||||||
|
timeCreated: 1777005546
|
||||||
48
Assets/Scripts/Online/Models/OnlineEnumeration.cs
Normal file
48
Assets/Scripts/Online/Models/OnlineEnumeration.cs
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
namespace Online.Models
|
||||||
|
{
|
||||||
|
public enum UserPermission
|
||||||
|
{
|
||||||
|
Guest = 0,
|
||||||
|
Player = 1,
|
||||||
|
Admin = 2
|
||||||
|
}
|
||||||
|
|
||||||
|
public enum BeatmapStatus
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// 已发布并且可用
|
||||||
|
/// </summary>
|
||||||
|
Public = 0,
|
||||||
|
/// <summary>
|
||||||
|
/// 未发布
|
||||||
|
/// </summary>
|
||||||
|
Private = 1,
|
||||||
|
/// <summary>
|
||||||
|
/// 定时发布
|
||||||
|
/// </summary>
|
||||||
|
Scheduled = 2,
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 游戏将要发布的平台
|
||||||
|
/// </summary>
|
||||||
|
public enum GamePublishPlatform
|
||||||
|
{
|
||||||
|
TapTapInternational = 0,
|
||||||
|
GooglePlay = 1,
|
||||||
|
AppStore = 2,
|
||||||
|
Steam = 3
|
||||||
|
}
|
||||||
|
|
||||||
|
public enum ThirdPartyDataStatus
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// 等待用户注册或绑定账号/用户删除等情况
|
||||||
|
/// </summary>
|
||||||
|
Unavailable = 0,
|
||||||
|
/// <summary>
|
||||||
|
/// 正常可用
|
||||||
|
/// </summary>
|
||||||
|
Available = 1
|
||||||
|
}
|
||||||
|
}
|
||||||
3
Assets/Scripts/Online/Models/OnlineEnumeration.cs.meta
Normal file
3
Assets/Scripts/Online/Models/OnlineEnumeration.cs.meta
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 861c1de6a1154e3fa51b1d28f79ff932
|
||||||
|
timeCreated: 1777005936
|
||||||
Binary file not shown.
@@ -1,20 +1,29 @@
|
|||||||
<?xml version='1.0'?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<WwiseSettings>
|
<WwiseSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
<CopySoundBanksAsPreBuildStep>true</CopySoundBanksAsPreBuildStep>
|
<CopySoundBanksAsPreBuildStep>true</CopySoundBanksAsPreBuildStep>
|
||||||
<GenerateSoundBanksAsPreBuildStep>false</GenerateSoundBanksAsPreBuildStep>
|
<GenerateSoundBanksAsPreBuildStep>false</GenerateSoundBanksAsPreBuildStep>
|
||||||
<SoundbankPath>Audio/GeneratedSoundBanks</SoundbankPath>
|
<SoundbankPath>Audio/GeneratedSoundBanks</SoundbankPath>
|
||||||
<CreatedPicker>true</CreatedPicker>
|
<CreatedPicker>true</CreatedPicker>
|
||||||
<CreateWwiseGlobal>true</CreateWwiseGlobal>
|
<CreateWwiseGlobal>true</CreateWwiseGlobal>
|
||||||
<CreateWwiseListener>true</CreateWwiseListener>
|
<CreateWwiseListener>true</CreateWwiseListener>
|
||||||
<ObjectReferenceAutoCleanup>true</ObjectReferenceAutoCleanup>
|
<ObjectReferenceAutoCleanup>true</ObjectReferenceAutoCleanup>
|
||||||
<ShowMissingRigidBodyWarning>true</ShowMissingRigidBodyWarning>
|
<LoadSoundEngineInEditMode>true</LoadSoundEngineInEditMode>
|
||||||
<ShowSpatialAudioWarningMsg>true</ShowSpatialAudioWarningMsg>
|
<ShowMissingRigidBodyWarning>true</ShowMissingRigidBodyWarning>
|
||||||
<WwiseInstallationPathMac></WwiseInstallationPathMac>
|
<ShowSpatialAudioWarningMsg>true</ShowSpatialAudioWarningMsg>
|
||||||
<WwiseInstallationPathWindows>D:\Wwise\Wwise2024.1.9.8920</WwiseInstallationPathWindows>
|
<WwiseInstallationPathMac />
|
||||||
<WwiseProjectPath>../../ichni Official/ichni Official_WwiseProject/ichni Official_WwiseProject.wproj</WwiseProjectPath>
|
<WwiseInstallationPathWindows>D:\Wwise\Wwise2024.1.9.8920</WwiseInstallationPathWindows>
|
||||||
<UseWaapi>true</UseWaapi>
|
<WwiseProjectPath>../ichni Official_WwiseProject/ichni Official_WwiseProject.wproj</WwiseProjectPath>
|
||||||
<WaapiPort>8080</WaapiPort>
|
<UseWaapi>true</UseWaapi>
|
||||||
<WaapiIP>127.0.0.1</WaapiIP>
|
<WaapiPort>8080</WaapiPort>
|
||||||
<XMLTranslatorTimeout>10</XMLTranslatorTimeout>
|
<WaapiIP>127.0.0.1</WaapiIP>
|
||||||
<WaapiTranslatorTimeout>0</WaapiTranslatorTimeout>
|
<InstallationWasRequested>false</InstallationWasRequested>
|
||||||
|
<UseGitRepository>true</UseGitRepository>
|
||||||
|
<PackageSource>https://github.com/audiokinetic/WwiseUnityAddressables.git#v24.1.9</PackageSource>
|
||||||
|
<AddressableBankFolder>WwiseData/Bank</AddressableBankFolder>
|
||||||
|
<UseCustomBuildScript>false</UseCustomBuildScript>
|
||||||
|
<AddressableAssetBuilderPath>Assets/AddressableAssetsData/DataBuilders/BuildScriptWwisePacked.asset</AddressableAssetBuilderPath>
|
||||||
|
<AutomaticallyUpdateExternalSourcesPath>false</AutomaticallyUpdateExternalSourcesPath>
|
||||||
|
<ExternalSourcesPath>WwiseData/Bank</ExternalSourcesPath>
|
||||||
|
<XMLTranslatorTimeout>10</XMLTranslatorTimeout>
|
||||||
|
<WaapiTranslatorTimeout>0</WaapiTranslatorTimeout>
|
||||||
</WwiseSettings>
|
</WwiseSettings>
|
||||||
@@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"com.taptap.sdk.core": "4.5.4",
|
||||||
|
"com.taptap.sdk.login": "4.10.0",
|
||||||
"com.unity.burst": "1.8.27",
|
"com.unity.burst": "1.8.27",
|
||||||
"com.unity.collab-proxy": "2.11.3",
|
"com.unity.collab-proxy": "2.11.3",
|
||||||
"com.unity.collections": "2.6.2",
|
"com.unity.collections": "2.6.2",
|
||||||
@@ -9,6 +11,7 @@
|
|||||||
"com.unity.ide.visualstudio": "2.0.26",
|
"com.unity.ide.visualstudio": "2.0.26",
|
||||||
"com.unity.inputsystem": "1.18.0",
|
"com.unity.inputsystem": "1.18.0",
|
||||||
"com.unity.multiplayer.center": "1.0.1",
|
"com.unity.multiplayer.center": "1.0.1",
|
||||||
|
"com.unity.nuget.newtonsoft-json": "3.2.1",
|
||||||
"com.unity.render-pipelines.universal": "17.3.0",
|
"com.unity.render-pipelines.universal": "17.3.0",
|
||||||
"com.unity.test-framework": "1.6.0",
|
"com.unity.test-framework": "1.6.0",
|
||||||
"com.unity.timeline": "1.8.10",
|
"com.unity.timeline": "1.8.10",
|
||||||
@@ -48,5 +51,21 @@
|
|||||||
"com.unity.modules.vr": "1.0.0",
|
"com.unity.modules.vr": "1.0.0",
|
||||||
"com.unity.modules.wind": "1.0.0",
|
"com.unity.modules.wind": "1.0.0",
|
||||||
"com.unity.modules.xr": "1.0.0"
|
"com.unity.modules.xr": "1.0.0"
|
||||||
}
|
},
|
||||||
|
"scopedRegistries": [
|
||||||
|
{
|
||||||
|
"name": "package.openupm.com",
|
||||||
|
"url": "https://package.openupm.com",
|
||||||
|
"scopes": [
|
||||||
|
"com.google.external-dependency-manager"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "NPMJS",
|
||||||
|
"url": "https://registry.npmjs.org/",
|
||||||
|
"scopes": [
|
||||||
|
"com.taptap"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,21 @@
|
|||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"com.taptap.sdk.core": {
|
||||||
|
"version": "4.10.0",
|
||||||
|
"depth": 1,
|
||||||
|
"source": "registry",
|
||||||
|
"dependencies": {},
|
||||||
|
"url": "https://registry.npmjs.org"
|
||||||
|
},
|
||||||
|
"com.taptap.sdk.login": {
|
||||||
|
"version": "4.10.0",
|
||||||
|
"depth": 0,
|
||||||
|
"source": "registry",
|
||||||
|
"dependencies": {
|
||||||
|
"com.taptap.sdk.core": "4.10.0"
|
||||||
|
},
|
||||||
|
"url": "https://registry.npmjs.org"
|
||||||
|
},
|
||||||
"com.unity.2d.animation": {
|
"com.unity.2d.animation": {
|
||||||
"version": "13.0.4",
|
"version": "13.0.4",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
@@ -216,6 +232,13 @@
|
|||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"url": "https://packages.unity.com"
|
"url": "https://packages.unity.com"
|
||||||
},
|
},
|
||||||
|
"com.unity.nuget.newtonsoft-json": {
|
||||||
|
"version": "3.2.1",
|
||||||
|
"depth": 0,
|
||||||
|
"source": "registry",
|
||||||
|
"dependencies": {},
|
||||||
|
"url": "https://packages.unity.com"
|
||||||
|
},
|
||||||
"com.unity.render-pipelines.core": {
|
"com.unity.render-pipelines.core": {
|
||||||
"version": "17.3.0",
|
"version": "17.3.0",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
|
|||||||
24
ProjectSettings/AndroidResolverDependencies.xml
Normal file
24
ProjectSettings/AndroidResolverDependencies.xml
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
<dependencies>
|
||||||
|
<packages>
|
||||||
|
<package>com.taptap.sdk:tap-core-unity:4.5.4</package>
|
||||||
|
<package>com.taptap.sdk:tap-login-unity:4.5.4</package>
|
||||||
|
</packages>
|
||||||
|
<files />
|
||||||
|
<settings>
|
||||||
|
<setting name="androidAbis" value="arm64-v8a,armeabi-v7a" />
|
||||||
|
<setting name="bundleId" value="com.Soullies.ichni" />
|
||||||
|
<setting name="explodeAars" value="True" />
|
||||||
|
<setting name="gradleBuildEnabled" value="True" />
|
||||||
|
<setting name="gradlePropertiesTemplateEnabled" value="True" />
|
||||||
|
<setting name="gradleTemplateEnabled" value="True" />
|
||||||
|
<setting name="installAndroidPackages" value="True" />
|
||||||
|
<setting name="localMavenRepoDir" value="Assets/GeneratedLocalRepo" />
|
||||||
|
<setting name="packageDir" value="Assets/Plugins/Android" />
|
||||||
|
<setting name="patchAndroidManifest" value="True" />
|
||||||
|
<setting name="patchMainTemplateGradle" value="True" />
|
||||||
|
<setting name="projectExportEnabled" value="False" />
|
||||||
|
<setting name="useFullCustomMavenRepoPathWhenExport" value="True" />
|
||||||
|
<setting name="useFullCustomMavenRepoPathWhenNotExport" value="False" />
|
||||||
|
<setting name="useJetifier" value="True" />
|
||||||
|
</settings>
|
||||||
|
</dependencies>
|
||||||
Binary file not shown.
10
ProjectSettings/GvhProjectSettings.xml
Normal file
10
ProjectSettings/GvhProjectSettings.xml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<projectSettings>
|
||||||
|
<projectSetting name="com.google.external-dependency-managerAnalyticsCookie" value="0ee05935852240ba8f2aa7a1a5eb6d09" />
|
||||||
|
<projectSetting name="com.google.external-dependency-managerAnalyticsEnabled" value="True" />
|
||||||
|
<projectSetting name="Google.IOSResolver.VerboseLoggingEnabled" value="False" />
|
||||||
|
<projectSetting name="Google.PackageManagerResolver.VerboseLoggingEnabled" value="False" />
|
||||||
|
<projectSetting name="Google.VersionHandler.VerboseLoggingEnabled" value="False" />
|
||||||
|
<projectSetting name="GooglePlayServices.PromptBeforeAutoResolution" value="False" />
|
||||||
|
<projectSetting name="GooglePlayServices.UseJetifier" value="True" />
|
||||||
|
</projectSettings>
|
||||||
Binary file not shown.
Binary file not shown.
@@ -18,12 +18,12 @@ MonoBehaviour:
|
|||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 36
|
y: 36
|
||||||
width: 1706.6667
|
width: 2560
|
||||||
height: 813.3334
|
height: 1293
|
||||||
m_MinSize: {x: 300, y: 112}
|
m_MinSize: {x: 300, y: 112}
|
||||||
m_MaxSize: {x: 24288, y: 16192}
|
m_MaxSize: {x: 24288, y: 16192}
|
||||||
vertical: 1
|
vertical: 1
|
||||||
controlID: 89
|
controlID: 54
|
||||||
draggingID: 0
|
draggingID: 0
|
||||||
--- !u!114 &2
|
--- !u!114 &2
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
@@ -41,16 +41,16 @@ MonoBehaviour:
|
|||||||
m_MaxSize: {x: 4000, y: 4000}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_TitleContent:
|
m_TitleContent:
|
||||||
m_Text: Game
|
m_Text: Game
|
||||||
m_Image: {fileID: 4621777727084837110, guid: 0000000000000000d000000000000000,
|
m_Image: {fileID: -6423792434712278376, guid: 0000000000000000d000000000000000,
|
||||||
type: 0}
|
type: 0}
|
||||||
m_Tooltip:
|
m_Tooltip:
|
||||||
m_TextWithWhitespace: "Game\u200B"
|
m_TextWithWhitespace: "Game\u200B"
|
||||||
m_Pos:
|
m_Pos:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 298.6667
|
x: 448
|
||||||
y: 78.66667
|
y: 79
|
||||||
width: 894.66675
|
width: 1343
|
||||||
height: 538
|
height: 881
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
m_PreferredDataMode: 0
|
m_PreferredDataMode: 0
|
||||||
@@ -87,10 +87,10 @@ MonoBehaviour:
|
|||||||
m_VRangeLocked: 0
|
m_VRangeLocked: 0
|
||||||
hZoomLockedByDefault: 0
|
hZoomLockedByDefault: 0
|
||||||
vZoomLockedByDefault: 0
|
vZoomLockedByDefault: 0
|
||||||
m_HBaseRangeMin: -640
|
m_HBaseRangeMin: -960
|
||||||
m_HBaseRangeMax: 640
|
m_HBaseRangeMax: 960
|
||||||
m_VBaseRangeMin: -360
|
m_VBaseRangeMin: -540
|
||||||
m_VBaseRangeMax: 360
|
m_VBaseRangeMax: 540
|
||||||
m_HAllowExceedBaseRangeMin: 1
|
m_HAllowExceedBaseRangeMin: 1
|
||||||
m_HAllowExceedBaseRangeMax: 1
|
m_HAllowExceedBaseRangeMax: 1
|
||||||
m_VAllowExceedBaseRangeMin: 1
|
m_VAllowExceedBaseRangeMin: 1
|
||||||
@@ -108,23 +108,23 @@ MonoBehaviour:
|
|||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 21
|
y: 21
|
||||||
width: 894.66675
|
width: 1343
|
||||||
height: 517
|
height: 860
|
||||||
m_Scale: {x: 0.6989584, y: 0.6989584}
|
m_Scale: {x: 0.69947916, y: 0.69947916}
|
||||||
m_Translation: {x: 447.33337, y: 258.5}
|
m_Translation: {x: 671.5, y: 430}
|
||||||
m_MarginLeft: 0
|
m_MarginLeft: 0
|
||||||
m_MarginRight: 0
|
m_MarginRight: 0
|
||||||
m_MarginTop: 0
|
m_MarginTop: 0
|
||||||
m_MarginBottom: 0
|
m_MarginBottom: 0
|
||||||
m_LastShownAreaInsideMargins:
|
m_LastShownAreaInsideMargins:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: -640
|
x: -960
|
||||||
y: -369.83603
|
y: -614.7431
|
||||||
width: 1280
|
width: 1920
|
||||||
height: 739.67206
|
height: 1229.4862
|
||||||
m_MinimalGUI: 1
|
m_MinimalGUI: 1
|
||||||
m_defaultScale: 0.6989584
|
m_defaultScale: 0.69947916
|
||||||
m_LastWindowPixelSize: {x: 1342.0001, y: 807}
|
m_LastWindowPixelSize: {x: 1343, y: 881}
|
||||||
m_ClearInEditMode: 1
|
m_ClearInEditMode: 1
|
||||||
m_NoCameraWarning: 1
|
m_NoCameraWarning: 1
|
||||||
m_LowResolutionForAspectRatios: 00000000000000000000
|
m_LowResolutionForAspectRatios: 00000000000000000000
|
||||||
@@ -150,12 +150,12 @@ MonoBehaviour:
|
|||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
width: 1706.6667
|
width: 2560
|
||||||
height: 813.3334
|
height: 1293
|
||||||
m_MinSize: {x: 300, y: 112}
|
m_MinSize: {x: 300, y: 112}
|
||||||
m_MaxSize: {x: 24288, y: 16192}
|
m_MaxSize: {x: 24288, y: 16192}
|
||||||
vertical: 0
|
vertical: 0
|
||||||
controlID: 90
|
controlID: 55
|
||||||
draggingID: 0
|
draggingID: 0
|
||||||
--- !u!114 &4
|
--- !u!114 &4
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
@@ -176,12 +176,12 @@ MonoBehaviour:
|
|||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
width: 1195.3334
|
width: 1793
|
||||||
height: 813.3334
|
height: 1293
|
||||||
m_MinSize: {x: 200, y: 112}
|
m_MinSize: {x: 200, y: 112}
|
||||||
m_MaxSize: {x: 16192, y: 16192}
|
m_MaxSize: {x: 16192, y: 16192}
|
||||||
vertical: 1
|
vertical: 1
|
||||||
controlID: 91
|
controlID: 56
|
||||||
draggingID: 0
|
draggingID: 0
|
||||||
--- !u!114 &5
|
--- !u!114 &5
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
@@ -202,12 +202,12 @@ MonoBehaviour:
|
|||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
width: 1195.3334
|
width: 1793
|
||||||
height: 564
|
height: 907
|
||||||
m_MinSize: {x: 200, y: 56}
|
m_MinSize: {x: 200, y: 56}
|
||||||
m_MaxSize: {x: 16192, y: 8096}
|
m_MaxSize: {x: 16192, y: 8096}
|
||||||
vertical: 0
|
vertical: 0
|
||||||
controlID: 92
|
controlID: 57
|
||||||
draggingID: 0
|
draggingID: 0
|
||||||
--- !u!114 &6
|
--- !u!114 &6
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
@@ -226,10 +226,10 @@ MonoBehaviour:
|
|||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
width: 298.66666
|
width: 448
|
||||||
height: 564
|
height: 907
|
||||||
m_MinSize: {x: 200, y: 200}
|
m_MinSize: {x: 201, y: 226}
|
||||||
m_MaxSize: {x: 4000, y: 4000}
|
m_MaxSize: {x: 4001, y: 4026}
|
||||||
m_ActualView: {fileID: 7}
|
m_ActualView: {fileID: 7}
|
||||||
m_Panes:
|
m_Panes:
|
||||||
- {fileID: 7}
|
- {fileID: 7}
|
||||||
@@ -251,16 +251,16 @@ MonoBehaviour:
|
|||||||
m_MaxSize: {x: 4000, y: 4000}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_TitleContent:
|
m_TitleContent:
|
||||||
m_Text: Hierarchy
|
m_Text: Hierarchy
|
||||||
m_Image: {fileID: -3734745235275155857, guid: 0000000000000000d000000000000000,
|
m_Image: {fileID: 7966133145522015247, guid: 0000000000000000d000000000000000,
|
||||||
type: 0}
|
type: 0}
|
||||||
m_Tooltip:
|
m_Tooltip:
|
||||||
m_TextWithWhitespace: "Hierarchy\u200B"
|
m_TextWithWhitespace: "Hierarchy\u200B"
|
||||||
m_Pos:
|
m_Pos:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 78.66667
|
y: 79
|
||||||
width: 297.66666
|
width: 447
|
||||||
height: 538
|
height: 881
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
m_PreferredDataMode: 0
|
m_PreferredDataMode: 0
|
||||||
@@ -277,12 +277,12 @@ MonoBehaviour:
|
|||||||
m_SceneHierarchy:
|
m_SceneHierarchy:
|
||||||
m_TreeViewState:
|
m_TreeViewState:
|
||||||
scrollPos: {x: 0, y: 0}
|
scrollPos: {x: 0, y: 0}
|
||||||
m_SelectedIDs: []
|
m_SelectedIDs:
|
||||||
|
- m_Data: 48546
|
||||||
m_LastClickedID:
|
m_LastClickedID:
|
||||||
m_Data: 0
|
m_Data: 0
|
||||||
m_ExpandedIDs:
|
m_ExpandedIDs:
|
||||||
- m_Data: -3848
|
- m_Data: -1332
|
||||||
- m_Data: -1330
|
|
||||||
m_RenameOverlay:
|
m_RenameOverlay:
|
||||||
m_UserAcceptedRename: 0
|
m_UserAcceptedRename: 0
|
||||||
m_Name:
|
m_Name:
|
||||||
@@ -323,12 +323,12 @@ MonoBehaviour:
|
|||||||
m_Children: []
|
m_Children: []
|
||||||
m_Position:
|
m_Position:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 298.66666
|
x: 448
|
||||||
y: 0
|
y: 0
|
||||||
width: 896.66675
|
width: 1345
|
||||||
height: 564
|
height: 907
|
||||||
m_MinSize: {x: 202, y: 226}
|
m_MinSize: {x: 200, y: 200}
|
||||||
m_MaxSize: {x: 4002, y: 4026}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_ActualView: {fileID: 2}
|
m_ActualView: {fileID: 2}
|
||||||
m_Panes:
|
m_Panes:
|
||||||
- {fileID: 9}
|
- {fileID: 9}
|
||||||
@@ -353,16 +353,16 @@ MonoBehaviour:
|
|||||||
m_MaxSize: {x: 4000, y: 4000}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_TitleContent:
|
m_TitleContent:
|
||||||
m_Text: Scene
|
m_Text: Scene
|
||||||
m_Image: {fileID: 8634526014445323508, guid: 0000000000000000d000000000000000,
|
m_Image: {fileID: 2593428753322112591, guid: 0000000000000000d000000000000000,
|
||||||
type: 0}
|
type: 0}
|
||||||
m_Tooltip:
|
m_Tooltip:
|
||||||
m_TextWithWhitespace: "Scene\u200B"
|
m_TextWithWhitespace: "Scene\u200B"
|
||||||
m_Pos:
|
m_Pos:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: -2112
|
x: 298.6667
|
||||||
y: -7.9999924
|
y: 78.66667
|
||||||
width: 1342.6666
|
width: 894.66675
|
||||||
height: 870.6667
|
height: 544
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
m_PreferredDataMode: 0
|
m_PreferredDataMode: 0
|
||||||
@@ -612,7 +612,7 @@ MonoBehaviour:
|
|||||||
sizeOverridden: 0
|
sizeOverridden: 0
|
||||||
- dockPosition: 1
|
- dockPosition: 1
|
||||||
containerId: overlay-container--right
|
containerId: overlay-container--right
|
||||||
displayed: 0
|
displayed: 1
|
||||||
id: Scene View/Particles
|
id: Scene View/Particles
|
||||||
index: 11
|
index: 11
|
||||||
contents: '{"m_Layout":4,"m_Collapsed":false,"m_Folded":false,"m_Floating":false,"m_FloatingSnapOffset":{"x":-232.0,"y":-202.66668701171876},"m_SnapOffsetDelta":{"x":0.0,"y":0.0},"m_FloatingSnapCorner":3,"m_Size":{"x":0.0,"y":0.0},"m_SizeOverridden":false}'
|
contents: '{"m_Layout":4,"m_Collapsed":false,"m_Folded":false,"m_Floating":false,"m_FloatingSnapOffset":{"x":-232.0,"y":-202.66668701171876},"m_SnapOffsetDelta":{"x":0.0,"y":0.0},"m_FloatingSnapCorner":3,"m_Size":{"x":0.0,"y":0.0},"m_SizeOverridden":false}'
|
||||||
@@ -1017,9 +1017,9 @@ MonoBehaviour:
|
|||||||
m_AudioPlay: 0
|
m_AudioPlay: 0
|
||||||
m_DebugDrawModesUseInteractiveLightBakingData: 0
|
m_DebugDrawModesUseInteractiveLightBakingData: 0
|
||||||
m_Position:
|
m_Position:
|
||||||
m_Target: {x: -41.48494, y: 10.089869, z: -77.0094}
|
m_Target: {x: 224.24973, y: 0, z: 3.1823473}
|
||||||
speed: 2
|
speed: 2
|
||||||
m_Value: {x: -41.48494, y: 10.089869, z: -77.0094}
|
m_Value: {x: 224.24973, y: 0, z: 3.1823473}
|
||||||
m_RenderMode: 0
|
m_RenderMode: 0
|
||||||
m_CameraMode:
|
m_CameraMode:
|
||||||
drawMode: 0
|
drawMode: 0
|
||||||
@@ -1065,13 +1065,13 @@ MonoBehaviour:
|
|||||||
m_GridAxis: 1
|
m_GridAxis: 1
|
||||||
m_gridOpacity: 0.5
|
m_gridOpacity: 0.5
|
||||||
m_Rotation:
|
m_Rotation:
|
||||||
m_Target: {x: 0.003131636, y: -0.99237376, z: -0.12167186, w: -0.025189295}
|
m_Target: {x: -0.057881955, y: -0.9295551, z: 0.32463765, w: -0.16567348}
|
||||||
speed: 2
|
speed: 2
|
||||||
m_Value: {x: 0.003131238, y: -0.9922477, z: -0.1216564, w: -0.025186095}
|
m_Value: {x: -0.057874423, y: -0.9294341, z: 0.3245954, w: -0.16565192}
|
||||||
m_Size:
|
m_Size:
|
||||||
m_Target: 58.61912
|
m_Target: 0.8660254
|
||||||
speed: 2
|
speed: 2
|
||||||
m_Value: 58.61912
|
m_Value: 0.8660254
|
||||||
m_Ortho:
|
m_Ortho:
|
||||||
m_Target: 0
|
m_Target: 0
|
||||||
speed: 2
|
speed: 2
|
||||||
@@ -1089,7 +1089,7 @@ MonoBehaviour:
|
|||||||
m_FarClip: 1000
|
m_FarClip: 1000
|
||||||
m_DynamicClip: 1
|
m_DynamicClip: 1
|
||||||
m_OcclusionCulling: 0
|
m_OcclusionCulling: 0
|
||||||
m_LastSceneViewRotation: {x: 0.23471156, y: -0.026415598, z: 0.0064268056, w: 0.9717362}
|
m_LastSceneViewRotation: {x: 0.08635472, y: -0.90288734, z: 0.21522357, w: 0.36232075}
|
||||||
m_LastSceneViewOrtho: 0
|
m_LastSceneViewOrtho: 0
|
||||||
m_Viewpoint:
|
m_Viewpoint:
|
||||||
m_SceneView: {fileID: 9}
|
m_SceneView: {fileID: 9}
|
||||||
@@ -1121,16 +1121,16 @@ MonoBehaviour:
|
|||||||
m_MaxSize: {x: 4000, y: 4000}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_TitleContent:
|
m_TitleContent:
|
||||||
m_Text: Animator
|
m_Text: Animator
|
||||||
m_Image: {fileID: 1711060831702674872, guid: 0000000000000000d000000000000000,
|
m_Image: {fileID: -1673928668082335149, guid: 0000000000000000d000000000000000,
|
||||||
type: 0}
|
type: 0}
|
||||||
m_Tooltip:
|
m_Tooltip:
|
||||||
m_TextWithWhitespace: "Animator\u200B"
|
m_TextWithWhitespace: "Animator\u200B"
|
||||||
m_Pos:
|
m_Pos:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: -2112
|
x: 298.6667
|
||||||
y: -7.9999924
|
y: 78.66667
|
||||||
width: 1342.6666
|
width: 894.66675
|
||||||
height: 871.3333
|
height: 544
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
m_PreferredDataMode: 0
|
m_PreferredDataMode: 0
|
||||||
@@ -1149,7 +1149,6 @@ MonoBehaviour:
|
|||||||
- {fileID: 1107513844591874750, guid: 6bb62cb4c18d9d64db0b1e04206d84de, type: 2}
|
- {fileID: 1107513844591874750, guid: 6bb62cb4c18d9d64db0b1e04206d84de, type: 2}
|
||||||
- {fileID: 1107513844591874750, guid: c20c187d4b7282b4a976d0c296710fb8, type: 2}
|
- {fileID: 1107513844591874750, guid: c20c187d4b7282b4a976d0c296710fb8, type: 2}
|
||||||
- {fileID: -9213322630146201385, guid: 258a1e0e215e6ee47ba26fc1c3662225, type: 2}
|
- {fileID: -9213322630146201385, guid: 258a1e0e215e6ee47ba26fc1c3662225, type: 2}
|
||||||
- {fileID: 8721197533186585465, guid: 22270cc48767ea74fa029bdf46ae745b, type: 2}
|
|
||||||
m_ValueSerializationHelper:
|
m_ValueSerializationHelper:
|
||||||
- e00: 0.5192983
|
- e00: 0.5192983
|
||||||
e01: 0
|
e01: 0
|
||||||
@@ -1199,29 +1198,9 @@ MonoBehaviour:
|
|||||||
e31: 0
|
e31: 0
|
||||||
e32: 0
|
e32: 0
|
||||||
e33: 1
|
e33: 1
|
||||||
- e00: 1
|
|
||||||
e01: 0
|
|
||||||
e02: 0
|
|
||||||
e03: 0
|
|
||||||
e10: 0
|
|
||||||
e11: 1
|
|
||||||
e12: 0
|
|
||||||
e13: 0
|
|
||||||
e20: 0
|
|
||||||
e21: 0
|
|
||||||
e22: 1
|
|
||||||
e23: 0
|
|
||||||
e30: 0
|
|
||||||
e31: 0
|
|
||||||
e32: 0
|
|
||||||
e33: 1
|
|
||||||
m_PreviewAnimator: {fileID: 0}
|
m_PreviewAnimator: {fileID: 0}
|
||||||
m_AnimatorController: {fileID: 9100000, guid: 22270cc48767ea74fa029bdf46ae745b,
|
m_AnimatorController: {fileID: 0}
|
||||||
type: 2}
|
m_BreadCrumbs: []
|
||||||
m_BreadCrumbs:
|
|
||||||
- m_Target: {fileID: 8721197533186585465, guid: 22270cc48767ea74fa029bdf46ae745b,
|
|
||||||
type: 2}
|
|
||||||
m_ScrollPosition: {x: 0, y: 0}
|
|
||||||
stateMachineGraph: {fileID: 0}
|
stateMachineGraph: {fileID: 0}
|
||||||
stateMachineGraphGUI: {fileID: 0}
|
stateMachineGraphGUI: {fileID: 0}
|
||||||
blendTreeGraph: {fileID: 0}
|
blendTreeGraph: {fileID: 0}
|
||||||
@@ -1254,10 +1233,10 @@ MonoBehaviour:
|
|||||||
m_TextWithWhitespace: "Rendering Debugger\u200B"
|
m_TextWithWhitespace: "Rendering Debugger\u200B"
|
||||||
m_Pos:
|
m_Pos:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: -2112
|
x: 298.6667
|
||||||
y: -7.9999924
|
y: 78.66667
|
||||||
width: 1342.6666
|
width: 894.66675
|
||||||
height: 870.6667
|
height: 544
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
m_PreferredDataMode: 0
|
m_PreferredDataMode: 0
|
||||||
@@ -1285,25 +1264,25 @@ MonoBehaviour:
|
|||||||
m_Enabled: 1
|
m_Enabled: 1
|
||||||
m_EditorHideFlags: 1
|
m_EditorHideFlags: 1
|
||||||
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
|
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
|
||||||
m_Name: ProjectBrowser
|
m_Name: ConsoleWindow
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
m_Children: []
|
m_Children: []
|
||||||
m_Position:
|
m_Position:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 564
|
y: 907
|
||||||
width: 1195.3334
|
width: 1793
|
||||||
height: 249.33337
|
height: 386
|
||||||
m_MinSize: {x: 231, y: 276}
|
m_MinSize: {x: 100, y: 100}
|
||||||
m_MaxSize: {x: 10001, y: 10026}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_ActualView: {fileID: 13}
|
m_ActualView: {fileID: 14}
|
||||||
m_Panes:
|
m_Panes:
|
||||||
- {fileID: 13}
|
- {fileID: 13}
|
||||||
- {fileID: 14}
|
- {fileID: 14}
|
||||||
- {fileID: 15}
|
- {fileID: 15}
|
||||||
- {fileID: 16}
|
- {fileID: 16}
|
||||||
m_Selected: 0
|
m_Selected: 1
|
||||||
m_LastSelected: 1
|
m_LastSelected: 0
|
||||||
--- !u!114 &13
|
--- !u!114 &13
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 52
|
m_ObjectHideFlags: 52
|
||||||
@@ -1320,16 +1299,16 @@ MonoBehaviour:
|
|||||||
m_MaxSize: {x: 10000, y: 10000}
|
m_MaxSize: {x: 10000, y: 10000}
|
||||||
m_TitleContent:
|
m_TitleContent:
|
||||||
m_Text: Project
|
m_Text: Project
|
||||||
m_Image: {fileID: -5179483145760003458, guid: 0000000000000000d000000000000000,
|
m_Image: {fileID: -5467254957812901981, guid: 0000000000000000d000000000000000,
|
||||||
type: 0}
|
type: 0}
|
||||||
m_Tooltip:
|
m_Tooltip:
|
||||||
m_TextWithWhitespace: "Project\u200B"
|
m_TextWithWhitespace: "Project\u200B"
|
||||||
m_Pos:
|
m_Pos:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 642.6667
|
y: 986
|
||||||
width: 1194.3334
|
width: 1792
|
||||||
height: 223.33337
|
height: 360
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
m_PreferredDataMode: 0
|
m_PreferredDataMode: 0
|
||||||
@@ -1354,7 +1333,7 @@ MonoBehaviour:
|
|||||||
m_SkipHidden: 0
|
m_SkipHidden: 0
|
||||||
m_SearchArea: 1
|
m_SearchArea: 1
|
||||||
m_Folders:
|
m_Folders:
|
||||||
- Assets/Resources/Beatmaps/Chapter0/Alunite Cas/Easy
|
- Assets/ThemeBundles/Basic/Scripts/NoteVisual
|
||||||
m_Globs: []
|
m_Globs: []
|
||||||
m_ProductIds:
|
m_ProductIds:
|
||||||
m_AnyWithAssetOrigin: 0
|
m_AnyWithAssetOrigin: 0
|
||||||
@@ -1364,85 +1343,29 @@ MonoBehaviour:
|
|||||||
m_ViewMode: 1
|
m_ViewMode: 1
|
||||||
m_StartGridSize: 16
|
m_StartGridSize: 16
|
||||||
m_LastFolders:
|
m_LastFolders:
|
||||||
- Assets/Resources/Beatmaps/Chapter0/Alunite Cas/Easy
|
- Assets/ThemeBundles/Basic/Scripts/NoteVisual
|
||||||
m_LastFoldersGridSize: 16
|
m_LastFoldersGridSize: 16
|
||||||
m_LastProjectPath: D:\Projects\ichni Official
|
m_LastProjectPath: D:\projects\ichni_Official
|
||||||
m_LockTracker:
|
m_LockTracker:
|
||||||
m_IsLocked: 0
|
m_IsLocked: 0
|
||||||
m_LastLocalAssetsSearchArea: 1
|
m_LastLocalAssetsSearchArea: 1
|
||||||
m_FolderTreeState:
|
m_FolderTreeState:
|
||||||
scrollPos: {x: 0, y: 237.99994}
|
scrollPos: {x: 0, y: 1023}
|
||||||
m_SelectedIDs:
|
m_SelectedIDs:
|
||||||
- m_Data: 66054
|
- m_Data: 68814
|
||||||
m_LastClickedID:
|
m_LastClickedID:
|
||||||
m_Data: 66054
|
m_Data: 68814
|
||||||
m_ExpandedIDs:
|
m_ExpandedIDs:
|
||||||
- m_Data: 0
|
- m_Data: 0
|
||||||
- m_Data: 65274
|
- m_Data: 68186
|
||||||
- m_Data: 65276
|
- m_Data: 68630
|
||||||
- m_Data: 65278
|
- m_Data: 68656
|
||||||
- m_Data: 65280
|
- m_Data: 68736
|
||||||
- m_Data: 65282
|
- m_Data: 68738
|
||||||
- m_Data: 65284
|
- m_Data: 68816
|
||||||
- m_Data: 65286
|
- m_Data: 68818
|
||||||
- m_Data: 65288
|
|
||||||
- m_Data: 65290
|
|
||||||
- m_Data: 65292
|
|
||||||
- m_Data: 65294
|
|
||||||
- m_Data: 65296
|
|
||||||
- m_Data: 65298
|
|
||||||
- m_Data: 65300
|
|
||||||
- m_Data: 65302
|
|
||||||
- m_Data: 65304
|
|
||||||
- m_Data: 65306
|
|
||||||
- m_Data: 65308
|
|
||||||
- m_Data: 65310
|
|
||||||
- m_Data: 65312
|
|
||||||
- m_Data: 65314
|
|
||||||
- m_Data: 65316
|
|
||||||
- m_Data: 65318
|
|
||||||
- m_Data: 65320
|
|
||||||
- m_Data: 65322
|
|
||||||
- m_Data: 65324
|
|
||||||
- m_Data: 65326
|
|
||||||
- m_Data: 65328
|
|
||||||
- m_Data: 65330
|
|
||||||
- m_Data: 65332
|
|
||||||
- m_Data: 65334
|
|
||||||
- m_Data: 65336
|
|
||||||
- m_Data: 65338
|
|
||||||
- m_Data: 65340
|
|
||||||
- m_Data: 65342
|
|
||||||
- m_Data: 65344
|
|
||||||
- m_Data: 65346
|
|
||||||
- m_Data: 65348
|
|
||||||
- m_Data: 65350
|
|
||||||
- m_Data: 65352
|
|
||||||
- m_Data: 65354
|
|
||||||
- m_Data: 65356
|
|
||||||
- m_Data: 65358
|
|
||||||
- m_Data: 65360
|
|
||||||
- m_Data: 65362
|
|
||||||
- m_Data: 65364
|
|
||||||
- m_Data: 65366
|
|
||||||
- m_Data: 65368
|
|
||||||
- m_Data: 65370
|
|
||||||
- m_Data: 65372
|
|
||||||
- m_Data: 65374
|
|
||||||
- m_Data: 65376
|
|
||||||
- m_Data: 65378
|
|
||||||
- m_Data: 65380
|
|
||||||
- m_Data: 65382
|
|
||||||
- m_Data: 65384
|
|
||||||
- m_Data: 65386
|
|
||||||
- m_Data: 65388
|
|
||||||
- m_Data: 65390
|
|
||||||
- m_Data: 65392
|
|
||||||
- m_Data: 65394
|
|
||||||
- m_Data: 65396
|
|
||||||
- m_Data: 65818
|
|
||||||
- m_Data: 65844
|
|
||||||
- m_Data: 1000000000
|
- m_Data: 1000000000
|
||||||
|
- m_Data: 2147483647
|
||||||
m_RenameOverlay:
|
m_RenameOverlay:
|
||||||
m_UserAcceptedRename: 0
|
m_UserAcceptedRename: 0
|
||||||
m_Name:
|
m_Name:
|
||||||
@@ -1475,68 +1398,7 @@ MonoBehaviour:
|
|||||||
m_Data: 0
|
m_Data: 0
|
||||||
m_ExpandedIDs:
|
m_ExpandedIDs:
|
||||||
- m_Data: 0
|
- m_Data: 0
|
||||||
- m_Data: 65274
|
- m_Data: 68186
|
||||||
- m_Data: 65276
|
|
||||||
- m_Data: 65278
|
|
||||||
- m_Data: 65280
|
|
||||||
- m_Data: 65282
|
|
||||||
- m_Data: 65284
|
|
||||||
- m_Data: 65286
|
|
||||||
- m_Data: 65288
|
|
||||||
- m_Data: 65290
|
|
||||||
- m_Data: 65292
|
|
||||||
- m_Data: 65294
|
|
||||||
- m_Data: 65296
|
|
||||||
- m_Data: 65298
|
|
||||||
- m_Data: 65300
|
|
||||||
- m_Data: 65302
|
|
||||||
- m_Data: 65304
|
|
||||||
- m_Data: 65306
|
|
||||||
- m_Data: 65308
|
|
||||||
- m_Data: 65310
|
|
||||||
- m_Data: 65312
|
|
||||||
- m_Data: 65314
|
|
||||||
- m_Data: 65316
|
|
||||||
- m_Data: 65318
|
|
||||||
- m_Data: 65320
|
|
||||||
- m_Data: 65322
|
|
||||||
- m_Data: 65324
|
|
||||||
- m_Data: 65326
|
|
||||||
- m_Data: 65328
|
|
||||||
- m_Data: 65330
|
|
||||||
- m_Data: 65332
|
|
||||||
- m_Data: 65334
|
|
||||||
- m_Data: 65336
|
|
||||||
- m_Data: 65338
|
|
||||||
- m_Data: 65340
|
|
||||||
- m_Data: 65342
|
|
||||||
- m_Data: 65344
|
|
||||||
- m_Data: 65346
|
|
||||||
- m_Data: 65348
|
|
||||||
- m_Data: 65350
|
|
||||||
- m_Data: 65352
|
|
||||||
- m_Data: 65354
|
|
||||||
- m_Data: 65356
|
|
||||||
- m_Data: 65358
|
|
||||||
- m_Data: 65360
|
|
||||||
- m_Data: 65362
|
|
||||||
- m_Data: 65364
|
|
||||||
- m_Data: 65366
|
|
||||||
- m_Data: 65368
|
|
||||||
- m_Data: 65370
|
|
||||||
- m_Data: 65372
|
|
||||||
- m_Data: 65374
|
|
||||||
- m_Data: 65376
|
|
||||||
- m_Data: 65378
|
|
||||||
- m_Data: 65380
|
|
||||||
- m_Data: 65382
|
|
||||||
- m_Data: 65384
|
|
||||||
- m_Data: 65386
|
|
||||||
- m_Data: 65388
|
|
||||||
- m_Data: 65390
|
|
||||||
- m_Data: 65392
|
|
||||||
- m_Data: 65394
|
|
||||||
- m_Data: 65396
|
|
||||||
m_RenameOverlay:
|
m_RenameOverlay:
|
||||||
m_UserAcceptedRename: 0
|
m_UserAcceptedRename: 0
|
||||||
m_Name:
|
m_Name:
|
||||||
@@ -1563,8 +1425,9 @@ MonoBehaviour:
|
|||||||
m_Icon: {fileID: 0}
|
m_Icon: {fileID: 0}
|
||||||
m_ResourceFile:
|
m_ResourceFile:
|
||||||
m_ListAreaState:
|
m_ListAreaState:
|
||||||
m_SelectedInstanceIDs: []
|
m_SelectedInstanceIDs:
|
||||||
m_LastClickedInstanceID: 0
|
- m_Data: 48546
|
||||||
|
m_LastClickedInstanceID: 48546
|
||||||
m_HadKeyboardFocusLastEvent: 1
|
m_HadKeyboardFocusLastEvent: 1
|
||||||
m_ExpandedInstanceIDs:
|
m_ExpandedInstanceIDs:
|
||||||
- m_Data: 0
|
- m_Data: 0
|
||||||
@@ -1616,16 +1479,16 @@ MonoBehaviour:
|
|||||||
m_MaxSize: {x: 4000, y: 4000}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_TitleContent:
|
m_TitleContent:
|
||||||
m_Text: Console
|
m_Text: Console
|
||||||
m_Image: {fileID: -4950941429401207979, guid: 0000000000000000d000000000000000,
|
m_Image: {fileID: -4327648978806127646, guid: 0000000000000000d000000000000000,
|
||||||
type: 0}
|
type: 0}
|
||||||
m_Tooltip:
|
m_Tooltip:
|
||||||
m_TextWithWhitespace: "Console\u200B"
|
m_TextWithWhitespace: "Console\u200B"
|
||||||
m_Pos:
|
m_Pos:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: -2560
|
x: 0
|
||||||
y: 889.3333
|
y: 986
|
||||||
width: 1791.6666
|
width: 1792
|
||||||
height: 370.00006
|
height: 360
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
m_PreferredDataMode: 0
|
m_PreferredDataMode: 0
|
||||||
@@ -1655,16 +1518,16 @@ MonoBehaviour:
|
|||||||
m_MaxSize: {x: 4000, y: 4000}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_TitleContent:
|
m_TitleContent:
|
||||||
m_Text: Animation
|
m_Text: Animation
|
||||||
m_Image: {fileID: -3237396543322336831, guid: 0000000000000000d000000000000000,
|
m_Image: {fileID: -8166618308981325432, guid: 0000000000000000d000000000000000,
|
||||||
type: 0}
|
type: 0}
|
||||||
m_Tooltip:
|
m_Tooltip:
|
||||||
m_TextWithWhitespace: "Animation\u200B"
|
m_TextWithWhitespace: "Animation\u200B"
|
||||||
m_Pos:
|
m_Pos:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: -2560
|
x: 0
|
||||||
y: 888.6667
|
y: 986
|
||||||
width: 1791.6666
|
width: 1792
|
||||||
height: 370.6667
|
height: 360
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
m_PreferredDataMode: 0
|
m_PreferredDataMode: 0
|
||||||
@@ -1703,9 +1566,9 @@ MonoBehaviour:
|
|||||||
m_Pos:
|
m_Pos:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 643.3334
|
y: 986
|
||||||
width: 1194.3334
|
width: 1792
|
||||||
height: 222.66669
|
height: 360
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
m_PreferredDataMode: 0
|
m_PreferredDataMode: 0
|
||||||
@@ -1734,19 +1597,19 @@ MonoBehaviour:
|
|||||||
m_Children: []
|
m_Children: []
|
||||||
m_Position:
|
m_Position:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 1195.3334
|
x: 1793
|
||||||
y: 0
|
y: 0
|
||||||
width: 511.33337
|
width: 767
|
||||||
height: 813.3334
|
height: 1293
|
||||||
m_MinSize: {x: 276, y: 126}
|
m_MinSize: {x: 275, y: 50}
|
||||||
m_MaxSize: {x: 4001, y: 4026}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_ActualView: {fileID: 20}
|
m_ActualView: {fileID: 18}
|
||||||
m_Panes:
|
m_Panes:
|
||||||
- {fileID: 18}
|
- {fileID: 18}
|
||||||
- {fileID: 19}
|
- {fileID: 19}
|
||||||
- {fileID: 20}
|
- {fileID: 20}
|
||||||
- {fileID: 21}
|
- {fileID: 21}
|
||||||
m_Selected: 2
|
m_Selected: 0
|
||||||
m_LastSelected: 3
|
m_LastSelected: 3
|
||||||
--- !u!114 &18
|
--- !u!114 &18
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
@@ -1764,16 +1627,16 @@ MonoBehaviour:
|
|||||||
m_MaxSize: {x: 4000, y: 4000}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_TitleContent:
|
m_TitleContent:
|
||||||
m_Text: Inspector
|
m_Text: Inspector
|
||||||
m_Image: {fileID: -440750813802333266, guid: 0000000000000000d000000000000000,
|
m_Image: {fileID: -2667387946076563598, guid: 0000000000000000d000000000000000,
|
||||||
type: 0}
|
type: 0}
|
||||||
m_Tooltip:
|
m_Tooltip:
|
||||||
m_TextWithWhitespace: "Inspector\u200B"
|
m_TextWithWhitespace: "Inspector\u200B"
|
||||||
m_Pos:
|
m_Pos:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: -767.33325
|
x: 1793
|
||||||
y: -7.9999924
|
y: 79
|
||||||
width: 766.3334
|
width: 766
|
||||||
height: 1267.3334
|
height: 1267
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
m_PreferredDataMode: 0
|
m_PreferredDataMode: 0
|
||||||
@@ -1790,7 +1653,7 @@ MonoBehaviour:
|
|||||||
m_ObjectsLockedBeforeSerialization: []
|
m_ObjectsLockedBeforeSerialization: []
|
||||||
m_InstanceIDsLockedBeforeSerialization:
|
m_InstanceIDsLockedBeforeSerialization:
|
||||||
m_PreviewResizer:
|
m_PreviewResizer:
|
||||||
m_CachedPref: 312.99988
|
m_CachedPref: -312.99988
|
||||||
m_ControlHash: -371814159
|
m_ControlHash: -371814159
|
||||||
m_PrefName: Preview_InspectorPreview
|
m_PrefName: Preview_InspectorPreview
|
||||||
m_LastInspectedObjectInstanceID: -1
|
m_LastInspectedObjectInstanceID: -1
|
||||||
@@ -1816,59 +1679,7 @@ MonoBehaviour:
|
|||||||
m_MaxSize: {x: 4000, y: 4000}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_TitleContent:
|
m_TitleContent:
|
||||||
m_Text: Inspector
|
m_Text: Inspector
|
||||||
m_Image: {fileID: -440750813802333266, guid: 0000000000000000d000000000000000,
|
m_Image: {fileID: -2667387946076563598, guid: 0000000000000000d000000000000000,
|
||||||
type: 0}
|
|
||||||
m_Tooltip:
|
|
||||||
m_TextWithWhitespace: "Inspector\u200B"
|
|
||||||
m_Pos:
|
|
||||||
serializedVersion: 2
|
|
||||||
x: -767.33325
|
|
||||||
y: -7.9999924
|
|
||||||
width: 766.3334
|
|
||||||
height: 1267.3334
|
|
||||||
m_SerializedDataModeController:
|
|
||||||
m_DataMode: 0
|
|
||||||
m_PreferredDataMode: 0
|
|
||||||
m_SupportedDataModes:
|
|
||||||
isAutomatic: 1
|
|
||||||
m_ViewDataDictionary: {fileID: 0}
|
|
||||||
m_OverlayCanvas:
|
|
||||||
m_LastAppliedPresetName: Default
|
|
||||||
m_SaveData: []
|
|
||||||
m_ContainerData: []
|
|
||||||
m_DynamicPanelContainerData: []
|
|
||||||
m_OverlaysVisible: 1
|
|
||||||
m_DynamicPanelBehavior: 0
|
|
||||||
m_ObjectsLockedBeforeSerialization: []
|
|
||||||
m_InstanceIDsLockedBeforeSerialization:
|
|
||||||
m_PreviewResizer:
|
|
||||||
m_CachedPref: 184.33334
|
|
||||||
m_ControlHash: 1412526313
|
|
||||||
m_PrefName: Preview_InspectorPreview
|
|
||||||
m_LastInspectedObjectInstanceID: -1
|
|
||||||
m_LastVerticalScrollValue: 0
|
|
||||||
m_GlobalObjectId:
|
|
||||||
m_InspectorMode: 0
|
|
||||||
m_LockTracker:
|
|
||||||
m_IsLocked: 0
|
|
||||||
m_PreviewWindow: {fileID: 0}
|
|
||||||
--- !u!114 &20
|
|
||||||
MonoBehaviour:
|
|
||||||
m_ObjectHideFlags: 52
|
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
|
||||||
m_PrefabInstance: {fileID: 0}
|
|
||||||
m_PrefabAsset: {fileID: 0}
|
|
||||||
m_GameObject: {fileID: 0}
|
|
||||||
m_Enabled: 1
|
|
||||||
m_EditorHideFlags: 0
|
|
||||||
m_Script: {fileID: 12019, guid: 0000000000000000e000000000000000, type: 0}
|
|
||||||
m_Name:
|
|
||||||
m_EditorClassIdentifier:
|
|
||||||
m_MinSize: {x: 275, y: 100}
|
|
||||||
m_MaxSize: {x: 4000, y: 4000}
|
|
||||||
m_TitleContent:
|
|
||||||
m_Text: Inspector
|
|
||||||
m_Image: {fileID: -440750813802333266, guid: 0000000000000000d000000000000000,
|
|
||||||
type: 0}
|
type: 0}
|
||||||
m_Tooltip:
|
m_Tooltip:
|
||||||
m_TextWithWhitespace: "Inspector\u200B"
|
m_TextWithWhitespace: "Inspector\u200B"
|
||||||
@@ -1893,11 +1704,63 @@ MonoBehaviour:
|
|||||||
m_DynamicPanelBehavior: 0
|
m_DynamicPanelBehavior: 0
|
||||||
m_ObjectsLockedBeforeSerialization: []
|
m_ObjectsLockedBeforeSerialization: []
|
||||||
m_InstanceIDsLockedBeforeSerialization:
|
m_InstanceIDsLockedBeforeSerialization:
|
||||||
|
m_PreviewResizer:
|
||||||
|
m_CachedPref: 184.33334
|
||||||
|
m_ControlHash: 1412526313
|
||||||
|
m_PrefName: Preview_InspectorPreview
|
||||||
|
m_LastInspectedObjectInstanceID: 48546
|
||||||
|
m_LastVerticalScrollValue: 0
|
||||||
|
m_GlobalObjectId:
|
||||||
|
m_InspectorMode: 0
|
||||||
|
m_LockTracker:
|
||||||
|
m_IsLocked: 0
|
||||||
|
m_PreviewWindow: {fileID: 0}
|
||||||
|
--- !u!114 &20
|
||||||
|
MonoBehaviour:
|
||||||
|
m_ObjectHideFlags: 52
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 0}
|
||||||
|
m_Enabled: 1
|
||||||
|
m_EditorHideFlags: 0
|
||||||
|
m_Script: {fileID: 12019, guid: 0000000000000000e000000000000000, type: 0}
|
||||||
|
m_Name:
|
||||||
|
m_EditorClassIdentifier:
|
||||||
|
m_MinSize: {x: 275, y: 100}
|
||||||
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
|
m_TitleContent:
|
||||||
|
m_Text: Inspector
|
||||||
|
m_Image: {fileID: -2667387946076563598, guid: 0000000000000000d000000000000000,
|
||||||
|
type: 0}
|
||||||
|
m_Tooltip:
|
||||||
|
m_TextWithWhitespace: "Inspector\u200B"
|
||||||
|
m_Pos:
|
||||||
|
serializedVersion: 2
|
||||||
|
x: 1195.3334
|
||||||
|
y: 78.66667
|
||||||
|
width: 510.33325
|
||||||
|
height: 787.3333
|
||||||
|
m_SerializedDataModeController:
|
||||||
|
m_DataMode: 0
|
||||||
|
m_PreferredDataMode: 0
|
||||||
|
m_SupportedDataModes:
|
||||||
|
isAutomatic: 1
|
||||||
|
m_ViewDataDictionary: {fileID: 0}
|
||||||
|
m_OverlayCanvas:
|
||||||
|
m_LastAppliedPresetName: Default
|
||||||
|
m_SaveData: []
|
||||||
|
m_ContainerData: []
|
||||||
|
m_DynamicPanelContainerData: []
|
||||||
|
m_OverlaysVisible: 1
|
||||||
|
m_DynamicPanelBehavior: 0
|
||||||
|
m_ObjectsLockedBeforeSerialization: []
|
||||||
|
m_InstanceIDsLockedBeforeSerialization:
|
||||||
m_PreviewResizer:
|
m_PreviewResizer:
|
||||||
m_CachedPref: 165.66669
|
m_CachedPref: 165.66669
|
||||||
m_ControlHash: 1412526313
|
m_ControlHash: 1412526313
|
||||||
m_PrefName: Preview_InspectorPreview
|
m_PrefName: Preview_InspectorPreview
|
||||||
m_LastInspectedObjectInstanceID: -1
|
m_LastInspectedObjectInstanceID: 48546
|
||||||
m_LastVerticalScrollValue: 0
|
m_LastVerticalScrollValue: 0
|
||||||
m_GlobalObjectId:
|
m_GlobalObjectId:
|
||||||
m_InspectorMode: 0
|
m_InspectorMode: 0
|
||||||
@@ -1920,16 +1783,16 @@ MonoBehaviour:
|
|||||||
m_MaxSize: {x: 4000, y: 4000}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_TitleContent:
|
m_TitleContent:
|
||||||
m_Text: Lighting
|
m_Text: Lighting
|
||||||
m_Image: {fileID: -1477008817101679558, guid: 0000000000000000d000000000000000,
|
m_Image: {fileID: -1347227620855488341, guid: 0000000000000000d000000000000000,
|
||||||
type: 0}
|
type: 0}
|
||||||
m_Tooltip:
|
m_Tooltip:
|
||||||
m_TextWithWhitespace: "Lighting\u200B"
|
m_TextWithWhitespace: "Lighting\u200B"
|
||||||
m_Pos:
|
m_Pos:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: -767.33325
|
x: 1195.3334
|
||||||
y: -7.9999924
|
y: 78.66667
|
||||||
width: 766.3334
|
width: 510.33325
|
||||||
height: 1267.3334
|
height: 787.3333
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
m_PreferredDataMode: 0
|
m_PreferredDataMode: 0
|
||||||
|
|||||||
@@ -15,11 +15,11 @@ MonoBehaviour:
|
|||||||
m_PixelRect:
|
m_PixelRect:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 42.666668
|
y: 43
|
||||||
width: 1706.6667
|
width: 2560
|
||||||
height: 869.3334
|
height: 1349
|
||||||
m_ShowMode: 4
|
m_ShowMode: 4
|
||||||
m_Title: Inspector
|
m_Title: Console
|
||||||
m_RootView: {fileID: 2}
|
m_RootView: {fileID: 2}
|
||||||
m_MinSize: {x: 875, y: 300}
|
m_MinSize: {x: 875, y: 300}
|
||||||
m_MaxSize: {x: 10000, y: 10000}
|
m_MaxSize: {x: 10000, y: 10000}
|
||||||
@@ -44,8 +44,8 @@ MonoBehaviour:
|
|||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
width: 1706.6666
|
width: 2560
|
||||||
height: 869.3333
|
height: 1349
|
||||||
m_MinSize: {x: 875, y: 300}
|
m_MinSize: {x: 875, y: 300}
|
||||||
m_MaxSize: {x: 10000, y: 10000}
|
m_MaxSize: {x: 10000, y: 10000}
|
||||||
m_UseTopView: 1
|
m_UseTopView: 1
|
||||||
@@ -69,7 +69,7 @@ MonoBehaviour:
|
|||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
width: 1706.6666
|
width: 2560
|
||||||
height: 36
|
height: 36
|
||||||
m_MinSize: {x: 50, y: 50}
|
m_MinSize: {x: 50, y: 50}
|
||||||
m_MaxSize: {x: 4000, y: 4000}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
@@ -90,8 +90,8 @@ MonoBehaviour:
|
|||||||
m_Position:
|
m_Position:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 849.3333
|
y: 1329
|
||||||
width: 1706.6666
|
width: 2560
|
||||||
height: 20
|
height: 20
|
||||||
m_MinSize: {x: 0, y: 0}
|
m_MinSize: {x: 0, y: 0}
|
||||||
m_MaxSize: {x: 0, y: 0}
|
m_MaxSize: {x: 0, y: 0}
|
||||||
@@ -113,8 +113,8 @@ MonoBehaviour:
|
|||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 36
|
y: 36
|
||||||
width: 1706.6666
|
width: 2560
|
||||||
height: 813.3333
|
height: 1293
|
||||||
m_MinSize: {x: 300, y: 112}
|
m_MinSize: {x: 300, y: 112}
|
||||||
m_MaxSize: {x: 24288, y: 16192}
|
m_MaxSize: {x: 24288, y: 16192}
|
||||||
vertical: 1
|
vertical: 1
|
||||||
@@ -139,8 +139,8 @@ MonoBehaviour:
|
|||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
width: 1706.6666
|
width: 2560
|
||||||
height: 813.3333
|
height: 1293
|
||||||
m_MinSize: {x: 300, y: 112}
|
m_MinSize: {x: 300, y: 112}
|
||||||
m_MaxSize: {x: 24288, y: 16192}
|
m_MaxSize: {x: 24288, y: 16192}
|
||||||
vertical: 0
|
vertical: 0
|
||||||
@@ -165,8 +165,8 @@ MonoBehaviour:
|
|||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
width: 1195.3334
|
width: 1793
|
||||||
height: 813.3333
|
height: 1293
|
||||||
m_MinSize: {x: 200, y: 112}
|
m_MinSize: {x: 200, y: 112}
|
||||||
m_MaxSize: {x: 16192, y: 16192}
|
m_MaxSize: {x: 16192, y: 16192}
|
||||||
vertical: 1
|
vertical: 1
|
||||||
@@ -191,8 +191,8 @@ MonoBehaviour:
|
|||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
width: 1195.3334
|
width: 1793
|
||||||
height: 570
|
height: 810
|
||||||
m_MinSize: {x: 200, y: 56}
|
m_MinSize: {x: 200, y: 56}
|
||||||
m_MaxSize: {x: 16192, y: 8096}
|
m_MaxSize: {x: 16192, y: 8096}
|
||||||
vertical: 0
|
vertical: 0
|
||||||
@@ -215,8 +215,8 @@ MonoBehaviour:
|
|||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
width: 298.66666
|
width: 448
|
||||||
height: 570
|
height: 810
|
||||||
m_MinSize: {x: 201, y: 226}
|
m_MinSize: {x: 201, y: 226}
|
||||||
m_MaxSize: {x: 4001, y: 4026}
|
m_MaxSize: {x: 4001, y: 4026}
|
||||||
m_ActualView: {fileID: 15}
|
m_ActualView: {fileID: 15}
|
||||||
@@ -239,12 +239,12 @@ MonoBehaviour:
|
|||||||
m_Children: []
|
m_Children: []
|
||||||
m_Position:
|
m_Position:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 298.66666
|
x: 448
|
||||||
y: 0
|
y: 0
|
||||||
width: 896.66675
|
width: 1345
|
||||||
height: 570
|
height: 810
|
||||||
m_MinSize: {x: 202, y: 226}
|
m_MinSize: {x: 200, y: 200}
|
||||||
m_MaxSize: {x: 4002, y: 4026}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_ActualView: {fileID: 14}
|
m_ActualView: {fileID: 14}
|
||||||
m_Panes:
|
m_Panes:
|
||||||
- {fileID: 16}
|
- {fileID: 16}
|
||||||
@@ -263,25 +263,25 @@ MonoBehaviour:
|
|||||||
m_Enabled: 1
|
m_Enabled: 1
|
||||||
m_EditorHideFlags: 1
|
m_EditorHideFlags: 1
|
||||||
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
|
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
|
||||||
m_Name: ProjectBrowser
|
m_Name: ConsoleWindow
|
||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
m_Children: []
|
m_Children: []
|
||||||
m_Position:
|
m_Position:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 570
|
y: 810
|
||||||
width: 1195.3334
|
width: 1793
|
||||||
height: 243.33331
|
height: 483
|
||||||
m_MinSize: {x: 231, y: 276}
|
m_MinSize: {x: 100, y: 100}
|
||||||
m_MaxSize: {x: 10001, y: 10026}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_ActualView: {fileID: 19}
|
m_ActualView: {fileID: 20}
|
||||||
m_Panes:
|
m_Panes:
|
||||||
- {fileID: 19}
|
- {fileID: 19}
|
||||||
- {fileID: 20}
|
- {fileID: 20}
|
||||||
- {fileID: 21}
|
- {fileID: 21}
|
||||||
- {fileID: 22}
|
- {fileID: 22}
|
||||||
m_Selected: 0
|
m_Selected: 1
|
||||||
m_LastSelected: 1
|
m_LastSelected: 0
|
||||||
--- !u!114 &12
|
--- !u!114 &12
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
m_ObjectHideFlags: 52
|
m_ObjectHideFlags: 52
|
||||||
@@ -297,12 +297,12 @@ MonoBehaviour:
|
|||||||
m_Children: []
|
m_Children: []
|
||||||
m_Position:
|
m_Position:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 1195.3334
|
x: 1793
|
||||||
y: 0
|
y: 0
|
||||||
width: 511.33325
|
width: 767
|
||||||
height: 813.3333
|
height: 1293
|
||||||
m_MinSize: {x: 276, y: 76}
|
m_MinSize: {x: 275, y: 50}
|
||||||
m_MaxSize: {x: 4001, y: 4026}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_ActualView: {fileID: 23}
|
m_ActualView: {fileID: 23}
|
||||||
m_Panes:
|
m_Panes:
|
||||||
- {fileID: 23}
|
- {fileID: 23}
|
||||||
@@ -333,8 +333,8 @@ MonoBehaviour:
|
|||||||
m_Pos:
|
m_Pos:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 42.666668
|
y: 43
|
||||||
width: 1706.6666
|
width: 2560
|
||||||
height: 36
|
height: 36
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
@@ -593,16 +593,16 @@ MonoBehaviour:
|
|||||||
m_MaxSize: {x: 4000, y: 4000}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_TitleContent:
|
m_TitleContent:
|
||||||
m_Text: Game
|
m_Text: Game
|
||||||
m_Image: {fileID: 4621777727084837110, guid: 0000000000000000d000000000000000,
|
m_Image: {fileID: -6423792434712278376, guid: 0000000000000000d000000000000000,
|
||||||
type: 0}
|
type: 0}
|
||||||
m_Tooltip:
|
m_Tooltip:
|
||||||
m_TextWithWhitespace: "Game\u200B"
|
m_TextWithWhitespace: "Game\u200B"
|
||||||
m_Pos:
|
m_Pos:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 298.6667
|
x: 448
|
||||||
y: 78.66667
|
y: 79
|
||||||
width: 894.66675
|
width: 1343
|
||||||
height: 544
|
height: 784
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
m_PreferredDataMode: 0
|
m_PreferredDataMode: 0
|
||||||
@@ -639,10 +639,10 @@ MonoBehaviour:
|
|||||||
m_VRangeLocked: 0
|
m_VRangeLocked: 0
|
||||||
hZoomLockedByDefault: 0
|
hZoomLockedByDefault: 0
|
||||||
vZoomLockedByDefault: 0
|
vZoomLockedByDefault: 0
|
||||||
m_HBaseRangeMin: -640
|
m_HBaseRangeMin: -960
|
||||||
m_HBaseRangeMax: 640
|
m_HBaseRangeMax: 960
|
||||||
m_VBaseRangeMin: -360
|
m_VBaseRangeMin: -540
|
||||||
m_VBaseRangeMax: 360
|
m_VBaseRangeMax: 540
|
||||||
m_HAllowExceedBaseRangeMin: 1
|
m_HAllowExceedBaseRangeMin: 1
|
||||||
m_HAllowExceedBaseRangeMax: 1
|
m_HAllowExceedBaseRangeMax: 1
|
||||||
m_VAllowExceedBaseRangeMin: 1
|
m_VAllowExceedBaseRangeMin: 1
|
||||||
@@ -660,23 +660,23 @@ MonoBehaviour:
|
|||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 21
|
y: 21
|
||||||
width: 894.66675
|
width: 1343
|
||||||
height: 523
|
height: 763
|
||||||
m_Scale: {x: 0.6989584, y: 0.6989584}
|
m_Scale: {x: 0.69947916, y: 0.69947916}
|
||||||
m_Translation: {x: 447.33337, y: 261.5}
|
m_Translation: {x: 671.5, y: 381.5}
|
||||||
m_MarginLeft: 0
|
m_MarginLeft: 0
|
||||||
m_MarginRight: 0
|
m_MarginRight: 0
|
||||||
m_MarginTop: 0
|
m_MarginTop: 0
|
||||||
m_MarginBottom: 0
|
m_MarginBottom: 0
|
||||||
m_LastShownAreaInsideMargins:
|
m_LastShownAreaInsideMargins:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: -640
|
x: -960
|
||||||
y: -374.12814
|
y: -545.4058
|
||||||
width: 1280
|
width: 1920
|
||||||
height: 748.2563
|
height: 1090.8116
|
||||||
m_MinimalGUI: 1
|
m_MinimalGUI: 1
|
||||||
m_defaultScale: 0.6989584
|
m_defaultScale: 0.69947916
|
||||||
m_LastWindowPixelSize: {x: 1342.0001, y: 816}
|
m_LastWindowPixelSize: {x: 1343, y: 784}
|
||||||
m_ClearInEditMode: 1
|
m_ClearInEditMode: 1
|
||||||
m_NoCameraWarning: 1
|
m_NoCameraWarning: 1
|
||||||
m_LowResolutionForAspectRatios: 00000000000000000000
|
m_LowResolutionForAspectRatios: 00000000000000000000
|
||||||
@@ -699,16 +699,16 @@ MonoBehaviour:
|
|||||||
m_MaxSize: {x: 4000, y: 4000}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_TitleContent:
|
m_TitleContent:
|
||||||
m_Text: Hierarchy
|
m_Text: Hierarchy
|
||||||
m_Image: {fileID: -3734745235275155857, guid: 0000000000000000d000000000000000,
|
m_Image: {fileID: 7966133145522015247, guid: 0000000000000000d000000000000000,
|
||||||
type: 0}
|
type: 0}
|
||||||
m_Tooltip:
|
m_Tooltip:
|
||||||
m_TextWithWhitespace: "Hierarchy\u200B"
|
m_TextWithWhitespace: "Hierarchy\u200B"
|
||||||
m_Pos:
|
m_Pos:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 78.66667
|
y: 79
|
||||||
width: 297.66666
|
width: 447
|
||||||
height: 544
|
height: 784
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
m_PreferredDataMode: 0
|
m_PreferredDataMode: 0
|
||||||
@@ -725,11 +725,12 @@ MonoBehaviour:
|
|||||||
m_SceneHierarchy:
|
m_SceneHierarchy:
|
||||||
m_TreeViewState:
|
m_TreeViewState:
|
||||||
scrollPos: {x: 0, y: 0}
|
scrollPos: {x: 0, y: 0}
|
||||||
m_SelectedIDs: []
|
m_SelectedIDs:
|
||||||
|
- m_Data: 48546
|
||||||
m_LastClickedID:
|
m_LastClickedID:
|
||||||
m_Data: 0
|
m_Data: 0
|
||||||
m_ExpandedIDs:
|
m_ExpandedIDs:
|
||||||
- m_Data: -1338
|
- m_Data: -1340
|
||||||
m_RenameOverlay:
|
m_RenameOverlay:
|
||||||
m_UserAcceptedRename: 0
|
m_UserAcceptedRename: 0
|
||||||
m_Name:
|
m_Name:
|
||||||
@@ -771,7 +772,7 @@ MonoBehaviour:
|
|||||||
m_MaxSize: {x: 4000, y: 4000}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_TitleContent:
|
m_TitleContent:
|
||||||
m_Text: Scene
|
m_Text: Scene
|
||||||
m_Image: {fileID: 8634526014445323508, guid: 0000000000000000d000000000000000,
|
m_Image: {fileID: 2593428753322112591, guid: 0000000000000000d000000000000000,
|
||||||
type: 0}
|
type: 0}
|
||||||
m_Tooltip:
|
m_Tooltip:
|
||||||
m_TextWithWhitespace: "Scene\u200B"
|
m_TextWithWhitespace: "Scene\u200B"
|
||||||
@@ -1539,7 +1540,7 @@ MonoBehaviour:
|
|||||||
m_MaxSize: {x: 4000, y: 4000}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_TitleContent:
|
m_TitleContent:
|
||||||
m_Text: Animator
|
m_Text: Animator
|
||||||
m_Image: {fileID: 1711060831702674872, guid: 0000000000000000d000000000000000,
|
m_Image: {fileID: -1673928668082335149, guid: 0000000000000000d000000000000000,
|
||||||
type: 0}
|
type: 0}
|
||||||
m_Tooltip:
|
m_Tooltip:
|
||||||
m_TextWithWhitespace: "Animator\u200B"
|
m_TextWithWhitespace: "Animator\u200B"
|
||||||
@@ -1567,7 +1568,6 @@ MonoBehaviour:
|
|||||||
- {fileID: 1107513844591874750, guid: 6bb62cb4c18d9d64db0b1e04206d84de, type: 2}
|
- {fileID: 1107513844591874750, guid: 6bb62cb4c18d9d64db0b1e04206d84de, type: 2}
|
||||||
- {fileID: 1107513844591874750, guid: c20c187d4b7282b4a976d0c296710fb8, type: 2}
|
- {fileID: 1107513844591874750, guid: c20c187d4b7282b4a976d0c296710fb8, type: 2}
|
||||||
- {fileID: -9213322630146201385, guid: 258a1e0e215e6ee47ba26fc1c3662225, type: 2}
|
- {fileID: -9213322630146201385, guid: 258a1e0e215e6ee47ba26fc1c3662225, type: 2}
|
||||||
- {fileID: 8721197533186585465, guid: 22270cc48767ea74fa029bdf46ae745b, type: 2}
|
|
||||||
m_ValueSerializationHelper:
|
m_ValueSerializationHelper:
|
||||||
- e00: 0.5192983
|
- e00: 0.5192983
|
||||||
e01: 0
|
e01: 0
|
||||||
@@ -1617,29 +1617,9 @@ MonoBehaviour:
|
|||||||
e31: 0
|
e31: 0
|
||||||
e32: 0
|
e32: 0
|
||||||
e33: 1
|
e33: 1
|
||||||
- e00: 1
|
|
||||||
e01: 0
|
|
||||||
e02: 0
|
|
||||||
e03: 0
|
|
||||||
e10: 0
|
|
||||||
e11: 1
|
|
||||||
e12: 0
|
|
||||||
e13: 0
|
|
||||||
e20: 0
|
|
||||||
e21: 0
|
|
||||||
e22: 1
|
|
||||||
e23: 0
|
|
||||||
e30: 0
|
|
||||||
e31: 0
|
|
||||||
e32: 0
|
|
||||||
e33: 1
|
|
||||||
m_PreviewAnimator: {fileID: 0}
|
m_PreviewAnimator: {fileID: 0}
|
||||||
m_AnimatorController: {fileID: 9100000, guid: 22270cc48767ea74fa029bdf46ae745b,
|
m_AnimatorController: {fileID: 0}
|
||||||
type: 2}
|
m_BreadCrumbs: []
|
||||||
m_BreadCrumbs:
|
|
||||||
- m_Target: {fileID: 8721197533186585465, guid: 22270cc48767ea74fa029bdf46ae745b,
|
|
||||||
type: 2}
|
|
||||||
m_ScrollPosition: {x: 0, y: 0}
|
|
||||||
stateMachineGraph: {fileID: 0}
|
stateMachineGraph: {fileID: 0}
|
||||||
stateMachineGraphGUI: {fileID: 0}
|
stateMachineGraphGUI: {fileID: 0}
|
||||||
blendTreeGraph: {fileID: 0}
|
blendTreeGraph: {fileID: 0}
|
||||||
@@ -1709,16 +1689,16 @@ MonoBehaviour:
|
|||||||
m_MaxSize: {x: 10000, y: 10000}
|
m_MaxSize: {x: 10000, y: 10000}
|
||||||
m_TitleContent:
|
m_TitleContent:
|
||||||
m_Text: Project
|
m_Text: Project
|
||||||
m_Image: {fileID: -5179483145760003458, guid: 0000000000000000d000000000000000,
|
m_Image: {fileID: -5467254957812901981, guid: 0000000000000000d000000000000000,
|
||||||
type: 0}
|
type: 0}
|
||||||
m_Tooltip:
|
m_Tooltip:
|
||||||
m_TextWithWhitespace: "Project\u200B"
|
m_TextWithWhitespace: "Project\u200B"
|
||||||
m_Pos:
|
m_Pos:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 648.6667
|
y: 986
|
||||||
width: 1194.3334
|
width: 1792
|
||||||
height: 217.33331
|
height: 360
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
m_PreferredDataMode: 0
|
m_PreferredDataMode: 0
|
||||||
@@ -1743,7 +1723,7 @@ MonoBehaviour:
|
|||||||
m_SkipHidden: 0
|
m_SkipHidden: 0
|
||||||
m_SearchArea: 1
|
m_SearchArea: 1
|
||||||
m_Folders:
|
m_Folders:
|
||||||
- Packages/com.unity.2d.animation/Editor/SpriteLib/SpriteSwapOverlay
|
- Assets/ThemeBundles/Basic/Scripts/NoteVisual
|
||||||
m_Globs: []
|
m_Globs: []
|
||||||
m_ProductIds:
|
m_ProductIds:
|
||||||
m_AnyWithAssetOrigin: 0
|
m_AnyWithAssetOrigin: 0
|
||||||
@@ -1753,92 +1733,25 @@ MonoBehaviour:
|
|||||||
m_ViewMode: 1
|
m_ViewMode: 1
|
||||||
m_StartGridSize: 16
|
m_StartGridSize: 16
|
||||||
m_LastFolders:
|
m_LastFolders:
|
||||||
- Packages/com.unity.2d.animation/Editor/SpriteLib/SpriteSwapOverlay
|
- Assets/ThemeBundles/Basic/Scripts/NoteVisual
|
||||||
m_LastFoldersGridSize: 16
|
m_LastFoldersGridSize: 16
|
||||||
m_LastProjectPath: D:\Projects\ichni Official
|
m_LastProjectPath: D:\projects\ichni_Official
|
||||||
m_LockTracker:
|
m_LockTracker:
|
||||||
m_IsLocked: 0
|
m_IsLocked: 0
|
||||||
m_LastLocalAssetsSearchArea: 1
|
m_LastLocalAssetsSearchArea: 1
|
||||||
m_FolderTreeState:
|
m_FolderTreeState:
|
||||||
scrollPos: {x: 0, y: 586.6667}
|
scrollPos: {x: 0, y: 1023}
|
||||||
m_SelectedIDs:
|
m_SelectedIDs:
|
||||||
- m_Data: 84694
|
- m_Data: 68814
|
||||||
m_LastClickedID:
|
m_LastClickedID:
|
||||||
m_Data: 84694
|
m_Data: 68814
|
||||||
m_ExpandedIDs:
|
m_ExpandedIDs:
|
||||||
- m_Data: 0
|
- m_Data: 0
|
||||||
- m_Data: 67526
|
- m_Data: 68186
|
||||||
- m_Data: 67528
|
|
||||||
- m_Data: 67530
|
|
||||||
- m_Data: 67532
|
|
||||||
- m_Data: 67534
|
|
||||||
- m_Data: 67536
|
|
||||||
- m_Data: 67538
|
|
||||||
- m_Data: 67540
|
|
||||||
- m_Data: 67542
|
|
||||||
- m_Data: 67544
|
|
||||||
- m_Data: 67546
|
|
||||||
- m_Data: 67548
|
|
||||||
- m_Data: 67550
|
|
||||||
- m_Data: 67552
|
|
||||||
- m_Data: 67554
|
|
||||||
- m_Data: 67556
|
|
||||||
- m_Data: 67558
|
|
||||||
- m_Data: 67560
|
|
||||||
- m_Data: 67562
|
|
||||||
- m_Data: 67564
|
|
||||||
- m_Data: 67566
|
|
||||||
- m_Data: 67568
|
|
||||||
- m_Data: 67570
|
|
||||||
- m_Data: 67572
|
|
||||||
- m_Data: 67574
|
|
||||||
- m_Data: 67576
|
|
||||||
- m_Data: 67578
|
|
||||||
- m_Data: 67580
|
|
||||||
- m_Data: 67582
|
|
||||||
- m_Data: 67584
|
|
||||||
- m_Data: 67586
|
|
||||||
- m_Data: 67588
|
|
||||||
- m_Data: 67590
|
|
||||||
- m_Data: 67592
|
|
||||||
- m_Data: 67594
|
|
||||||
- m_Data: 67596
|
|
||||||
- m_Data: 67598
|
|
||||||
- m_Data: 67600
|
|
||||||
- m_Data: 67602
|
|
||||||
- m_Data: 67604
|
|
||||||
- m_Data: 67606
|
|
||||||
- m_Data: 67608
|
|
||||||
- m_Data: 67610
|
|
||||||
- m_Data: 67612
|
|
||||||
- m_Data: 67614
|
|
||||||
- m_Data: 67616
|
|
||||||
- m_Data: 67618
|
|
||||||
- m_Data: 67620
|
|
||||||
- m_Data: 67622
|
|
||||||
- m_Data: 67624
|
|
||||||
- m_Data: 67626
|
|
||||||
- m_Data: 67628
|
|
||||||
- m_Data: 67630
|
|
||||||
- m_Data: 67632
|
|
||||||
- m_Data: 67634
|
|
||||||
- m_Data: 67636
|
|
||||||
- m_Data: 67638
|
|
||||||
- m_Data: 67640
|
|
||||||
- m_Data: 67642
|
|
||||||
- m_Data: 67644
|
|
||||||
- m_Data: 67648
|
|
||||||
- m_Data: 67650
|
|
||||||
- m_Data: 84696
|
|
||||||
- m_Data: 84698
|
|
||||||
- m_Data: 84700
|
|
||||||
- m_Data: 84926
|
|
||||||
- m_Data: 1000000000
|
|
||||||
- m_Data: 2147483647
|
|
||||||
m_RenameOverlay:
|
m_RenameOverlay:
|
||||||
m_UserAcceptedRename: 0
|
m_UserAcceptedRename: 0
|
||||||
m_Name: Prefabs
|
m_Name:
|
||||||
m_OriginalName: Prefabs
|
m_OriginalName:
|
||||||
m_EditFieldRect:
|
m_EditFieldRect:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
@@ -1846,10 +1759,10 @@ MonoBehaviour:
|
|||||||
width: 0
|
width: 0
|
||||||
height: 0
|
height: 0
|
||||||
m_UserData:
|
m_UserData:
|
||||||
m_Data: 68060
|
m_Data: 0
|
||||||
m_IsWaitingForDelay: 0
|
m_IsWaitingForDelay: 0
|
||||||
m_IsRenaming: 0
|
m_IsRenaming: 0
|
||||||
m_OriginalEventType: 0
|
m_OriginalEventType: 11
|
||||||
m_IsRenamingFilename: 1
|
m_IsRenamingFilename: 1
|
||||||
m_TrimLeadingAndTrailingWhitespace: 0
|
m_TrimLeadingAndTrailingWhitespace: 0
|
||||||
m_ClientGUIView: {fileID: 11}
|
m_ClientGUIView: {fileID: 11}
|
||||||
@@ -1867,69 +1780,7 @@ MonoBehaviour:
|
|||||||
m_Data: 0
|
m_Data: 0
|
||||||
m_ExpandedIDs:
|
m_ExpandedIDs:
|
||||||
- m_Data: 0
|
- m_Data: 0
|
||||||
- m_Data: 67526
|
- m_Data: 68186
|
||||||
- m_Data: 67528
|
|
||||||
- m_Data: 67530
|
|
||||||
- m_Data: 67532
|
|
||||||
- m_Data: 67534
|
|
||||||
- m_Data: 67536
|
|
||||||
- m_Data: 67538
|
|
||||||
- m_Data: 67540
|
|
||||||
- m_Data: 67542
|
|
||||||
- m_Data: 67544
|
|
||||||
- m_Data: 67546
|
|
||||||
- m_Data: 67548
|
|
||||||
- m_Data: 67550
|
|
||||||
- m_Data: 67552
|
|
||||||
- m_Data: 67554
|
|
||||||
- m_Data: 67556
|
|
||||||
- m_Data: 67558
|
|
||||||
- m_Data: 67560
|
|
||||||
- m_Data: 67562
|
|
||||||
- m_Data: 67564
|
|
||||||
- m_Data: 67566
|
|
||||||
- m_Data: 67568
|
|
||||||
- m_Data: 67570
|
|
||||||
- m_Data: 67572
|
|
||||||
- m_Data: 67574
|
|
||||||
- m_Data: 67576
|
|
||||||
- m_Data: 67578
|
|
||||||
- m_Data: 67580
|
|
||||||
- m_Data: 67582
|
|
||||||
- m_Data: 67584
|
|
||||||
- m_Data: 67586
|
|
||||||
- m_Data: 67588
|
|
||||||
- m_Data: 67590
|
|
||||||
- m_Data: 67592
|
|
||||||
- m_Data: 67594
|
|
||||||
- m_Data: 67596
|
|
||||||
- m_Data: 67598
|
|
||||||
- m_Data: 67600
|
|
||||||
- m_Data: 67602
|
|
||||||
- m_Data: 67604
|
|
||||||
- m_Data: 67606
|
|
||||||
- m_Data: 67608
|
|
||||||
- m_Data: 67610
|
|
||||||
- m_Data: 67612
|
|
||||||
- m_Data: 67614
|
|
||||||
- m_Data: 67616
|
|
||||||
- m_Data: 67618
|
|
||||||
- m_Data: 67620
|
|
||||||
- m_Data: 67622
|
|
||||||
- m_Data: 67624
|
|
||||||
- m_Data: 67626
|
|
||||||
- m_Data: 67628
|
|
||||||
- m_Data: 67630
|
|
||||||
- m_Data: 67632
|
|
||||||
- m_Data: 67634
|
|
||||||
- m_Data: 67636
|
|
||||||
- m_Data: 67638
|
|
||||||
- m_Data: 67640
|
|
||||||
- m_Data: 67642
|
|
||||||
- m_Data: 67644
|
|
||||||
- m_Data: 67646
|
|
||||||
- m_Data: 67648
|
|
||||||
- m_Data: 67650
|
|
||||||
m_RenameOverlay:
|
m_RenameOverlay:
|
||||||
m_UserAcceptedRename: 0
|
m_UserAcceptedRename: 0
|
||||||
m_Name:
|
m_Name:
|
||||||
@@ -1956,8 +1807,9 @@ MonoBehaviour:
|
|||||||
m_Icon: {fileID: 0}
|
m_Icon: {fileID: 0}
|
||||||
m_ResourceFile:
|
m_ResourceFile:
|
||||||
m_ListAreaState:
|
m_ListAreaState:
|
||||||
m_SelectedInstanceIDs: []
|
m_SelectedInstanceIDs:
|
||||||
m_LastClickedInstanceID: 0
|
- m_Data: 48546
|
||||||
|
m_LastClickedInstanceID: 48546
|
||||||
m_HadKeyboardFocusLastEvent: 1
|
m_HadKeyboardFocusLastEvent: 1
|
||||||
m_ExpandedInstanceIDs:
|
m_ExpandedInstanceIDs:
|
||||||
- m_Data: 0
|
- m_Data: 0
|
||||||
@@ -1966,8 +1818,8 @@ MonoBehaviour:
|
|||||||
- m_Data: 68026
|
- m_Data: 68026
|
||||||
m_RenameOverlay:
|
m_RenameOverlay:
|
||||||
m_UserAcceptedRename: 0
|
m_UserAcceptedRename: 0
|
||||||
m_Name: Story
|
m_Name:
|
||||||
m_OriginalName: Story
|
m_OriginalName:
|
||||||
m_EditFieldRect:
|
m_EditFieldRect:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
@@ -1975,10 +1827,10 @@ MonoBehaviour:
|
|||||||
width: 0
|
width: 0
|
||||||
height: 0
|
height: 0
|
||||||
m_UserData:
|
m_UserData:
|
||||||
m_Data: 68090
|
m_Data: 0
|
||||||
m_IsWaitingForDelay: 0
|
m_IsWaitingForDelay: 0
|
||||||
m_IsRenaming: 0
|
m_IsRenaming: 0
|
||||||
m_OriginalEventType: 0
|
m_OriginalEventType: 11
|
||||||
m_IsRenamingFilename: 1
|
m_IsRenamingFilename: 1
|
||||||
m_TrimLeadingAndTrailingWhitespace: 0
|
m_TrimLeadingAndTrailingWhitespace: 0
|
||||||
m_ClientGUIView: {fileID: 11}
|
m_ClientGUIView: {fileID: 11}
|
||||||
@@ -2009,16 +1861,16 @@ MonoBehaviour:
|
|||||||
m_MaxSize: {x: 4000, y: 4000}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_TitleContent:
|
m_TitleContent:
|
||||||
m_Text: Console
|
m_Text: Console
|
||||||
m_Image: {fileID: -4950941429401207979, guid: 0000000000000000d000000000000000,
|
m_Image: {fileID: -4327648978806127646, guid: 0000000000000000d000000000000000,
|
||||||
type: 0}
|
type: 0}
|
||||||
m_Tooltip:
|
m_Tooltip:
|
||||||
m_TextWithWhitespace: "Console\u200B"
|
m_TextWithWhitespace: "Console\u200B"
|
||||||
m_Pos:
|
m_Pos:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 648.6667
|
y: 889
|
||||||
width: 1194.3334
|
width: 1792
|
||||||
height: 217.33331
|
height: 457
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
m_PreferredDataMode: 0
|
m_PreferredDataMode: 0
|
||||||
@@ -2048,16 +1900,16 @@ MonoBehaviour:
|
|||||||
m_MaxSize: {x: 4000, y: 4000}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_TitleContent:
|
m_TitleContent:
|
||||||
m_Text: Animation
|
m_Text: Animation
|
||||||
m_Image: {fileID: -3237396543322336831, guid: 0000000000000000d000000000000000,
|
m_Image: {fileID: -8166618308981325432, guid: 0000000000000000d000000000000000,
|
||||||
type: 0}
|
type: 0}
|
||||||
m_Tooltip:
|
m_Tooltip:
|
||||||
m_TextWithWhitespace: "Animation\u200B"
|
m_TextWithWhitespace: "Animation\u200B"
|
||||||
m_Pos:
|
m_Pos:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: -2560
|
x: 0
|
||||||
y: 888.6667
|
y: 986
|
||||||
width: 1791.6666
|
width: 1792
|
||||||
height: 370.6667
|
height: 360
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
m_PreferredDataMode: 0
|
m_PreferredDataMode: 0
|
||||||
@@ -2096,9 +1948,9 @@ MonoBehaviour:
|
|||||||
m_Pos:
|
m_Pos:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 648.6667
|
y: 986
|
||||||
width: 1194.3334
|
width: 1792
|
||||||
height: 217.33331
|
height: 360
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
m_PreferredDataMode: 0
|
m_PreferredDataMode: 0
|
||||||
@@ -2128,16 +1980,16 @@ MonoBehaviour:
|
|||||||
m_MaxSize: {x: 4000, y: 4000}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_TitleContent:
|
m_TitleContent:
|
||||||
m_Text: Inspector
|
m_Text: Inspector
|
||||||
m_Image: {fileID: -440750813802333266, guid: 0000000000000000d000000000000000,
|
m_Image: {fileID: -2667387946076563598, guid: 0000000000000000d000000000000000,
|
||||||
type: 0}
|
type: 0}
|
||||||
m_Tooltip:
|
m_Tooltip:
|
||||||
m_TextWithWhitespace: "Inspector\u200B"
|
m_TextWithWhitespace: "Inspector\u200B"
|
||||||
m_Pos:
|
m_Pos:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 1195.3334
|
x: 1793
|
||||||
y: 78.66667
|
y: 79
|
||||||
width: 510.33325
|
width: 766
|
||||||
height: 787.3333
|
height: 1267
|
||||||
m_SerializedDataModeController:
|
m_SerializedDataModeController:
|
||||||
m_DataMode: 0
|
m_DataMode: 0
|
||||||
m_PreferredDataMode: 0
|
m_PreferredDataMode: 0
|
||||||
@@ -2180,7 +2032,7 @@ MonoBehaviour:
|
|||||||
m_MaxSize: {x: 4000, y: 4000}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_TitleContent:
|
m_TitleContent:
|
||||||
m_Text: Inspector
|
m_Text: Inspector
|
||||||
m_Image: {fileID: -440750813802333266, guid: 0000000000000000d000000000000000,
|
m_Image: {fileID: -2667387946076563598, guid: 0000000000000000d000000000000000,
|
||||||
type: 0}
|
type: 0}
|
||||||
m_Tooltip:
|
m_Tooltip:
|
||||||
m_TextWithWhitespace: "Inspector\u200B"
|
m_TextWithWhitespace: "Inspector\u200B"
|
||||||
@@ -2209,7 +2061,7 @@ MonoBehaviour:
|
|||||||
m_CachedPref: 184.33334
|
m_CachedPref: 184.33334
|
||||||
m_ControlHash: 1412526313
|
m_ControlHash: 1412526313
|
||||||
m_PrefName: Preview_InspectorPreview
|
m_PrefName: Preview_InspectorPreview
|
||||||
m_LastInspectedObjectInstanceID: 59760
|
m_LastInspectedObjectInstanceID: 48546
|
||||||
m_LastVerticalScrollValue: 0
|
m_LastVerticalScrollValue: 0
|
||||||
m_GlobalObjectId:
|
m_GlobalObjectId:
|
||||||
m_InspectorMode: 0
|
m_InspectorMode: 0
|
||||||
@@ -2232,7 +2084,7 @@ MonoBehaviour:
|
|||||||
m_MaxSize: {x: 4000, y: 4000}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_TitleContent:
|
m_TitleContent:
|
||||||
m_Text: Inspector
|
m_Text: Inspector
|
||||||
m_Image: {fileID: -440750813802333266, guid: 0000000000000000d000000000000000,
|
m_Image: {fileID: -2667387946076563598, guid: 0000000000000000d000000000000000,
|
||||||
type: 0}
|
type: 0}
|
||||||
m_Tooltip:
|
m_Tooltip:
|
||||||
m_TextWithWhitespace: "Inspector\u200B"
|
m_TextWithWhitespace: "Inspector\u200B"
|
||||||
@@ -2261,7 +2113,7 @@ MonoBehaviour:
|
|||||||
m_CachedPref: 165.66669
|
m_CachedPref: 165.66669
|
||||||
m_ControlHash: 1412526313
|
m_ControlHash: 1412526313
|
||||||
m_PrefName: Preview_InspectorPreview
|
m_PrefName: Preview_InspectorPreview
|
||||||
m_LastInspectedObjectInstanceID: 59760
|
m_LastInspectedObjectInstanceID: 48546
|
||||||
m_LastVerticalScrollValue: 0
|
m_LastVerticalScrollValue: 0
|
||||||
m_GlobalObjectId:
|
m_GlobalObjectId:
|
||||||
m_InspectorMode: 0
|
m_InspectorMode: 0
|
||||||
@@ -2284,7 +2136,7 @@ MonoBehaviour:
|
|||||||
m_MaxSize: {x: 4000, y: 4000}
|
m_MaxSize: {x: 4000, y: 4000}
|
||||||
m_TitleContent:
|
m_TitleContent:
|
||||||
m_Text: Lighting
|
m_Text: Lighting
|
||||||
m_Image: {fileID: -1477008817101679558, guid: 0000000000000000d000000000000000,
|
m_Image: {fileID: -1347227620855488341, guid: 0000000000000000d000000000000000,
|
||||||
type: 0}
|
type: 0}
|
||||||
m_Tooltip:
|
m_Tooltip:
|
||||||
m_TextWithWhitespace: "Lighting\u200B"
|
m_TextWithWhitespace: "Lighting\u200B"
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,30 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<ValidationCache Version="1" SchemaVersion="123">
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\Virtual Acoustics\Default Work Unit.wwu" DateLow="1776932980" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\Triggers\Default Work Unit.wwu" DateLow="1776932980" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\Switches\Default Work Unit.wwu" DateLow="1776932980" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\States\Default Work Unit.wwu" DateLow="1776932980" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\Soundcaster Sessions\Default Work Unit.wwu" DateLow="1776932980" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\SoundBanks\Default Work Unit.wwu" DateLow="1776932980" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\Queries\Factory Queries.wwu" DateLow="1776932980" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\Queries\Default Work Unit.wwu" DateLow="1776932980" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\Presets\Factory Spatial Audio.wwu" DateLow="1776932979" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\Presets\Default Work Unit.wwu" DateLow="1776932979" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\Modulators\Default Work Unit.wwu" DateLow="1776932968" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\Mixing Sessions\Default Work Unit.wwu" DateLow="1776932968" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\Metadata\Default Work Unit.wwu" DateLow="1776932968" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\Master-Mixer Hierarchy\Default Work Unit.wwu" DateLow="1776932968" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\Interactive Music Hierarchy\Default Work Unit.wwu" DateLow="1776932968" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\ichni Official_WwiseProject.wproj" DateLow="1776932980" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\Game Parameters\Default Work Unit.wwu" DateLow="1776932966" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\Events\Default Work Unit.wwu" DateLow="1776932966" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\Effects\Factory Effects.wwu" DateLow="1776932966" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\Effects\Default Work Unit.wwu" DateLow="1776932966" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\Dynamic Dialogue\Default Work Unit.wwu" DateLow="1776932966" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\Conversion Settings\Factory Conversion Settings.wwu" DateLow="1776932966" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\Conversion Settings\Default Work Unit.wwu" DateLow="1776932966" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\Control Surface Sessions\Default Work Unit.wwu" DateLow="1776932966" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\Audio Devices\Default Work Unit.wwu" DateLow="1776932966" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\Attenuations\Default Work Unit.wwu" DateLow="1776932966" DateHigh="0"/>
|
||||||
|
<ValidationCacheItem File="D:\projects\ichni_Official\ichni Official_WwiseProject\Actor-Mixer Hierarchy\Default Work Unit.wwu" DateLow="1776932966" DateHigh="0"/>
|
||||||
|
</ValidationCache>
|
||||||
@@ -0,0 +1,198 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<WwiseDocument Type="UserProjectSettings" SchemaVersion="123">
|
||||||
|
<UserProjectSettingsInfo>
|
||||||
|
<UserProjectSettings Name="" ID="{083F64EE-464F-4502-8154-730A396ACD8C}">
|
||||||
|
<PropertyList>
|
||||||
|
<Property Name="EventView\FilterMode1" Type="int32" Value="2"/>
|
||||||
|
<Property Name="EventView\FilterMode2" Type="int32" Value="2"/>
|
||||||
|
<Property Name="ExternalSourcesInputPath" Type="string">
|
||||||
|
<ValueList>
|
||||||
|
<Value Platform="iOS"></Value>
|
||||||
|
<Value Platform="Android"></Value>
|
||||||
|
<Value Platform="Mac"></Value>
|
||||||
|
<Value Platform="Windows"></Value>
|
||||||
|
</ValueList>
|
||||||
|
</Property>
|
||||||
|
<Property Name="ExternalSourcesOutputPath" Type="string">
|
||||||
|
<ValueList>
|
||||||
|
<Value Platform="iOS">GeneratedSoundBanks\iOS\</Value>
|
||||||
|
<Value Platform="Android">GeneratedSoundBanks\Android\</Value>
|
||||||
|
<Value Platform="Mac">GeneratedSoundBanks\Mac\</Value>
|
||||||
|
<Value Platform="Windows">GeneratedSoundBanks\Windows\</Value>
|
||||||
|
</ValueList>
|
||||||
|
</Property>
|
||||||
|
<Property Name="Game Profiler\Voice Monitor\LastBus" Type="string" Value="{1514A4D8-1DA6-412A-A17E-75CA0C2149F3}"/>
|
||||||
|
<Property Name="General\LatestLanguage" Type="int32" Value="684519430"/>
|
||||||
|
<Property Name="General\LatestPlatform" Type="string" Value="Android"/>
|
||||||
|
<Property Name="General\SourceControlPluginID" Type="string" Value="{C403A906-0C19-4ED5-808E-748707065301}"/>
|
||||||
|
<Property Name="GenerateMainSoundBank" Type="bool" Value="False"/>
|
||||||
|
<Property Name="GenerateMultipleBanks" Type="bool" Value="True"/>
|
||||||
|
<Property Name="GenerateSoundBankJSON" Type="bool" Value="True"/>
|
||||||
|
<Property Name="GenerateSoundBankXML" Type="bool" Value="False"/>
|
||||||
|
<Property Name="GenerateSoundBanks\x64_SelectedLanguages" Type="string" Value=""/>
|
||||||
|
<Property Name="GenerateSoundBanks\x64_SelectedPlatforms" Type="string" Value=""/>
|
||||||
|
<Property Name="GenerateSoundBanks\x64_SelectedSoundBanks" Type="string" Value=""/>
|
||||||
|
<Property Name="HardwareController\CurrentSession" Type="string" Value="{00000000-0000-0000-0000-000000000000}"/>
|
||||||
|
<Property Name="Interactive Music\x64_{2887E8E4-84AA-4C77-9D1F-6DCAAC5D6EF8} - SegmentEditorZoomInfo" Type="string" Value="AAAAAAAA8D8AAAAAAADwP/LZVvTt5SRAAAAAAAAA8D8AAAAAAAAAAAAAAAAAAAAA"/>
|
||||||
|
<Property Name="Interactive Music\x64_{5462AA95-B307-45B6-A204-0072C7C1341D} - SegmentEditorZoomInfo" Type="string" Value="AAAAAAAA8D8AAAAAAADwP5/+gBbLXR5AAAAAAAAA8D8AAAAAAAAAAAAAAAAAAAAA"/>
|
||||||
|
<Property Name="Interactive Music\x64_{C906C632-6030-4584-979C-2F4E63DFB205} - SegmentEditorZoomInfo" Type="string" Value="AAAAAAAA8D8AAAAAAADwPwAAAAAAoHhAAAAAAAAA8D8AAAAAAAAAAAAAAAAAAAAA"/>
|
||||||
|
<Property Name="MeterView\LastObject1" Type="string" Value="{1514A4D8-1DA6-412A-A17E-75CA0C2149F3}"/>
|
||||||
|
<Property Name="MeterView\MeterMode1" Type="int32" Value="1"/>
|
||||||
|
<Property Name="Mixing Desk\LastSession" Type="string" Value="{00000000-0000-0000-0000-000000000000}"/>
|
||||||
|
<Property Name="MonitoringManager\GameObjectFilter\GameObjectFilterVersion" Type="int32" Value="1"/>
|
||||||
|
<Property Name="MonitoringManager\GameObjectFilter\GameObjectFiltersEnable" Type="bool" Value="True"/>
|
||||||
|
<Property Name="MonitoringManager\GameObjectFilter\x64_GameObjectFilters" Type="string" Value=""/>
|
||||||
|
<Property Name="Music Transition List\{A86D9B0F-FFF1-45CF-8CD4-77A599131041}\Scroll Position" Type="int32" Value="0"/>
|
||||||
|
<Property Name="Music Transition List\{A86D9B0F-FFF1-45CF-8CD4-77A599131041}\x64_Expand States" Type="string" Value=""/>
|
||||||
|
<Property Name="ObjectTabPanel\x64_CurrentObjects_{031E1E2C-DC25-4332-80C3-FFCC371AC803}" Type="string" Value=""/>
|
||||||
|
<Property Name="ObjectTabPanel\x64_CurrentObjects_{618C1FF9-37D4-45A7-AF0A-E2D511E44707}" Type="string" Value=""/>
|
||||||
|
<Property Name="ObjectTabPanel\x64_CurrentObjects_{826CEF9F-ACB3-45D2-8319-9C9994E4CA5C}" Type="string" Value=""/>
|
||||||
|
<Property Name="ObjectTabPanel\x64_CurrentObjects_{A45AAC64-78D1-46A7-88FA-F242B38651B4}" Type="string" Value=""/>
|
||||||
|
<Property Name="ObjectTabPanel\x64_CurrentObjects_{D5805147-985E-4C5B-B817-369AF1B7184D}" Type="string" Value="ewAxAEQAOAA3ADQANAA4ADQALQAzADMAMgBFAC0ANABCADQARQAtADkAQgBBADMALQAxADYAQQA3ADMAQgAyADgAQgA1ADcANQB9AAAAAQF7ADMAOQA3ADQARQAzAEQAMgAtADQAQwBGAEYALQA0AEYAOQAzAC0AQQBBADIARQAtADEARgAzADIAQgA2ADkANgBDADkAQgAzAH0AAAABAXsAMgA4ADgANwBFADgARQA0AC0AOAA0AEEAQQAtADQAQwA3ADcALQA5AEQAMQBGAC0ANgBEAEMAQQBBAEMANQBEADYARQBGADgAfQAAAAAB"/>
|
||||||
|
<Property Name="ObjectTabPanel\x64_CurrentObjects_{FB6925F8-3EDD-42F1-B446-654A30D756CF}" Type="string" Value=""/>
|
||||||
|
<Property Name="OverrideCacheFolder\Active" Type="bool" Value="False"/>
|
||||||
|
<Property Name="OverrideCacheFolder\Path" Type="string" Value=".cache"/>
|
||||||
|
<Property Name="OverrideOriginalFolder\Active" Type="bool" Value="False"/>
|
||||||
|
<Property Name="OverrideOriginalFolder\Path" Type="string" Value="Originals"/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_1\Audio_FocusedObject" Type="string" Value="{2887E8E4-84AA-4C77-9D1F-6DCAAC5D6EF8}"/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_1\CurrentSearch" Type="string" Value=""/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_1\CurrentTab" Type="int32" Value="0"/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_1\Events_FocusedObject" Type="string" Value="{A69BF0FC-D84A-487C-ABDD-56F71CB2A126}"/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_1\Game Syncs_FocusedObject" Type="string" Value="{CB6175F1-6080-4A23-92EF-0807E304D0C1}"/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_1\Queries_FocusedObject" Type="string" Value="{23EC2DE3-3ED8-4B82-AC99-92E25F2E4C6B}"/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_1\Sessions_FocusedObject" Type="string" Value="{4C96B38B-3DB4-40C7-91C9-665510E38993}"/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_1\ShareSets_FocusedObject" Type="string" Value="{41093F77-829F-4D88-8601-E8B25F3D4781}"/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_1\SoundBanks_FocusedObject" Type="string" Value="{C98E673F-A24C-48A8-960F-10565FFE70A0}"/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_1\x64_Audio_LastExpandedState" Type="string" Value="iC8JJ1oiVBFnJcijTz1Egg9CaL69oAxMr/hcW3uOZqnq2ogjdZfGRqLtxSIqOXdWfXZCQN6h4E6nwAe3Vpbo6vi7p17AZFBKiCGgfoviHWjlUWiy2GgzTpSwgmm829L/xRDf7BHeiUGd/UE8dHG2LlLJS1iYRz1HqgtGHYtYrqAS94E7sqm7TbrTHtZqn/vx6N0VIgivSUm1y9Z6gnV3hIREhx0uM05Lm6MWpzsotXXS43Q5/0yTT6ouHzK2lsmzf85QLF0mvEmLHbkQV8RWukUY+pxyHrlBk6ynJBQ4WJBm0/5JMLWoQpk7kkhzqrcHB28499TEAUGtdkA7CIUYCKuMp0fdlutGl03qEqZ/vC09Q0qEh2deQrGjac0gKEQPt3bDLJy4AUOfz/2nDrl1IOYMSSwvX1FDgGqD8lgIZncPm22o8f/PRYzUd6WZExBB"/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_1\x64_Events_LastExpandedState" Type="string" Value="/PCbpkrYfEir3Vb3HLKhJt71mjAfA+BMm5vApTYnU0M="/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_1\x64_Game Syncs_LastExpandedState" Type="string" Value="8XVhy4BgI0qS7wgH4wTQwbnnqVnJYRpGqW9Jl7VBpZyOgSVAfwlySraSuKLiZj3L/Fd2bFhHQU29TGiwn5HbKQ=="/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_1\x64_Queries_LastExpandedState" Type="string" Value="4y3sI9g+gkusmZLiXy5Maw=="/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_1\x64_Sessions_LastExpandedState" Type="string" Value="i7OWTLQ9x0CRyWZVEOOJk/eqd2Rl45BJo5Llm4JLZBjN5FEXGIAsTpqKx3dk0dZT"/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_1\x64_ShareSets_LastExpandedState" Type="string" Value="dz8JQZ+CiE2GAeiyXz1HgaDdewGxG+FMgHd5WU7EWFxAIKFKnAQPQKvNbu0ZLsHXQnPDFEc4/0mgXFAHmRvtUEeFzTJGqUdFu7Fp9E55YTkupvS2m0+mRbKAyAaF5lKW"/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_1\x64_SoundBanks_LastExpandedState" Type="string" Value="P2eOyUyiqEiWDxBWX/5woAq2FOVOiG9NunNM2Mpf3wc="/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_2\Audio_FocusedObject" Type="string" Value="{27092F88-225A-1154-6725-C8A34F3D4482}"/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_2\CurrentSearch" Type="string" Value=""/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_2\CurrentTab" Type="int32" Value="0"/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_2\Events_FocusedObject" Type="string" Value="{A69BF0FC-D84A-487C-ABDD-56F71CB2A126}"/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_2\Game Syncs_FocusedObject" Type="string" Value="{CB6175F1-6080-4A23-92EF-0807E304D0C1}"/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_2\Queries_FocusedObject" Type="string" Value="{23EC2DE3-3ED8-4B82-AC99-92E25F2E4C6B}"/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_2\Sessions_FocusedObject" Type="string" Value="{4C96B38B-3DB4-40C7-91C9-665510E38993}"/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_2\ShareSets_FocusedObject" Type="string" Value="{41093F77-829F-4D88-8601-E8B25F3D4781}"/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_2\SoundBanks_FocusedObject" Type="string" Value="{C98E673F-A24C-48A8-960F-10565FFE70A0}"/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_2\x64_Audio_LastExpandedState" Type="string" Value="iC8JJ1oiVBFnJcijTz1EguraiCN1l8ZGou3FIio5d1b4u6dewGRQSoghoH6L4h1oZtP+STC1qEKZO5JIc6q3Bw=="/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_2\x64_Events_LastExpandedState" Type="string" Value="/PCbpkrYfEir3Vb3HLKhJt71mjAfA+BMm5vApTYnU0M="/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_2\x64_Game Syncs_LastExpandedState" Type="string" Value="8XVhy4BgI0qS7wgH4wTQwbnnqVnJYRpGqW9Jl7VBpZyOgSVAfwlySraSuKLiZj3L/Fd2bFhHQU29TGiwn5HbKQ=="/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_2\x64_Queries_LastExpandedState" Type="string" Value="4y3sI9g+gkusmZLiXy5Maw=="/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_2\x64_Sessions_LastExpandedState" Type="string" Value="i7OWTLQ9x0CRyWZVEOOJk/eqd2Rl45BJo5Llm4JLZBjN5FEXGIAsTpqKx3dk0dZT"/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_2\x64_ShareSets_LastExpandedState" Type="string" Value="dz8JQZ+CiE2GAeiyXz1HgaDdewGxG+FMgHd5WU7EWFxAIKFKnAQPQKvNbu0ZLsHXQnPDFEc4/0mgXFAHmRvtUEeFzTJGqUdFu7Fp9E55YTkupvS2m0+mRbKAyAaF5lKW"/>
|
||||||
|
<Property Name="ProjectExplorer\SelectionChannel_2\x64_SoundBanks_LastExpandedState" Type="string" Value="P2eOyUyiqEiWDxBWX/5woA=="/>
|
||||||
|
<Property Name="RTPC\GameParameterSimValue\{052772C9-1B43-4EDA-8257-AF334383C44D}" Type="Real64" Value="100"/>
|
||||||
|
<Property Name="RTPC\GameParameterSimValue\{25116908-93D9-4475-9738-CBDE806F3203}" Type="Real64" Value="50"/>
|
||||||
|
<Property Name="RTPC\GameParameterSimValue\{329D5739-94A4-4CB2-BDC5-ECAAB3909372}" Type="Real64" Value="0"/>
|
||||||
|
<Property Name="RTPC\GameParameterSimValue\{8397044C-D218-4563-BE83-0CFFD54FEE39}" Type="Real64" Value="100"/>
|
||||||
|
<Property Name="RTPC\GameParameterSimValue\{93654FB0-F210-4186-BBAD-9F06C8028C36}" Type="Real64" Value="0"/>
|
||||||
|
<Property Name="RTPC\GameParameterSimValue\{9595CF69-65FC-4731-85D1-239E39EB5F87}" Type="Real64" Value="0"/>
|
||||||
|
<Property Name="RTPC\GameParameterSimValue\{D4FD2DF9-5BEA-4EEC-BAB2-2CD641CB1646}" Type="Real64" Value="100"/>
|
||||||
|
<Property Name="RTPC\GameParameterSimValue\{D6D7BB28-D63B-4E68-9B3D-88D6769F1619}" Type="Real64" Value="50"/>
|
||||||
|
<Property Name="RTPC\GameParameterSimValue\{DD38A773-4FD2-4167-A8D4-5687F1C68B54}" Type="Real64" Value="50"/>
|
||||||
|
<Property Name="RTPC\GameParameterSimValue\{E819AD73-1760-455B-BCC5-F14B3FC6FCE8}" Type="Real64" Value="50"/>
|
||||||
|
<Property Name="RTPC\GameParameterSimValue\{E9720C21-BC49-411D-A512-7FB81DB1D56D}" Type="Real64" Value="0"/>
|
||||||
|
<Property Name="RTPC\GameParameterSimValue\{EC0BC6C0-68C4-4C2D-820B-74249581E738}" Type="Real64" Value="0"/>
|
||||||
|
<Property Name="SchematicView\SearchText" Type="string" Value=""/>
|
||||||
|
<Property Name="SoundBank Manager\x64_Expand Folders Auto" Type="string" Value=""/>
|
||||||
|
<Property Name="SoundBank Manager\x64_Expand Folders User" Type="string" Value="BwAAAA=="/>
|
||||||
|
<Property Name="SoundBank Manager\x64_Expand States Auto" Type="string" Value=""/>
|
||||||
|
<Property Name="SoundBank Manager\x64_Expand States User" Type="string" Value=""/>
|
||||||
|
<Property Name="SoundBankGenerateEstimatedDuration" Type="bool" Value="True"/>
|
||||||
|
<Property Name="SoundBankGenerateMaxAttenuationInfo" Type="bool" Value="True"/>
|
||||||
|
<Property Name="SoundBankGeneratePrintGUID" Type="bool" Value="True"/>
|
||||||
|
<Property Name="SoundBankGeneratePrintPath" Type="bool" Value="True"/>
|
||||||
|
<Property Name="SoundBankHeaderFilePath" Type="string" Value="GeneratedSoundBanks\"/>
|
||||||
|
<Property Name="SoundBankPaths" Type="string">
|
||||||
|
<ValueList>
|
||||||
|
<Value Platform="iOS">GeneratedSoundBanks\iOS\</Value>
|
||||||
|
<Value Platform="Android">GeneratedSoundBanks\Android\</Value>
|
||||||
|
<Value Platform="Mac">GeneratedSoundBanks\Mac\</Value>
|
||||||
|
<Value Platform="Windows">GeneratedSoundBanks\Windows\</Value>
|
||||||
|
</ValueList>
|
||||||
|
</Property>
|
||||||
|
<Property Name="SoundBankPostGenerateCustomCmdDescription" Type="string">
|
||||||
|
<ValueList>
|
||||||
|
<Value Platform="iOS"></Value>
|
||||||
|
<Value Platform="Android"></Value>
|
||||||
|
<Value Platform="Mac"></Value>
|
||||||
|
<Value Platform="Windows"></Value>
|
||||||
|
</ValueList>
|
||||||
|
</Property>
|
||||||
|
<Property Name="SoundBankPostGenerateCustomCmdLines" Type="string">
|
||||||
|
<ValueList>
|
||||||
|
<Value Platform="iOS"></Value>
|
||||||
|
<Value Platform="Android"></Value>
|
||||||
|
<Value Platform="Mac"></Value>
|
||||||
|
<Value Platform="Windows"></Value>
|
||||||
|
</ValueList>
|
||||||
|
</Property>
|
||||||
|
<Property Name="SoundBankPreGenerateCustomCmdDescription" Type="string">
|
||||||
|
<ValueList>
|
||||||
|
<Value Platform="iOS"></Value>
|
||||||
|
<Value Platform="Android"></Value>
|
||||||
|
<Value Platform="Mac"></Value>
|
||||||
|
<Value Platform="Windows"></Value>
|
||||||
|
</ValueList>
|
||||||
|
</Property>
|
||||||
|
<Property Name="SoundBankPreGenerateCustomCmdLines" Type="string">
|
||||||
|
<ValueList>
|
||||||
|
<Value Platform="iOS"></Value>
|
||||||
|
<Value Platform="Android"></Value>
|
||||||
|
<Value Platform="Mac"></Value>
|
||||||
|
<Value Platform="Windows"></Value>
|
||||||
|
</ValueList>
|
||||||
|
</Property>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabLeft_{031E1E2C-DC25-4332-80C3-FFCC371AC803}\CurrentSearch" Type="string" Value=""/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabLeft_{031E1E2C-DC25-4332-80C3-FFCC371AC803}\RecentCategoriesTopCount" Type="int32" Value="0"/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabLeft_{031E1E2C-DC25-4332-80C3-FFCC371AC803}\ValueColumnWidth" Type="int32" Value="140"/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabLeft_{031E1E2C-DC25-4332-80C3-FFCC371AC803}\VisualOptions" Type="int32" Value="2"/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabLeft_{031E1E2C-DC25-4332-80C3-FFCC371AC803}\x64_CollapsedGroups" Type="string" Value="AAAAAAAAAAA="/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabLeft_{031E1E2C-DC25-4332-80C3-FFCC371AC803}\x64_CollapsedGroupsAllMode" Type="string" Value="AAAAAAAAAAA="/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabLeft_{031E1E2C-DC25-4332-80C3-FFCC371AC803}\x64_ExpandedGroups" Type="string" Value="AAAAAAAAAAA="/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabLeft_{031E1E2C-DC25-4332-80C3-FFCC371AC803}\x64_ExpandedGroupsAllMode" Type="string" Value="AAAAAAAAAAA="/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabLeft_{031E1E2C-DC25-4332-80C3-FFCC371AC803}\x64_HiddenCategories" Type="string" Value="AgAAAAAAAABIRFIATUlESQA="/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabLeft_{031E1E2C-DC25-4332-80C3-FFCC371AC803}\x64_InspectedObject" Type="string" Value=""/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabLeft_{031E1E2C-DC25-4332-80C3-FFCC371AC803}\x64_RecentCategories" Type="string" Value="AAAAAAAAAAA="/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabLeft_{D5805147-985E-4C5B-B817-369AF1B7184D}\CurrentSearch" Type="string" Value=""/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabLeft_{D5805147-985E-4C5B-B817-369AF1B7184D}\RecentCategoriesTopCount" Type="int32" Value="0"/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabLeft_{D5805147-985E-4C5B-B817-369AF1B7184D}\ValueColumnWidth" Type="int32" Value="140"/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabLeft_{D5805147-985E-4C5B-B817-369AF1B7184D}\VisualOptions" Type="int32" Value="2"/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabLeft_{D5805147-985E-4C5B-B817-369AF1B7184D}\x64_CollapsedGroups" Type="string" Value="AAAAAAAAAAA="/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabLeft_{D5805147-985E-4C5B-B817-369AF1B7184D}\x64_CollapsedGroupsAllMode" Type="string" Value="AAAAAAAAAAA="/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabLeft_{D5805147-985E-4C5B-B817-369AF1B7184D}\x64_ExpandedGroups" Type="string" Value="AAAAAAAAAAA="/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabLeft_{D5805147-985E-4C5B-B817-369AF1B7184D}\x64_ExpandedGroupsAllMode" Type="string" Value="AAAAAAAAAAA="/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabLeft_{D5805147-985E-4C5B-B817-369AF1B7184D}\x64_HiddenCategories" Type="string" Value="AgAAAAAAAABIRFIATUlESQA="/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabLeft_{D5805147-985E-4C5B-B817-369AF1B7184D}\x64_InspectedObject" Type="string" Value=""/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabLeft_{D5805147-985E-4C5B-B817-369AF1B7184D}\x64_RecentCategories" Type="string" Value="AAAAAAAAAAA="/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabRight_{031E1E2C-DC25-4332-80C3-FFCC371AC803}\CurrentSearch" Type="string" Value=""/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabRight_{031E1E2C-DC25-4332-80C3-FFCC371AC803}\RecentCategoriesTopCount" Type="int32" Value="0"/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabRight_{031E1E2C-DC25-4332-80C3-FFCC371AC803}\ValueColumnWidth" Type="int32" Value="140"/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabRight_{031E1E2C-DC25-4332-80C3-FFCC371AC803}\VisualOptions" Type="int32" Value="2"/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabRight_{031E1E2C-DC25-4332-80C3-FFCC371AC803}\x64_CollapsedGroups" Type="string" Value="AAAAAAAAAAA="/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabRight_{031E1E2C-DC25-4332-80C3-FFCC371AC803}\x64_CollapsedGroupsAllMode" Type="string" Value="AAAAAAAAAAA="/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabRight_{031E1E2C-DC25-4332-80C3-FFCC371AC803}\x64_ExpandedGroups" Type="string" Value="AAAAAAAAAAA="/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabRight_{031E1E2C-DC25-4332-80C3-FFCC371AC803}\x64_ExpandedGroupsAllMode" Type="string" Value="AAAAAAAAAAA="/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabRight_{031E1E2C-DC25-4332-80C3-FFCC371AC803}\x64_HiddenCategories" Type="string" Value="AgAAAAAAAABIRFIATUlESQA="/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabRight_{031E1E2C-DC25-4332-80C3-FFCC371AC803}\x64_InspectedObject" Type="string" Value=""/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabRight_{031E1E2C-DC25-4332-80C3-FFCC371AC803}\x64_RecentCategories" Type="string" Value="AAAAAAAAAAA="/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabRight_{D5805147-985E-4C5B-B817-369AF1B7184D}\CurrentSearch" Type="string" Value=""/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabRight_{D5805147-985E-4C5B-B817-369AF1B7184D}\RecentCategoriesTopCount" Type="int32" Value="0"/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabRight_{D5805147-985E-4C5B-B817-369AF1B7184D}\ValueColumnWidth" Type="int32" Value="140"/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabRight_{D5805147-985E-4C5B-B817-369AF1B7184D}\VisualOptions" Type="int32" Value="2"/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabRight_{D5805147-985E-4C5B-B817-369AF1B7184D}\x64_CollapsedGroups" Type="string" Value="AAAAAAAAAAA="/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabRight_{D5805147-985E-4C5B-B817-369AF1B7184D}\x64_CollapsedGroupsAllMode" Type="string" Value="AAAAAAAAAAA="/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabRight_{D5805147-985E-4C5B-B817-369AF1B7184D}\x64_ExpandedGroups" Type="string" Value="AAAAAAAAAAA="/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabRight_{D5805147-985E-4C5B-B817-369AF1B7184D}\x64_ExpandedGroupsAllMode" Type="string" Value="AAAAAAAAAAA="/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabRight_{D5805147-985E-4C5B-B817-369AF1B7184D}\x64_HiddenCategories" Type="string" Value="AgAAAAAAAABIRFIATUlESQA="/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabRight_{D5805147-985E-4C5B-B817-369AF1B7184D}\x64_InspectedObject" Type="string" Value="5OiHKKqEd0ydH23KrF1u+A=="/>
|
||||||
|
<Property Name="TabPropertyEditor\LayoutInstanceId_PropertyEditorInObjectTabRight_{D5805147-985E-4C5B-B817-369AF1B7184D}\x64_RecentCategories" Type="string" Value="AAAAAAAAAAA="/>
|
||||||
|
</PropertyList>
|
||||||
|
</UserProjectSettings>
|
||||||
|
</UserProjectSettingsInfo>
|
||||||
|
</WwiseDocument>
|
||||||
@@ -25,17 +25,18 @@
|
|||||||
</Property>
|
</Property>
|
||||||
<Property Name="ExternalSourcesOutputPath" Type="string">
|
<Property Name="ExternalSourcesOutputPath" Type="string">
|
||||||
<ValueList>
|
<ValueList>
|
||||||
<Value Platform="iOS">GeneratedSoundBanks\iOS\</Value>
|
<Value Platform="iOS">GeneratedSoundBanks\iOS</Value>
|
||||||
<Value Platform="Android">GeneratedSoundBanks\Android\</Value>
|
<Value Platform="Android">GeneratedSoundBanks\Android</Value>
|
||||||
<Value Platform="Mac">GeneratedSoundBanks\Mac\</Value>
|
<Value Platform="Mac">GeneratedSoundBanks\Mac</Value>
|
||||||
<Value Platform="Windows">GeneratedSoundBanks\Windows\</Value>
|
<Value Platform="Windows">GeneratedSoundBanks\Windows</Value>
|
||||||
</ValueList>
|
</ValueList>
|
||||||
</Property>
|
</Property>
|
||||||
|
<Property Name="GenerateSoundBankJSON" Type="bool" Value="True"/>
|
||||||
<Property Name="LicenseKey" Type="string" Value="PHByb2plY3QgaWQ9IjE1NjEyIiBtYXNrPSJFWkVQNTk3MSIgZW5jPSIwIj48bGlj ZW5zZSBpZD0iMSIgbmFtZT0iV3dpc2UiIHR5cGU9IjIiIHBsYXRmb3Jtcz0iNCwx MCIgZXhwaXJlcz0iMjAyNS0wOS0wMSIgIC8+PGxpY2Vuc2UgaWQ9IjIxIiBuYW1l PSJNYWludGVuYW5jZSIgdHlwZT0iMiIgcGxhdGZvcm1zPSI0LDEwIiBleHBpcmVz PSIyMDI1LTA5LTAxIiAgLz48bGljZW5zZSBpZD0iNzAiIG5hbWU9IkluZGllIExp Y2Vuc2UiIHR5cGU9IjIiIHBsYXRmb3Jtcz0iNCwxMCIgZXhwaXJlcz0iMjAyNS0w OS0wMSIgIC8+PGxpY2Vuc2UgaWQ9IjEwIiBuYW1lPSJNY0RTUCBCdW5kbGUgKE1M MSwgRnV0ekJveCkiIHR5cGU9IjEiIHBsYXRmb3Jtcz0iNCwxMCIgZXhwaXJlcz0i MjAyNS0wNi0xOSIgIC8+PC9wcm9qZWN0Pg==|F5RGwfrY6SE1hpi6AbfZpkcVGUF EjGODxqbeecWq9GunULKv2E2WaI5hPR4bKO37tiyDbTvjxF5PXi4M4mYyXWn5y9l RCBDqBCtvYpSY+QibEvvmamBY/ZQwb789G5zp8Zc+TKwidtLlHUpJ4UzIWlYQTPy Htn835ap7Eh5aICU/auHlAZC1fPQqR2j3PwZ7wbillULVJhhgF8zVzK5uD+jpX/E JK1Cke7TBjrYfL/N6DrwKeyxzlaTzr6ywBjQkhNW+xvLzGKhEssjjxcmPXEaQEPv 7kJo8ikY/qv+kV3WzB5GpkgRxpDjq+FanhQfxfR62g/KWnYybqR8/7mDidA== "/>
|
<Property Name="LicenseKey" Type="string" Value="PHByb2plY3QgaWQ9IjE1NjEyIiBtYXNrPSJFWkVQNTk3MSIgZW5jPSIwIj48bGlj ZW5zZSBpZD0iMSIgbmFtZT0iV3dpc2UiIHR5cGU9IjIiIHBsYXRmb3Jtcz0iNCwx MCIgZXhwaXJlcz0iMjAyNS0wOS0wMSIgIC8+PGxpY2Vuc2UgaWQ9IjIxIiBuYW1l PSJNYWludGVuYW5jZSIgdHlwZT0iMiIgcGxhdGZvcm1zPSI0LDEwIiBleHBpcmVz PSIyMDI1LTA5LTAxIiAgLz48bGljZW5zZSBpZD0iNzAiIG5hbWU9IkluZGllIExp Y2Vuc2UiIHR5cGU9IjIiIHBsYXRmb3Jtcz0iNCwxMCIgZXhwaXJlcz0iMjAyNS0w OS0wMSIgIC8+PGxpY2Vuc2UgaWQ9IjEwIiBuYW1lPSJNY0RTUCBCdW5kbGUgKE1M MSwgRnV0ekJveCkiIHR5cGU9IjEiIHBsYXRmb3Jtcz0iNCwxMCIgZXhwaXJlcz0i MjAyNS0wNi0xOSIgIC8+PC9wcm9qZWN0Pg==|F5RGwfrY6SE1hpi6AbfZpkcVGUF EjGODxqbeecWq9GunULKv2E2WaI5hPR4bKO37tiyDbTvjxF5PXi4M4mYyXWn5y9l RCBDqBCtvYpSY+QibEvvmamBY/ZQwb789G5zp8Zc+TKwidtLlHUpJ4UzIWlYQTPy Htn835ap7Eh5aICU/auHlAZC1fPQqR2j3PwZ7wbillULVJhhgF8zVzK5uD+jpX/E JK1Cke7TBjrYfL/N6DrwKeyxzlaTzr6ywBjQkhNW+xvLzGKhEssjjxcmPXEaQEPv 7kJo8ikY/qv+kV3WzB5GpkgRxpDjq+FanhQfxfR62g/KWnYybqR8/7mDidA== "/>
|
||||||
<Property Name="SoundBankGenerateEstimatedDuration" Type="bool" Value="True"/>
|
<Property Name="SoundBankGenerateEstimatedDuration" Type="bool" Value="True"/>
|
||||||
<Property Name="SoundBankGenerateHeaderFile" Type="bool" Value="True"/>
|
<Property Name="SoundBankGenerateHeaderFile" Type="bool" Value="True"/>
|
||||||
<Property Name="SoundBankGenerateMaxAttenuationInfo" Type="bool" Value="True"/>
|
<Property Name="SoundBankGenerateMaxAttenuationInfo" Type="bool" Value="True"/>
|
||||||
<Property Name="SoundBankHeaderFilePath" Type="string" Value="../../ichni Official/Assets/StreamingAssets/Audio/GeneratedSoundBanks"/>
|
<Property Name="SoundBankHeaderFilePath" Type="string" Value="..\..\ichni Official\Assets\StreamingAssets\Audio\GeneratedSoundBanks"/>
|
||||||
<Property Name="SoundBankPaths" Type="string">
|
<Property Name="SoundBankPaths" Type="string">
|
||||||
<ValueList>
|
<ValueList>
|
||||||
<Value Platform="iOS">GeneratedSoundBanks\iOS\</Value>
|
<Value Platform="iOS">GeneratedSoundBanks\iOS\</Value>
|
||||||
@@ -78,6 +79,10 @@
|
|||||||
</Property>
|
</Property>
|
||||||
<Property Name="WwiseVersionWhenCreated" Type="string" Value="Branch=wwise_v2022.1|Build=8150|VersionName=v2022.1.2|Config=Release"/>
|
<Property Name="WwiseVersionWhenCreated" Type="string" Value="Branch=wwise_v2022.1|Build=8150|VersionName=v2022.1.2|Config=Release"/>
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
<MiscSettings>
|
||||||
|
<MiscSettingEntry Name="Cache"><![CDATA[.cache]]></MiscSettingEntry>
|
||||||
|
<MiscSettingEntry Name="Originals"><![CDATA[Originals]]></MiscSettingEntry>
|
||||||
|
</MiscSettings>
|
||||||
<SharedValues>
|
<SharedValues>
|
||||||
<SharedPropertyList ClassName="AudioFileSource" PluginType="0" CompanyID="1" PluginID="0">
|
<SharedPropertyList ClassName="AudioFileSource" PluginType="0" CompanyID="1" PluginID="0">
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
|
|||||||
45
ichni_Official.slnx
Normal file
45
ichni_Official.slnx
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
<Solution>
|
||||||
|
<Project Path="Assembly-CSharp-firstpass.csproj" />
|
||||||
|
<Project Path="Assembly-CSharp.csproj" />
|
||||||
|
<Project Path="AK.Wwise.Unity.ProjectDatabase.csproj" />
|
||||||
|
<Project Path="AK.Wwise.Unity.MonoBehaviour.csproj" />
|
||||||
|
<Project Path="UnityUIExtensions.csproj" />
|
||||||
|
<Project Path="UniRx.csproj" />
|
||||||
|
<Project Path="AmplifyShaderEditor.csproj" />
|
||||||
|
<Project Path="AK.Wwise.Unity.API.csproj" />
|
||||||
|
<Project Path="AK.Wwise.Unity.MonoBehaviour.Editor.csproj" />
|
||||||
|
<Project Path="AK.Wwise.Unity.API.Editor.csproj" />
|
||||||
|
<Project Path="Boxophobic.Utils.Scripts.csproj" />
|
||||||
|
<Project Path="LeanCommon.csproj" />
|
||||||
|
<Project Path="Boxophobic.Utils.Editor.csproj" />
|
||||||
|
<Project Path="Assembly-CSharp-Editor.csproj" />
|
||||||
|
<Project Path="IngameDebugConsole.Runtime.csproj" />
|
||||||
|
<Project Path="FR2.csproj" />
|
||||||
|
<Project Path="LeTai.TranslucentImage.Editor.csproj" />
|
||||||
|
<Project Path="AK.Wwise.Unity.Timeline.csproj" />
|
||||||
|
<Project Path="Boxophobic.AtmosphericHeightFog.Editor.csproj" />
|
||||||
|
<Project Path="UnityUIExtensions.editor.csproj" />
|
||||||
|
<Project Path="com.xuanxuan.nb.postprocessing.csproj" />
|
||||||
|
<Project Path="AK.Wwise.Unity.API.WwiseTypes.csproj" />
|
||||||
|
<Project Path="LeanTouch.csproj" />
|
||||||
|
<Project Path="AK.Wwise.Unity.Timeline.Editor.csproj" />
|
||||||
|
<Project Path="UniRx.Examples.csproj" />
|
||||||
|
<Project Path="CW.Common.csproj" />
|
||||||
|
<Project Path="LeTai.TranslucentImage.csproj" />
|
||||||
|
<Project Path="Assembly-CSharp-Editor-firstpass.csproj" />
|
||||||
|
<Project Path="LeTai.TranslucentImage.Demo.csproj" />
|
||||||
|
<Project Path="AK.Wwise.Unity.AddressableInstaller.csproj" />
|
||||||
|
<Project Path="Boxophobic.AtmosphericHeightFog.Runtime.csproj" />
|
||||||
|
<Project Path="com.xuanxuan.nb.postprocessing.Editor.csproj" />
|
||||||
|
<Project Path="Wingman.csproj" />
|
||||||
|
<Project Path="AK.Wwise.Unity.Utilities.csproj" />
|
||||||
|
<Project Path="com.xuanxuan.nb.shaders.Editor.csproj" />
|
||||||
|
<Project Path="com.xuanxuan.render.utility.Editor.csproj" />
|
||||||
|
<Project Path="LeanPool.csproj" />
|
||||||
|
<Project Path="Ak.Wwise.Api.WAAPI.csproj" />
|
||||||
|
<Project Path="Sirenix.OdinInspector.Modules.UnityMathematics.csproj" />
|
||||||
|
<Project Path="IngameDebugConsole.Editor.csproj" />
|
||||||
|
<Project Path="com.xuanxuan.render.utility.csproj" />
|
||||||
|
<Project Path="com.xuanxuan.nb.shaders.csproj" />
|
||||||
|
<Project Path="AK.Wwise.Unity.AddressableUpdater.csproj" />
|
||||||
|
</Solution>
|
||||||
Reference in New Issue
Block a user