InvexGames / MaterialUI

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

#ERROR# Trying to add UnityEngine.UI.LayoutRebuilder for layout rebuild while we are already inside a layout rebuild loop. #34

Closed eliehaykal closed 9 years ago

eliehaykal commented 9 years ago

Hello,

I just imported the package into my unity environment and was greeted with the following error:

Trying to add UnityEngine.UI.LayoutRebuilder for layout rebuild while we are already inside a layout rebuild loop. This is not supported. UnityEngine.Canvas:SendWillRenderCanvases()

Any clues on what might be the problem ?

Thanks,

InvexGames commented 9 years ago

Hi,

What version are you using? What Unity version are you using? Are you using any other packages?

Cheers.

eliehaykal commented 9 years ago

Hi and sorry for the late reply.

I am running on 4.6.0b17 and I am not using any package. It is a clean project that I am testing on.

Thanks,

nah0y commented 9 years ago

I too have some issues with using 4.6.0. I think the best things to do is start using at least 4.6.2 as the UI tools were improved and you should be good to go ;)

eliehaykal commented 9 years ago

Hello nah0y, I'll give it a shot :) Thanks

InvexGames commented 9 years ago

Hey eliehaykal,

Let me know if you had any luck with that, when you get around to it :)

Cheers!

eliehaykal commented 9 years ago

Hello Invex,

Upgrading the unity version appears to have solved the issue.

Thanks,

InvexGames commented 9 years ago

Sweet.