Unity 5.5 B10 Issue...
 
Notifications
Clear all

Unity 5.5 B10 Issues

3 Posts
2 Users
0 Reactions
1,318 Views
 joki
(@joki)
Posts: 29
Eminent Member
Topic starter
 

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>)'

 
Posted : 02/11/2016 11:33 pm
(@skaredcreations)
Posts: 805
Prominent Member Admin
 

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

 
Posted : 03/11/2016 11:23 am
(@skaredcreations)
Posts: 805
Prominent Member Admin
 

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

 
Posted : 30/11/2016 8:45 pm
Share: