-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added ability to customize models for settlements in spread sheet
- Loading branch information
1 parent
f05d8a4
commit 533dfbb
Showing
28 changed files
with
9,119 additions
and
596 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,145 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!21 &2100000 | ||
Material: | ||
serializedVersion: 5 | ||
m_ObjectHideFlags: 0 | ||
m_PrefabParentObject: {fileID: 0} | ||
m_PrefabInternal: {fileID: 0} | ||
m_Name: defaultMat | ||
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} | ||
m_ShaderKeywords: | ||
m_LightmapFlags: 5 | ||
m_CustomRenderQueue: -1 | ||
m_SavedProperties: | ||
serializedVersion: 2 | ||
m_TexEnvs: | ||
data: | ||
first: | ||
name: _MainTex | ||
second: | ||
m_Texture: {fileID: 2800000, guid: 04128222cc307af48a49c0e22f8b04d4, type: 3} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
data: | ||
first: | ||
name: _BumpMap | ||
second: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
data: | ||
first: | ||
name: _DetailNormalMap | ||
second: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
data: | ||
first: | ||
name: _ParallaxMap | ||
second: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
data: | ||
first: | ||
name: _OcclusionMap | ||
second: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
data: | ||
first: | ||
name: _EmissionMap | ||
second: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
data: | ||
first: | ||
name: _DetailMask | ||
second: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
data: | ||
first: | ||
name: _DetailAlbedoMap | ||
second: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
data: | ||
first: | ||
name: _MetallicGlossMap | ||
second: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
m_Floats: | ||
data: | ||
first: | ||
name: _Cutoff | ||
second: .5 | ||
data: | ||
first: | ||
name: _SrcBlend | ||
second: 1 | ||
data: | ||
first: | ||
name: _DstBlend | ||
second: 0 | ||
data: | ||
first: | ||
name: _Parallax | ||
second: .0199999996 | ||
data: | ||
first: | ||
name: _ZWrite | ||
second: 1 | ||
data: | ||
first: | ||
name: _Glossiness | ||
second: .5 | ||
data: | ||
first: | ||
name: _BumpScale | ||
second: 1 | ||
data: | ||
first: | ||
name: _OcclusionStrength | ||
second: 1 | ||
data: | ||
first: | ||
name: _DetailNormalMapScale | ||
second: 1 | ||
data: | ||
first: | ||
name: _UVSec | ||
second: 0 | ||
data: | ||
first: | ||
name: _EmissionScaleUI | ||
second: 0 | ||
data: | ||
first: | ||
name: _Mode | ||
second: 0 | ||
data: | ||
first: | ||
name: _Metallic | ||
second: 0 | ||
m_Colors: | ||
data: | ||
first: | ||
name: _EmissionColor | ||
second: {r: 0, g: 0, b: 0, a: 0} | ||
data: | ||
first: | ||
name: _Color | ||
second: {r: .541379333, g: .348196834, b: .278651148, a: 1} | ||
data: | ||
first: | ||
name: _EmissionColorUI | ||
second: {r: 1, g: 1, b: 1, a: 1} |
6 changes: 3 additions & 3 deletions
6
...esources/settlement_list_newgame.csv.meta → ...City Models/Materials/defaultMat.mat.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.