Compare commits
No commits in common. "56f74eee9a577150022e897fd329dc62d0a055cd" and "b79d482453ff4c9d5b74e497bdc3e16ef56ecfde" have entirely different histories.
56f74eee9a
...
b79d482453
|
|
@ -75,10 +75,8 @@ 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/.gitkeep
|
/Assets/StreamingAssets.meta
|
||||||
!/Assets/StreamingAssets.meta
|
|
||||||
|
|
||||||
/UI参考
|
/UI参考
|
||||||
/bin
|
/bin
|
||||||
/docs/screenshot
|
/docs/screenshot
|
||||||
|
|
@ -89,6 +87,4 @@ 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
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"visualstudiotoolsforunity.vstuc"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "Attach to Unity",
|
||||||
|
"type": "vstuc",
|
||||||
|
"request": "attach"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,61 @@
|
||||||
|
{
|
||||||
|
"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>1</Platforms>
|
<Platforms>33</Platforms>
|
||||||
<AssetBundleCompression>1</AssetBundleCompression>
|
<AssetBundleCompression>1</AssetBundleCompression>
|
||||||
<CompressionHelperTypeName>UnityGameFramework.Runtime.DefaultCompressionHelper</CompressionHelperTypeName>
|
<CompressionHelperTypeName>UnityGameFramework.Runtime.DefaultCompressionHelper</CompressionHelperTypeName>
|
||||||
<AdditionalCompressionSelected>False</AdditionalCompressionSelected>
|
<AdditionalCompressionSelected>False</AdditionalCompressionSelected>
|
||||||
<ForceRebuildAssetBundleSelected>True</ForceRebuildAssetBundleSelected>
|
<ForceRebuildAssetBundleSelected>False</ForceRebuildAssetBundleSelected>
|
||||||
<BuildEventHandlerTypeName>VampireLike.Editor.VampireLikeBuildEventHandler</BuildEventHandlerTypeName>
|
<BuildEventHandlerTypeName>VampireLike.Editor.VampireLikeBuildEventHandler</BuildEventHandlerTypeName>
|
||||||
<OutputDirectory>D:/Learn/GameLearn/UnityProjects/VampireLike/bin/AssetBundles</OutputDirectory>
|
<OutputDirectory>C:/UnityProjects/VampireLike/bin/AssetBundles</OutputDirectory>
|
||||||
<OutputPackageSelected>True</OutputPackageSelected>
|
<OutputPackageSelected>True</OutputPackageSelected>
|
||||||
<OutputFullSelected>True</OutputFullSelected>
|
<OutputFullSelected>False</OutputFullSelected>
|
||||||
<OutputPackedSelected>True</OutputPackedSelected>
|
<OutputPackedSelected>False</OutputPackedSelected>
|
||||||
</Settings>
|
</Settings>
|
||||||
</ResourceBuilder>
|
</ResourceBuilder>
|
||||||
</UnityGameFramework>
|
</UnityGameFramework>
|
||||||
|
|
@ -17,6 +17,7 @@
|
||||||
<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" />
|
||||||
|
|
@ -84,6 +85,7 @@
|
||||||
<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" />
|
||||||
|
|
@ -95,6 +97,7 @@
|
||||||
<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: 0
|
value: 1
|
||||||
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,6 +853,7 @@ 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
|
||||||
|
|
@ -1449,6 +1450,7 @@ 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
|
||||||
|
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
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: 2
|
defaultScreenOrientation: 4
|
||||||
targetDevice: 2
|
targetDevice: 2
|
||||||
useOnDemandResources: 0
|
useOnDemandResources: 0
|
||||||
accelerometerFrequency: 60
|
accelerometerFrequency: 60
|
||||||
|
|
@ -831,8 +831,7 @@ PlayerSettings:
|
||||||
tvOS: DOTWEEN
|
tvOS: DOTWEEN
|
||||||
additionalCompilerArguments: {}
|
additionalCompilerArguments: {}
|
||||||
platformArchitecture: {}
|
platformArchitecture: {}
|
||||||
scriptingBackend:
|
scriptingBackend: {}
|
||||||
Standalone: 1
|
|
||||||
il2cppCompilerConfiguration: {}
|
il2cppCompilerConfiguration: {}
|
||||||
il2cppCodeGeneration: {}
|
il2cppCodeGeneration: {}
|
||||||
managedStrippingLevel:
|
managedStrippingLevel:
|
||||||
|
|
@ -844,7 +843,6 @@ 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
|
||||||
|
|
@ -936,7 +934,7 @@ PlayerSettings:
|
||||||
embeddedLinuxEnableGamepadInput: 1
|
embeddedLinuxEnableGamepadInput: 1
|
||||||
hmiLogStartupTiming: 0
|
hmiLogStartupTiming: 0
|
||||||
hmiCpuConfiguration:
|
hmiCpuConfiguration:
|
||||||
apiCompatibilityLevel: 3
|
apiCompatibilityLevel: 6
|
||||||
activeInputHandler: 1
|
activeInputHandler: 1
|
||||||
windowsGamepadBackendHint: 0
|
windowsGamepadBackendHint: 0
|
||||||
cloudProjectId:
|
cloudProjectId:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue