Skip to content

My own custom made set of Unity3D Handy Tools: Multiple Components Copy between two GameObjects, Components deletion, GameObject Transform (position + rotation + scale) Replacement and Components Replacement & Baking Emissive Materials into Lightmaps (Taken from: https://support.unity3d.com/hc/en-us/articles/214718843-My-Emissive-material-shader…

License

Notifications You must be signed in to change notification settings

almartson/AlMartsonUnityHandyToolsCompilation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlMartsonUnityHandyToolsCompilation

My own custom made set of Unity3D Handy Tools:

1- Copying Components:

In the Unity Editor, in the TAB named 'GamObjects and Components' you will have:

  • Multiple Components Copy between two GameObjects.
  • Components deletion
  • GameObject Replace (by another GO in Scene or a Prefab): Transform (position + rotation + scale) and Components.

Image of Copying Components

2- Baking Lightmaps:

In the Unity Editor, in the TAB named 'MyCustomBake/Bake All Objects Including Emission (GameObjects) Light Into Lightmaps' you will have the option to:

Image of Baking Lightmaps

Some of these tools belong to several authors (although I changed them a little to make them more usable for my case), credited at the begining of each Script in the 'summary' comment.

Thanks to this and other Free Tools I was able to finish some interesting Projects.. I am very grateful, so I decided to share it with you.

It was tested in Unity 2017.1 & 2018.4.0f1.

Have a nice day.


MIT License

Copyright (c) 2019 AlMartson

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

My own custom made set of Unity3D Handy Tools: Multiple Components Copy between two GameObjects, Components deletion, GameObject Transform (position + rotation + scale) Replacement and Components Replacement & Baking Emissive Materials into Lightmaps (Taken from: https://support.unity3d.com/hc/en-us/articles/214718843-My-Emissive-material-shader…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages