Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Mazyod on December 01, 2016, 11:04:16 AM

Title: Can't build on Unity 5.5.0
Post by: Mazyod on December 01, 2016, 11:04:16 AM
Hi,

I think you need to add using using UnityEngine.Profiling; whenever you use Profile class. See here:
http://forum.photonengine.com/discussion/8327/unity-5-5-0b3-gives-errors

Thanks,
Maz
Title: Re: Can't build on Unity 5.5.0
Post by: ArenMook on December 02, 2016, 12:23:54 AM
I actually have a 5.5 version ready on my end. I'm just running it through the paces in my own project first before pushing it live.

Unity adds UnityEngine in front of Profiling calls automatically when you upgrade.