- Home /
What is a unity extension asset?
Answer by Bunny83 · Feb 03, 2021 at 11:15 PM
This is just about the license type and the restrictions are exactly what you can read there. You need once license per user / seat. Those licenses are usually used for Unity editor extensions. So editor tools which are not assets that are shipped with your game but add new features to the editor. If you have never seen any editor extension, here's my free UVViewer as an example which can visualize the UV map of a mesh inside the Unity editor. You just need to place it in a folder called "editor" inside your project, Now you can open the viewer from the Tools menu of the Unity editor. Once open you just need to select a gameobject in the scene that has a MeshRenderer and the viewer will display the UV map(s) of the mesh. This is just an example, There are countless of editor extensions out there.
Your answer
Follow this Question
Related Questions
Can I reuse editor extension assets for multiple projects/games? (Accelerator Pack) 1 Answer
Can i sell an asset which contains other free assets? 3 Answers
Upload to Unity 3d asset store, legal question 0 Answers
Developing Tablet Games with Multiple Physical Objects? 0 Answers
Possibility to extract objects from compiled game? 0 Answers