feat: add basic map for lighting and shader testing
feat: implement OverlayShader for 'faking' vertex colours on certain external assets feat: add main theme as mono disc feat: add WS2_common_car model feat: update lighting settings and skybox feel chore: tweak various project settings Signed-off-by: Jo <johannesreckers2006@gmail.com>
This commit is contained in:
parent
5eb961ae8a
commit
fa599d7fb9
94 changed files with 7316 additions and 12 deletions
49
Assets/Settings/SLZStaticBatchingSettings.asset
Normal file
49
Assets/Settings/SLZStaticBatchingSettings.asset
Normal file
|
@ -0,0 +1,49 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
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: 11500000, guid: 9b12913b2973b834ea2a228d4c721a2b, type: 3}
|
||||
m_Name: SLZStaticBatchingSettings
|
||||
m_EditorClassIdentifier:
|
||||
thisSettingsVersion: 1
|
||||
defaultSettings:
|
||||
buildTarget: Default
|
||||
overrideBuildTarget: 0
|
||||
settings:
|
||||
serializedVtxFormats: 000000000000000000000000
|
||||
allow32bitIdx: 1
|
||||
maxCombined32Idx: 8388608
|
||||
splitMultiMaterialMeshes: 0
|
||||
altStream: 000000000000000000000000
|
||||
platformOverrideSettings:
|
||||
- buildTarget: Standalone
|
||||
overrideBuildTarget: 0
|
||||
settings:
|
||||
serializedVtxFormats: 000000000000000000000000
|
||||
allow32bitIdx: 1
|
||||
maxCombined32Idx: 8388608
|
||||
splitMultiMaterialMeshes: 0
|
||||
altStream: 000000000000000000000000
|
||||
- buildTarget: Server
|
||||
overrideBuildTarget: 0
|
||||
settings:
|
||||
serializedVtxFormats: 000000000000000000000000
|
||||
allow32bitIdx: 1
|
||||
maxCombined32Idx: 8388608
|
||||
splitMultiMaterialMeshes: 0
|
||||
altStream: 000000000000000000000000
|
||||
- buildTarget: Android
|
||||
overrideBuildTarget: 0
|
||||
settings:
|
||||
serializedVtxFormats: 000000000000000000000000
|
||||
allow32bitIdx: 1
|
||||
maxCombined32Idx: 8388608
|
||||
splitMultiMaterialMeshes: 0
|
||||
altStream: 000000000000000000000000
|
8
Assets/Settings/SLZStaticBatchingSettings.asset.meta
Normal file
8
Assets/Settings/SLZStaticBatchingSettings.asset.meta
Normal file
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: e67425ee451fb1843b8fee80250c3320
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Loading…
Add table
Add a link
Reference in a new issue