Author Topic: Can't build on Unity 5.5.0  (Read 5030 times)

Mazyod

  • Newbie
  • *
  • Thank You
  • -Given: 3
  • -Receive: 0
  • Posts: 8
    • View Profile
Can't build on Unity 5.5.0
« 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

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Can't build on Unity 5.5.0
« Reply #1 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.