DevTool Canvas

Description

DevTool Canvas is main component for displaying DevTool using a UI Elements.

Prefab

Most easiest way to create DevTool Canvas it's use ready made prefab. To find it, go by this path in your project:

Assets/RenownedGames/DevTool/Prefabs/Canvas/DevTool Canvas.prefab

Drag and drop at the your scene.

Don't forget, Event System required to work DevTool Canvas. Make sure that you create it, in the scene where you use DevTool Canvas.

After that you start a play to test it.

Component

To change some settings of canvas edit DevTool Canvas component.

Canvas Toggle

After drag&drop and start game canvas will be active at all the time. For toggling canvas by specified key you can use Canvas Toggle. To create it, click right mouse button on hierarhy window and select Create Canvas Toggle.

After that add your canvas here and set specified key to toggle it

Last updated