Warudo
Not enough ratings
Simple Canvas
   
Award
Favorite
Favorited
Unfavorite
Type: Plugins
File Size
Posted
29.208 KB
29 Sep @ 12:43am
1 Change Note ( view )

Subscribe to download
Simple Canvas

Description
Simple but versatile tools for adding a UI Canvas to your scene.

Allows for Screen Space and World Space canvas, with robust scaling controls and the ability to anchor to other objects.

Easy to use with your own Warudo Plugins! (No coupling required, uses a resource resolver)

[DataInput, AutoCompleteResource("Canvas")]
public string CanvasUri;

// Note: Make sure CanvasUri is not null or empty
var canvas = Context.ResourceManager.ResolveResourceUri<Canvas>(CanvasUri);