Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Resolved Google play services no working?

Discussion in 'Project Tiny' started by ScriptsEngineer, Nov 17, 2020.

  1. ScriptsEngineer

    ScriptsEngineer

    Joined:
    Jun 8, 2018
    Posts:
    37
    I test add libs from google play services, but need monobehaviours in Google.Play.Core.
    ...Library\PackageCache\com.google.play.core@1.3.0\Runtime\Scripts\Internal\PlayCoreEventHandler.cs(25,41): error CS0246:
    The type or namespace name "MonoBehaviour" cannot be found (is an using directive or an assembly reference missing?)
     
  2. AbdulAlgharbi

    AbdulAlgharbi

    Unity Technologies

    Joined:
    Jul 27, 2018
    Posts:
    319
    We don't support com.google.play.core package in Tiny
    if you want to integrate the Google play services you have to do it yourself by loading the libs and initialize them in the runtime
     
    ScriptsEngineer likes this.