TinyPHX / Readme

Readme component for Unity, attachable to any GameObject to document what you can't in a script or the file system.
MIT License
42 stars 4 forks source link

Add Inline Object Previews #28

Open MichaelKatic opened 5 years ago

MichaelKatic commented 5 years ago

Add support for in line images using GUI.DrawTexture. Try to figure out why to add support for images via URL as well.

MichaelKatic commented 5 years ago

Updated the title. Instead of inline images we can add an option to display object field previews using AssetPreview.GetAssetPreview(); link. Then we'll have a +- button next to the object field that allows the user to toggle visibility of the preview on or off.