Firstborn/Assets/MeshBaker
Schaken-Mods 4f2580df44 deleted Googles desktop files
deleted Googles desktop files
2023-03-29 20:04:34 -05:00
..
docs deleted Googles desktop files 2023-03-29 20:04:34 -05:00
Editor deleted Googles desktop files 2023-03-29 20:04:34 -05:00
Examples deleted Googles desktop files 2023-03-29 20:04:34 -05:00
Resources deleted Googles desktop files 2023-03-29 20:04:34 -05:00
scripts deleted Googles desktop files 2023-03-29 20:04:34 -05:00
docs.meta assets upload 2023-03-28 12:16:30 -05:00
Editor.meta assets upload 2023-03-28 12:16:30 -05:00
Examples.meta assets upload 2023-03-28 12:16:30 -05:00
README.txt assets upload 2023-03-28 12:16:30 -05:00
README.txt.meta assets upload 2023-03-28 12:16:30 -05:00
Release Notes.txt assets upload 2023-03-28 12:16:30 -05:00
Release Notes.txt.meta assets upload 2023-03-28 12:16:30 -05:00
Resources.meta assets upload 2023-03-28 12:16:30 -05:00
scripts.meta assets upload 2023-03-28 12:16:30 -05:00

MeshBaker is a tool for combining many meshes into one big mesh and creating texture atlases 
from all the textures used by the source meshes. OBJECTS TO BE COMBINED DO NOT NEED THE SAME
MATERIAL OR EVEN THE SAME SHADER. Meshbaker will create empty textures and resize copies of
textures if needed to build the atlases. Meshbaker does not touch the source assets 
(other than setting the read flag on textures). It bakes the source
assets into new assets which can be used in your scene for high performance scene loading.

QUICKSTART

  	MeshBaker is best used in the Unity Editor (see below for runtime use)
  
	Create a new MeshBaker object in your scene under the Game Object menu.
		Game Object
		   -> Create Other
		          -> Mesh Baker
		                 -> MeshBaker
	Follow the instructions in the inspector.
	
	See "Manual.pdf" for more information.
	Latest tutorial videos are found in this youtube list: https://www.youtube.com/playlist?list=PLCzm-udM-shlRUy5f9QHHxqqv-9wP5FBM

UPGRADING FROM THE EVALUATION VERSION
	
	To upgrade from the evaluation version, delete the MeshBaker folder from
	your project and import the full version.
	
	Note that after doing this you may have "Missing Script" errors on your Combined Material assets.
	These can be fixed by clicking on the circle with dot in it beside the "Missing Script" text in the
	inspector and choosing "MB2_TextureBakeResults" from the list of scripts.

SUPPORT
	
	Please post to the forums at forum.unity.com
	email: ian.deane@gmail.com