InvexGames / MaterialUI

MaterialUI is a UI kit for Unity that follows Google's official material design guidelines.
http://invexgames.com/materialUI.html
Other
770 stars 199 forks source link

Hotfix/unity5 #5

Closed nah0y closed 9 years ago

nah0y commented 9 years ago

Hello!

Just some small compilation errors fixed when using Unity5. You can merge them directly in your project if you want, it will also work on Unity 4.6 of course :)

Also, I didn't send a pull request for this because it mess up with the file diffs for one simple thing, but there are multiple classes that do not have the namespace MaterialUI, and it's causing compilation error on Unity5 too:

Thanks for this awesome project!

InvexGames commented 9 years ago

Hey nah0y!

Thanks for the Unity 5 fixes - I'll merge those changes now and get to work with the namespacing, so it's all in the next release.

play123 commented 9 years ago

Hi,

Great News.

Best Wishes, play_edy

On 2/19/15, InvexGames notifications@github.com wrote:

Merged #5.


Reply to this email directly or view it on GitHub: https://github.com/InvexGames/MaterialUI/pull/5#event-238235736

InvexGames commented 9 years ago

Above changes/issues are merged/fixed. Check out the latest (v0.2.3) release!

nah0y commented 9 years ago

Nice! Glad I could help :)