vertxxyz / Vertx.Debugging

Debugging utilities for Unity
MIT License
513 stars 33 forks source link

Render Drawn Gizmos in Game View #34

Open wafflesgama opened 1 month ago

wafflesgama commented 1 month ago

Hey, i really dig this tool! I was wondering if these Shapes/Gizmos can be displayed in the Game View? Is there any config I need to setup or is it something than is currently not implemented?

Thanks nevertheless!

vertxxyz commented 1 month ago

Which Unity version and which package version are you using?

WaynGames commented 3 days ago

The shape can be displayed in the game view if you enable gizmos in the game view. (with branch 3.0 and Unity6)

wafflesgama commented 3 days ago

I'm using Unity v2022.3.7 and using package version 2.3.0. I was trying to render a Shape.Text on Game View to match what i see in the Scene View.