Unity Preview Generator
This project/Unity Package is to generator thumbnails/previews/icons/sprites from 3D models in Unity. It has a Custom Editor for generating the texture and an in-game component that allows you to create the sprites from a RenderTexture.
This is useful for many things including generating icons at runtime.
Getting Started
You can either clone this project from here or find it on the Unity Store for Free at https://assetstore.unity.com/packages/slug/138077
Prerequisites
Unity3d of course. If you want to use Post Processing on the icons, you can install the current Post Processing Stack and use the sample Post Processing Camera Prefab to generate textures
Authors
- Kenneth Hurley - Initial work - klhurley
License
This project is licensed under the MIT License - see the LICENSE file for details
Documenation
You can get the documenation on the Wiki
Acknowledgments
- Süleyman Yasir KULA https://github.com/yasirkula for the Runtime Preview Generator