Using Sprites to create UI
Tiny framework to create UI using Sprite and TextMeshPro without Canvas.
Add UI
MonoBehaviour to a root GameObject, the RectTransform
will follow the Main Camera.
Add Sprites and anchor them using RectTransform
.
MIT License