# UnityPreviewGenerator **Repository Path**: cuizhiqiang_802/UnityPreviewGenerator ## Basic Information - **Project Name**: UnityPreviewGenerator - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-15 - **Last Updated**: 2024-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://github.com/klhurley) ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details ## Documenation You can get the documenation on the [Wiki](https://github.com/klhurley/UnityPreviewGenerator/wiki/Documenatation) ## Acknowledgments * Süleyman Yasir KULA https://github.com/yasirkula for the Runtime Preview Generator