-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3D scene Event Visualizer is offset #17
Comments
Thanks for the report? Whicj version of unity are you using? Maybe I screw
up in the latest build
…On Mon, 27 Apr 2020 at 04:07, satolas ***@***.***> wrote:
The lines representing the events are offset.
They should connect the objects together but they fly somewhere
It seems to be bug in the way they are draw in front of the camera.
Maybe in EventGraphWindow.cs in the WorldToGUIPoint Method ?
[image: EventVisualizerBug]
<https://user-images.githubusercontent.com/29286385/80327286-de2a8d00-883b-11ea-8bab-1563b740f3f4.gif>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#17>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABF7BKXU7455GCKETPMDZU3ROTSGPANCNFSM4MRQRRMQ>
.
|
Unity 2019.3.1f :-) |
Some news ? Can't wait to tryout this amazing feature :-) |
Hey had a quick look today but can't reproduce in 2017. I am a bit swamped
with work but will try to upgrade tomorrow to 2019
…On Tue, 28 Apr 2020 at 23:16, satolas ***@***.***> wrote:
Some news ?
By the way I wrote a comment there as well :
https://forum.unity.com/threads/github-unityevent-visualizer.498768/
Can't wait to tryout this amazing feature :-)
Cheers, Stay safe.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABF7BKXFBIRX25NS3STAVZ3RO5BRHANCNFSM4MRQRRMQ>
.
|
Ah nevermind! I think I know what your problem is, do you have your Screen set to 150% or something like that for example? |
Let me look at it I’ll tell you :-)
On 30 Apr 2020, at 17:15, Luca Mefisto <[email protected]> wrote:
Ah nevermind! I think I know what your problem is, do you have your Screen set to 150% or something like that for example?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#17 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AG7N74PYSMAQB7XE54I3PNDRPGIYJANCNFSM4MRQRRMQ>.
|
cannot find so far a "general" solution. Since it seems that Unity really has problems with scaling and different DPIs. While I fix this try this: In replace the return of the method
Where 160 should be the default dpi of your screen (maybe it is 160 maybe it is 96). Or maybe you can set the In the mean time I will keep reading on how to get the proper value from Windows. |
Some related issues I have found: Seems like they don;t properly support scaling windows unless it is rounded scales like 200% or 400% |
In the 3D view (Scene view)
The lines representing the events are offset or nonexistent, they fly somewhere.
Expected behavior : connect the objects with events together.
It seems to be bug in the way they are draw in front of the camera.
Maybe in EventGraphWindow.cs in the WorldToGUIPoint Method ?
INFOS :
Blank Unity 2019.3.1f project with UnityEventVisualizer 1.3 and 1.4
The text was updated successfully, but these errors were encountered: