We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c615a79 commit d9663beCopy full SHA for d9663be
Packages/LightingTools.LightmapSwitcher/CHANGELOG.md
@@ -25,4 +25,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
25
26
## [2019.4.2] - 2024-08-26
27
28
-- Fix for terrain/multiple terrains
+- Fix for terrain/multiple terrains
29
+
30
+## [2019.4.2] - 2024-08-31
31
32
+- Remove the need to manually store the lighting scenario data
33
+- Fix lightmap indices storage and application at runtime
Packages/LightingTools.LightmapSwitcher/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "com.laurenth.lightingtools-lightmapswitcher",
3
"displayName": "Lightmap Switcher",
4
- "version": "2019.4.2",
+ "version": "2019.4.3",
5
"unity": "2019.4",
6
"description": "Allows you to switch pre-baked lighting at runtime.",
7
"dependencies": {
0 commit comments