MeshSprites
MeshSprites copied to clipboard
Mesh sprites for Unity supporting 3d lighting.
When using the asset, the console is regularly filled with this message whenever OnValidate is called from an instance of MeshSprite: > SendMessage cannot be called during Awake, CheckConsistency, or...
In the project browser, when a prefab with an attached MeshSprite is selected but not yet opened, the preview in the project browser will rapidly refresh and flicker as the...
In the project browser, prefabs with a MeshSprite render a preview of the object (as they have a MeshRenderer). The shape of the mesh is correct and updates as expected,...
When using CTRL-D to duplicate a GameObject with a MeshSprite component, the clone functions fine but the Mesh Filter in the original is now missing, and will stay missing (even...