Compare commits
2 Commits
b79d482453
...
56f74eee9a
| Author | SHA1 | Date |
|---|---|---|
|
|
56f74eee9a | |
|
|
c6f48951d3 |
|
|
@ -75,8 +75,10 @@ crashlytics-build.properties
|
||||||
# Packed Addressables
|
# Packed Addressables
|
||||||
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
|
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
|
||||||
|
|
||||||
/Assets/StreamingAssets
|
/Assets/StreamingAssets/**
|
||||||
/Assets/StreamingAssets.meta
|
!/Assets/StreamingAssets/.gitkeep
|
||||||
|
!/Assets/StreamingAssets.meta
|
||||||
|
|
||||||
/UI参考
|
/UI参考
|
||||||
/bin
|
/bin
|
||||||
/docs/screenshot
|
/docs/screenshot
|
||||||
|
|
@ -87,4 +89,6 @@ crashlytics-build.properties
|
||||||
~$*.xlsx
|
~$*.xlsx
|
||||||
Assets/GameMain/Configs/ResourceBuilder.xml
|
Assets/GameMain/Configs/ResourceBuilder.xml
|
||||||
/.dotnet
|
/.dotnet
|
||||||
|
/.omx
|
||||||
|
/.vscode
|
||||||
/openspec/changes/archive
|
/openspec/changes/archive
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"recommendations": [
|
|
||||||
"visualstudiotoolsforunity.vstuc"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"version": "0.2.0",
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"name": "Attach to Unity",
|
|
||||||
"type": "vstuc",
|
|
||||||
"request": "attach"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,61 +0,0 @@
|
||||||
{
|
|
||||||
"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
|
|
||||||
},
|
|
||||||
"dotnet.defaultSolution": "VampireLike.sln",
|
|
||||||
"dotnet.preferCSharpExtension": true
|
|
||||||
}
|
|
||||||
|
|
@ -3,16 +3,16 @@
|
||||||
<ResourceBuilder>
|
<ResourceBuilder>
|
||||||
<Settings>
|
<Settings>
|
||||||
<InternalResourceVersion>1</InternalResourceVersion>
|
<InternalResourceVersion>1</InternalResourceVersion>
|
||||||
<Platforms>33</Platforms>
|
<Platforms>1</Platforms>
|
||||||
<AssetBundleCompression>1</AssetBundleCompression>
|
<AssetBundleCompression>1</AssetBundleCompression>
|
||||||
<CompressionHelperTypeName>UnityGameFramework.Runtime.DefaultCompressionHelper</CompressionHelperTypeName>
|
<CompressionHelperTypeName>UnityGameFramework.Runtime.DefaultCompressionHelper</CompressionHelperTypeName>
|
||||||
<AdditionalCompressionSelected>False</AdditionalCompressionSelected>
|
<AdditionalCompressionSelected>False</AdditionalCompressionSelected>
|
||||||
<ForceRebuildAssetBundleSelected>False</ForceRebuildAssetBundleSelected>
|
<ForceRebuildAssetBundleSelected>True</ForceRebuildAssetBundleSelected>
|
||||||
<BuildEventHandlerTypeName>VampireLike.Editor.VampireLikeBuildEventHandler</BuildEventHandlerTypeName>
|
<BuildEventHandlerTypeName>VampireLike.Editor.VampireLikeBuildEventHandler</BuildEventHandlerTypeName>
|
||||||
<OutputDirectory>C:/UnityProjects/VampireLike/bin/AssetBundles</OutputDirectory>
|
<OutputDirectory>D:/Learn/GameLearn/UnityProjects/VampireLike/bin/AssetBundles</OutputDirectory>
|
||||||
<OutputPackageSelected>True</OutputPackageSelected>
|
<OutputPackageSelected>True</OutputPackageSelected>
|
||||||
<OutputFullSelected>False</OutputFullSelected>
|
<OutputFullSelected>True</OutputFullSelected>
|
||||||
<OutputPackedSelected>False</OutputPackedSelected>
|
<OutputPackedSelected>True</OutputPackedSelected>
|
||||||
</Settings>
|
</Settings>
|
||||||
</ResourceBuilder>
|
</ResourceBuilder>
|
||||||
</UnityGameFramework>
|
</UnityGameFramework>
|
||||||
|
|
@ -17,7 +17,6 @@
|
||||||
<Resource Name="Music/Menu" FileSystem="Resources" LoadType="0" Packed="True" ResourceGroups="Music" />
|
<Resource Name="Music/Menu" FileSystem="Resources" LoadType="0" Packed="True" ResourceGroups="Music" />
|
||||||
<Resource Name="Scenes" FileSystem="Resources" LoadType="0" Packed="True" />
|
<Resource Name="Scenes" FileSystem="Resources" LoadType="0" Packed="True" />
|
||||||
<Resource Name="SceneSettings" LoadType="0" Packed="False" />
|
<Resource Name="SceneSettings" LoadType="0" Packed="False" />
|
||||||
<Resource Name="Scripts" LoadType="0" Packed="False" />
|
|
||||||
<Resource Name="Sounds" FileSystem="Resources" LoadType="0" Packed="True" />
|
<Resource Name="Sounds" FileSystem="Resources" LoadType="0" Packed="True" />
|
||||||
<Resource Name="Textures" FileSystem="Resources" LoadType="0" Packed="True" />
|
<Resource Name="Textures" FileSystem="Resources" LoadType="0" Packed="True" />
|
||||||
<Resource Name="UI/UIForms" FileSystem="UI" LoadType="0" Packed="True" />
|
<Resource Name="UI/UIForms" FileSystem="UI" LoadType="0" Packed="True" />
|
||||||
|
|
@ -85,7 +84,6 @@
|
||||||
<Asset Guid="4473d81b14ddb0143addf0e6050d8491" ResourceName="Scenes" />
|
<Asset Guid="4473d81b14ddb0143addf0e6050d8491" ResourceName="Scenes" />
|
||||||
<Asset Guid="44c8db52241385c45bbb14a1718f17bf" ResourceName="Configs" />
|
<Asset Guid="44c8db52241385c45bbb14a1718f17bf" ResourceName="Configs" />
|
||||||
<Asset Guid="44cfa1c448225554c961ad6eb667d80b" ResourceName="DataTables" />
|
<Asset Guid="44cfa1c448225554c961ad6eb667d80b" ResourceName="DataTables" />
|
||||||
<Asset Guid="47a82ffa13c291447ab895cd0bc251cd" ResourceName="Scripts" />
|
|
||||||
<Asset Guid="4c3865b2ac420cd46a9cde6ab468d016" ResourceName="Materials" />
|
<Asset Guid="4c3865b2ac420cd46a9cde6ab468d016" ResourceName="Materials" />
|
||||||
<Asset Guid="4ca22ae3bc068c84eb7858d5b9bdf3e2" ResourceName="Fonts" />
|
<Asset Guid="4ca22ae3bc068c84eb7858d5b9bdf3e2" ResourceName="Fonts" />
|
||||||
<Asset Guid="4f688097e85071841a2c3ba165000c20" ResourceName="Textures" />
|
<Asset Guid="4f688097e85071841a2c3ba165000c20" ResourceName="Textures" />
|
||||||
|
|
@ -97,7 +95,6 @@
|
||||||
<Asset Guid="5b5a6a737c460eb4abc105d6583d405e" ResourceName="Fonts" />
|
<Asset Guid="5b5a6a737c460eb4abc105d6583d405e" ResourceName="Fonts" />
|
||||||
<Asset Guid="5dcd89912e222bf4c87f76db4044bc5e" ResourceName="Localization/Dictionaries" ResourceVariant="ko-kr" />
|
<Asset Guid="5dcd89912e222bf4c87f76db4044bc5e" ResourceName="Localization/Dictionaries" ResourceVariant="ko-kr" />
|
||||||
<Asset Guid="5ebb46af6f16ae94e87f64a7dc0a49cb" ResourceName="Entities" />
|
<Asset Guid="5ebb46af6f16ae94e87f64a7dc0a49cb" ResourceName="Entities" />
|
||||||
<Asset Guid="602d791ab1251f74ca2470c53bf382a3" ResourceName="Scripts" />
|
|
||||||
<Asset Guid="62af9e5c8f39cfa49af9e10ccf42f1da" ResourceName="UI/UISprites/Common" />
|
<Asset Guid="62af9e5c8f39cfa49af9e10ccf42f1da" ResourceName="UI/UISprites/Common" />
|
||||||
<Asset Guid="638ff8ae4a0d15047839cd265d3bc296" ResourceName="Music/Background" />
|
<Asset Guid="638ff8ae4a0d15047839cd265d3bc296" ResourceName="Music/Background" />
|
||||||
<Asset Guid="63fe6ff9ab9e1433f8db4ebd940f2442" ResourceName="Materials" />
|
<Asset Guid="63fe6ff9ab9e1433f8db4ebd940f2442" ResourceName="Materials" />
|
||||||
|
|
|
||||||
|
|
@ -731,7 +731,7 @@ PrefabInstance:
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 11499388, guid: adb3eb1c35fcff14f89fba7b05c9d71c, type: 3}
|
- target: {fileID: 11499388, guid: adb3eb1c35fcff14f89fba7b05c9d71c, type: 3}
|
||||||
propertyPath: m_EditorResourceMode
|
propertyPath: m_EditorResourceMode
|
||||||
value: 1
|
value: 0
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 11499388, guid: adb3eb1c35fcff14f89fba7b05c9d71c, type: 3}
|
- target: {fileID: 11499388, guid: adb3eb1c35fcff14f89fba7b05c9d71c, type: 3}
|
||||||
propertyPath: m_JsonHelperTypeName
|
propertyPath: m_JsonHelperTypeName
|
||||||
|
|
@ -853,7 +853,6 @@ MonoBehaviour:
|
||||||
_showCollisionStats: 0
|
_showCollisionStats: 0
|
||||||
_showSpawnControls: 1
|
_showSpawnControls: 1
|
||||||
_showBattleDurationControls: 1
|
_showBattleDurationControls: 1
|
||||||
_showSeparationSolverControls: 0
|
|
||||||
_showPlayerWeaponControls: 1
|
_showPlayerWeaponControls: 1
|
||||||
_showPlayerHealthControls: 1
|
_showPlayerHealthControls: 1
|
||||||
_showTips: 0
|
_showTips: 0
|
||||||
|
|
@ -1450,7 +1449,6 @@ MonoBehaviour:
|
||||||
_projectileHitMarkerColor: {r: 1, g: 0, b: 0, a: 0.95}
|
_projectileHitMarkerColor: {r: 1, g: 0, b: 0, a: 0.95}
|
||||||
_projectileHitEffectEnabled: 0
|
_projectileHitEffectEnabled: 0
|
||||||
_projectileHitEffectTypeId: 0
|
_projectileHitEffectTypeId: 0
|
||||||
_useSimulationMovement: 1
|
|
||||||
_collisionPipelineSettings:
|
_collisionPipelineSettings:
|
||||||
ProjectileCollisionQueryRadius: 0.35
|
ProjectileCollisionQueryRadius: 0.35
|
||||||
ProjectileMaxCandidatesPerQuery: 1
|
ProjectileMaxCandidatesPerQuery: 1
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 791237245bf8032449e4a887b278248f
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
|
@ -8,7 +8,7 @@ PlayerSettings:
|
||||||
AndroidProfiler: 0
|
AndroidProfiler: 0
|
||||||
AndroidFilterTouchesWhenObscured: 0
|
AndroidFilterTouchesWhenObscured: 0
|
||||||
AndroidEnableSustainedPerformanceMode: 0
|
AndroidEnableSustainedPerformanceMode: 0
|
||||||
defaultScreenOrientation: 4
|
defaultScreenOrientation: 2
|
||||||
targetDevice: 2
|
targetDevice: 2
|
||||||
useOnDemandResources: 0
|
useOnDemandResources: 0
|
||||||
accelerometerFrequency: 60
|
accelerometerFrequency: 60
|
||||||
|
|
@ -831,7 +831,8 @@ PlayerSettings:
|
||||||
tvOS: DOTWEEN
|
tvOS: DOTWEEN
|
||||||
additionalCompilerArguments: {}
|
additionalCompilerArguments: {}
|
||||||
platformArchitecture: {}
|
platformArchitecture: {}
|
||||||
scriptingBackend: {}
|
scriptingBackend:
|
||||||
|
Standalone: 1
|
||||||
il2cppCompilerConfiguration: {}
|
il2cppCompilerConfiguration: {}
|
||||||
il2cppCodeGeneration: {}
|
il2cppCodeGeneration: {}
|
||||||
managedStrippingLevel:
|
managedStrippingLevel:
|
||||||
|
|
@ -843,6 +844,7 @@ PlayerSettings:
|
||||||
PS5: 1
|
PS5: 1
|
||||||
QNX: 1
|
QNX: 1
|
||||||
Stadia: 1
|
Stadia: 1
|
||||||
|
Standalone: 1
|
||||||
VisionOS: 1
|
VisionOS: 1
|
||||||
WebGL: 1
|
WebGL: 1
|
||||||
Windows Store Apps: 1
|
Windows Store Apps: 1
|
||||||
|
|
@ -934,7 +936,7 @@ PlayerSettings:
|
||||||
embeddedLinuxEnableGamepadInput: 1
|
embeddedLinuxEnableGamepadInput: 1
|
||||||
hmiLogStartupTiming: 0
|
hmiLogStartupTiming: 0
|
||||||
hmiCpuConfiguration:
|
hmiCpuConfiguration:
|
||||||
apiCompatibilityLevel: 6
|
apiCompatibilityLevel: 3
|
||||||
activeInputHandler: 1
|
activeInputHandler: 1
|
||||||
windowsGamepadBackendHint: 0
|
windowsGamepadBackendHint: 0
|
||||||
cloudProjectId:
|
cloudProjectId:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue