Skip to content

Commit bbd3341

Browse files
author
Laurent
committed
Add sample, replace readme, start changelog, increase version number
1 parent d94e615 commit bbd3341

File tree

77 files changed

+6288
-530
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+6288
-530
lines changed

Diff for: Packages/LightingTools.LightmapSwitcher/CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ All notable changes to this package will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [0.1.0] - 2017-MM-DD
7+
## [2019.3.0] - 2021-03-23
88

9-
### This is the first release of *Unity Package \<Your package name\>*.
9+
### This is the first release of Lightmap switching tool package on openUPM.
1010

1111
*Short description of this release*
12+
13+
## [2019.3.1] - 2021-03-25
14+
15+
- Replace readme
16+
- Add sample
17+
- Start changelog

Diff for: Packages/LightingTools.LightmapSwitcher/README.md

+24-501
Large diffs are not rendered by default.

Diff for: Packages/LightingTools.LightmapSwitcher/Samples~/ExampleScene/Materials.meta

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!21 &2100000
4+
Material:
5+
serializedVersion: 6
6+
m_ObjectHideFlags: 0
7+
m_PrefabParentObject: {fileID: 0}
8+
m_PrefabInternal: {fileID: 0}
9+
m_Name: DefaultMaterial
10+
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
11+
m_ShaderKeywords: _EMISSION
12+
m_LightmapFlags: 1
13+
m_CustomRenderQueue: -1
14+
stringTagMap: {}
15+
m_SavedProperties:
16+
serializedVersion: 2
17+
m_TexEnvs:
18+
- first:
19+
name: _BumpMap
20+
second:
21+
m_Texture: {fileID: 0}
22+
m_Scale: {x: 1, y: 1}
23+
m_Offset: {x: 0, y: 0}
24+
- first:
25+
name: _DetailAlbedoMap
26+
second:
27+
m_Texture: {fileID: 0}
28+
m_Scale: {x: 1, y: 1}
29+
m_Offset: {x: 0, y: 0}
30+
- first:
31+
name: _DetailMask
32+
second:
33+
m_Texture: {fileID: 0}
34+
m_Scale: {x: 1, y: 1}
35+
m_Offset: {x: 0, y: 0}
36+
- first:
37+
name: _DetailNormalMap
38+
second:
39+
m_Texture: {fileID: 0}
40+
m_Scale: {x: 1, y: 1}
41+
m_Offset: {x: 0, y: 0}
42+
- first:
43+
name: _EmissionMap
44+
second:
45+
m_Texture: {fileID: 0}
46+
m_Scale: {x: 1, y: 1}
47+
m_Offset: {x: 0, y: 0}
48+
- first:
49+
name: _MainTex
50+
second:
51+
m_Texture: {fileID: 0}
52+
m_Scale: {x: 1, y: 1}
53+
m_Offset: {x: 0, y: 0}
54+
- first:
55+
name: _MetallicGlossMap
56+
second:
57+
m_Texture: {fileID: 0}
58+
m_Scale: {x: 1, y: 1}
59+
m_Offset: {x: 0, y: 0}
60+
- first:
61+
name: _OcclusionMap
62+
second:
63+
m_Texture: {fileID: 0}
64+
m_Scale: {x: 1, y: 1}
65+
m_Offset: {x: 0, y: 0}
66+
- first:
67+
name: _ParallaxMap
68+
second:
69+
m_Texture: {fileID: 0}
70+
m_Scale: {x: 1, y: 1}
71+
m_Offset: {x: 0, y: 0}
72+
m_Floats:
73+
- first:
74+
name: _BumpScale
75+
second: 1
76+
- first:
77+
name: _Cutoff
78+
second: 0.5
79+
- first:
80+
name: _DetailNormalMapScale
81+
second: 1
82+
- first:
83+
name: _DstBlend
84+
second: 0
85+
- first:
86+
name: _GlossMapScale
87+
second: 1
88+
- first:
89+
name: _Glossiness
90+
second: 0.5
91+
- first:
92+
name: _GlossyReflections
93+
second: 1
94+
- first:
95+
name: _Metallic
96+
second: 0
97+
- first:
98+
name: _Mode
99+
second: 0
100+
- first:
101+
name: _OcclusionStrength
102+
second: 1
103+
- first:
104+
name: _Parallax
105+
second: 0.02
106+
- first:
107+
name: _SmoothnessTextureChannel
108+
second: 0
109+
- first:
110+
name: _SpecularHighlights
111+
second: 1
112+
- first:
113+
name: _SrcBlend
114+
second: 1
115+
- first:
116+
name: _UVSec
117+
second: 0
118+
- first:
119+
name: _ZWrite
120+
second: 1
121+
m_Colors:
122+
- first:
123+
name: _Color
124+
second: {r: 0.8161765, g: 0.8161765, b: 0.8161765, a: 1}
125+
- first:
126+
name: _EmissionColor
127+
second: {r: 0, g: 0, b: 0, a: 1}

