cemuka / UnityRuntimeNodeEditor

Unity runtime node editor using with Unity UI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does it work with perspectiveCamera and world space canvas?

yosun opened this issue · comments

commented

?

If you plan to scale the canvas like 0.001 then no it won't play well. It shouldn't be problem as long as you keep it around scale 1

commented

is there a reason why it is designed to be dependent on canvas scale?

Reason is the unity EventSystem and how it handles pointer events, pixel per unit etc. I'm not sure and haven't tested but you may tweak the canvas settings in your case and see if it works for you.