-
Notifications
You must be signed in to change notification settings - Fork 199
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
Things don't work as expected when using 'Screen Space -Camera' render mode. #45
Comments
I'll take a look when I can :) |
I can't seem to reproduce this. Would you mind sending me a copy of your scene/project? |
Sure https://mega.co.nz/#!C0wEHT6Q!a55O_bp5IK9YJp54sGu8rcwitZSjjfRgq035qS7o65E sorry for late reply. |
Firs of all thanks a lot InvexGames, your hard work really helped out our team of university students with not that much time to develop an app ;) Benjiko99, to solve your problem, when setting render mode to 'Screen Space -Camera' , you can just adjust the canvas plane distance to 40, worked for us :D Good Luck ;) |
@dmxride Changing the plane distance worked. The problem is that ripples are being created many units infront of where they should be, as seen here |
Yeap, i also had to set the camera to ortographic so it would work on different resolutions and i had to change the on Drag method from the script NavDrawerConfig.cs to this, else it would kinda be messed up public void OnDrag(PointerEventData data)
|
I have actually posted a fix for the nav drawer 19 days ago :) https://github.com/InvexGames/MaterialUI/pull/44/files |
Yeap, awesome, better than my approach, thanks a lot @Benjiko99 ;) |
Hi! Thanks for bringing this issue to my attention :) I'm now working on MaterialUI in a private repo, adding features and the likes for an official release on the Asset Store - this means that I won't be adding/fixing anything more in this repo (sorry). Feel free to fork this one if you'd like to tackle to issue yourself, and/or send me an email at [email protected] if you want me to let you know when it's available. Cheers, |
Ripples don't render properly on some objects in the Game view (fine in Scene).
Here the first element doesn't work, and others only work when clicked on certain spots (not clicking on the icon in the first ones and not clicking on the text in the later ones).
The text was updated successfully, but these errors were encountered: