Hello, I accidentally upgraded my project by clicking the wrong unity install.. Which means I'm stuck with 5.5 b10. I regret the upgrade because I'm getting these 2 errors;
Assets/Combu/Scripts/User.cs(12,15): error CS0535: `Combu.User' does not implement interface member `UnityEngine.SocialPlatforms.ILocalUser.Authenticate(System.Action<bool,string>)'
Assets/Combu/Scripts/CombuPlatform.cs(11,15): error CS0535: `Combu.CombuPlatform' does not implement interface member `UnityEngine.SocialPlatforms.ISocialPlatform.Authenticate(UnityEngine.SocialPlatforms.ILocalUser, System.Action<bool,string>)'
You can add the two new methods required by the interfaces of SocialPlatforms in Unity 5.5b as this user already did: http://skaredcreations.com/wp/support/forum/combu-1/notice-unity3d-5-5b7-errors/
I will fix this in the source as soon as they will release 5.5 out of beta.
FRANCESCO CROCETTI @ SKARED CREATIONS
We have released Combu 2.1.12 on our website with support to the just released Unity 5.5, please visit Purchase History and download it.
FRANCESCO CROCETTI @ SKARED CREATIONS