You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Quick Start<aid="quick-start"></a>
1
+
# Contributing
2
2
*[How to Open a Bug Report](#how-to-open-a-bug-report)
3
3
*[When is it a Feature Request](#When-is-it-a-feature-request)
4
4
*[How to Open a Feature Request](#how-to-open-a-feature-request)
@@ -50,7 +50,7 @@ When you have the next best feature for the PrefabLightmapping project you will
50
50
## How to Submit Documentation
51
51
1.[Find an Issue](#how-to-find-documentation-tasks) to resolve
52
52
2.[Fork](https://help.github.com/articles/fork-a-repo/) the [repository](https://github.com/Enterlucent/PrefabLightmapping/)
53
-
3.[Create a new branch](https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/) with the format 'issue#{issue-id}-{your-github-user}' _(ie issue#224-mdwigley)_
53
+
3.[Create a new branch](https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/) with the format 'issue#{issue-id}' _(ie issue#224)_
54
54
4. Make any changes or additions to your new branch
55
55
* Make sure to [keep your forks in sync](https://help.github.com/articles/syncing-a-fork/) with the original repository
56
56
* If you find that you need help with implementation, ask to have the "Help Wanted" label added to the issue as well as seeking others on the [Discord](https://discord.com/invite/mWDHDqkzeR) server
@@ -64,7 +64,7 @@ When you have the next best feature for the PrefabLightmapping project you will
64
64
1. Setup your [Development Environment](/docs//Dev.Env.Win10.md)
65
65
2.[Find an issue](#how-to-find-programing-tasks) to resolve
66
66
3.[Fork](https://help.github.com/articles/fork-a-repo/) the [repository](https://github.com/Enterlucent/PrefabLightmapping/)
67
-
4.[Create a new branch](https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/) with the format 'issue#{issue-id}-{your-github-user}' _(ie issue#224-mdwigley)_
67
+
4.[Create a new branch](https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/) with the format 'issue#{issue-id}' _(ie issue#224)_
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ The current version requires Unity 2021.3+.
9
9
## Getting Started
10
10
*[Quick Start](#quick-start"Quick Start") - Brief introduction to the package
11
11
*[Support Questions](#how-to-open-a-support-question"Support Questions") - Check to see if any one else has had the same question.
12
-
*[Bug Report](#how-to-submit-a-bug-report"Support Questions") - Check to see if any one else has had the same problem.
13
-
*[Feature Requests](#how-to-open-a-feature-request"Support Questions") - Check to see if any one else has had the same idea.
12
+
*[Bug Report](#how-to-open-a-bug-report"Bug Report") - Check to see if any one else has had the same problem.
13
+
*[Feature Requests](#how-to-open-a-feature-request"Feature Requests") - Check to see if any one else has had the same idea.
14
14
15
15
16
16
## Quick Start
17
17
18
18
### Prefab Lightmap Tool
19
19
20
-
Place your prefabs in the scene with the PrefabLightmap component at their root. Set up your lighting in the editor and use the tool's interface (Window->Rendering->Lighting->Prefab Lightmap Tool) to bake your scene. After the bake is complete you can now spawn your prefabs in different scenes and they will use the light-mapping from the original scene.
20
+
Place your prefabs in the scene with the PrefabLightmapData component at their root. Set up your lighting in the editor and use the tool's interface (Window->Rendering->Lighting->Prefab Lightmap Tool) to bake your scene. After the bake is complete you can now spawn your prefabs in different scenes and they will use the light-mapping from the original scene.
21
21
22
22
*Remember that if you are not instantiating your prefabs at runtime you should remove the static flag from the GameObjects, otherwise static batching will mess with uvs and the lightmap won't work properly.*
Copy file name to clipboardExpand all lines: docs/USAGE.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,10 @@ The user interface is broken down into 4 distinct sections:
23
23
2. Lightmap Bake Slot - Slots are named containers for storing different environmental bakes
24
24
- The name of the slot to bake for. *By default the "Default" slot is used*
25
25
- The check box disables the default slot name and allows the user to input a custom name for the slot to bake to.
26
-
- The button allows for manual "PrefabLightmap ListView" refreshing, however, *the "PrefabLightmap ListView" is also updated when the tool gains focus*
27
-
3.PrefabLightmap ListView - Used to select which objects to bake for that have the PrefabLightmap component added to them
26
+
- The button allows for manual "PrefabLightmapData ListView" refreshing, however, *the "PrefabLightmapData ListView" is also updated when the tool gains focus*
27
+
3.PrefabLightmapData ListView - Used to select which objects to bake for that have the PrefabLightmapData component added to them
28
28
4. Misc Functions
29
-
- The initial check box will allow the user to quickly check or uncheck all items in the "PrefabLightmap ListView"
29
+
- The initial check box will allow the user to quickly check or uncheck all items in the "PrefabLightmapData ListView"
30
30
- The clear button will remove the lightmap slot information and stored data for the selected objects and the value of the "Lightmap Bake Slot"
31
31
- Bake a new lightmap environment and add it to the "Lightmap Bake Slot" and export the files to the "Export Location"
32
32
@@ -39,11 +39,11 @@ This section will provide an example workflow that uses the Prefab Lightmap Tool
39
39
- Ensure that lightmap UVs are setup, not overlapping and have good coverage
40
40
- Adjust Render component's lighting options to suit the needs of environment
41
41
- Add lights that are set to either "Bake" or "Mixed" mode
42
-
2. Add the PrefabLightmap component
42
+
2. Add the PrefabLightmapData component
43
43
3. Open the Prefab Lightmap Tool (Rendering->Lighting->Prefab Lightmap Tool)
44
44
- [Optional] Set the export location
45
45
- [Optional] Change the slot name
46
-
4. Select all the objects in the "PrefabLightmap ListView" to bake for
46
+
4. Select all the objects in the "PrefabLightmapData ListView" to bake for
47
47
5. Press the "Bake" button and wait for the bake to complete
48
48
6. If alternate baking is needed, restart the process but give the slot a new name
49
49
@@ -56,7 +56,7 @@ Here we will provide some details on how the tool performs its work.
56
56
57
57
* The export path must be relative to the projects asset folder so that the AssetDatabase functions can perform their work. *The tool will **attempt** to keep you from using a folder outside the project's asset folder, however, this is not foolproof.*
58
58
59
-
### PrefabLightmap ListView
59
+
### PrefabLightmapData ListView
60
60
61
61
* Uses the GameObject instance id for session object identification. Should be able to retain selections after hierarchy modification but will not retain the selection values on scene change or on editor restart.
0 commit comments