Diff for: Packages/LightingTools.LightmapSwitcher/Samples~/ExampleScene/Materials/DefaultMaterial.mat.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,145 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!21 &2100000
4+
Material:
5+
serializedVersion: 6
6+
m_ObjectHideFlags: 0
7+
m_PrefabParentObject: {fileID: 0}
8+
m_PrefabInternal: {fileID: 0}
9+
m_Name: SkyboxDay
10+
m_Shader: {fileID: 106, guid: 0000000000000000f000000000000000, type: 0}
11+
m_ShaderKeywords: _EMISSION _SUNDISK_HIGH_QUALITY
12+
m_LightmapFlags: 1
13+
m_CustomRenderQueue: -1
14+
stringTagMap: {}
15+
m_SavedProperties:
16+
serializedVersion: 2
17+
m_TexEnvs:
18+
- first:
19+
name: _BumpMap
20+
second:
21+
m_Texture: {fileID: 0}
22+
m_Scale: {x: 1, y: 1}
23+
m_Offset: {x: 0, y: 0}
24+
- first:
25+
name: _DetailAlbedoMap
26+
second:
27+
m_Texture: {fileID: 0}
28+
m_Scale: {x: 1, y: 1}
29+
m_Offset: {x: 0, y: 0}
30+
- first:
31+
name: _DetailMask
32+
second:
33+
m_Texture: {fileID: 0}
34+
m_Scale: {x: 1, y: 1}
35+
m_Offset: {x: 0, y: 0}
36+
- first:
37+
name: _DetailNormalMap
38+
second:
39+
m_Texture: {fileID: 0}
40+
m_Scale: {x: 1, y: 1}
41+
m_Offset: {x: 0, y: 0}
42+
- first:
43+
name: _EmissionMap
44+
second:
45+
m_Texture: {fileID: 0}
46+
m_Scale: {x: 1, y: 1}
47+
m_Offset: {x: 0, y: 0}
48+
- first:
49+
name: _MainTex
50+
second:
51+
m_Texture: {fileID: 0}
52+
m_Scale: {x: 1, y: 1}
53+
m_Offset: {x: 0, y: 0}
54+
- first:
55+
name: _MetallicGlossMap
56+
second:
57+
m_Texture: {fileID: 0}
58+
m_Scale: {x: 1, y: 1}
59+
m_Offset: {x: 0, y: 0}
60+
- first:
61+
name: _OcclusionMap
62+
second:
63+
m_Texture: {fileID: 0}
64+
m_Scale: {x: 1, y: 1}
65+
m_Offset: {x: 0, y: 0}
66+
- first:
67+
name: _ParallaxMap
68+
second:
69+
m_Texture: {fileID: 0}
70+
m_Scale: {x: 1, y: 1}
71+
m_Offset: {x: 0, y: 0}
72+
m_Floats:
73+
- first:
74+
name: _AtmosphereThickness
75+
second: 1
76+
- first:
77+
name: _BumpScale
78+
second: 1
79+
- first:
80+
name: _Cutoff
81+
second: 0.5
82+
- first:
83+
name: _DetailNormalMapScale
84+
second: 1
85+
- first:
86+
name: _DstBlend
87+
second: 0
88+
- first:
89+
name: _Exposure
90+
second: 1.3
91+
- first:
92+
name: _GlossMapScale
93+
second: 1
94+
- first:
95+
name: _Glossiness
96+
second: 0.5
97+
- first:
98+
name: _GlossyReflections
99+
second: 1
100+
- first:
101+
name: _Metallic
102+
second: 0
103+
- first:
104+
name: _Mode
105+
second: 0
106+
- first:
107+
name: _OcclusionStrength
108+
second: 1
109+
- first:
110+
name: _Parallax
111+
second: 0.02
112+
- first:
113+
name: _SmoothnessTextureChannel
114+
second: 0
115+
- first:
116+
name: _SpecularHighlights
117+
second: 1
118+
- first:
119+
name: _SrcBlend
120+
second: 1
121+
- first:
122+
name: _SunDisk
123+
second: 2
124+
- first:
125+
name: _SunSize
126+
second: 0.04
127+
- first:
128+
name: _UVSec
129+
second: 0
130+
- first:
131+
name: _ZWrite
132+
second: 1
133+
m_Colors:
134+
- first:
135+
name: _Color
136+
second: {r: 1, g: 1, b: 1, a: 1}
137+
- first:
138+
name: _EmissionColor
139+
second: {r: 0, g: 0, b: 0, a: 1}
140+
- first:
141+
name: _GroundColor
142+
second: {r: 0.36899996, g: 0.34899998, b: 0.34099993, a: 1}
143+
- first:
144+
name: _SkyTint
145+
second: {r: 0.5, g: 0.5, b: 0.5, a: 1}

Diff for: Packages/LightingTools.LightmapSwitcher/Samples~/ExampleScene/Materials/SkyboxDay.mat.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)