- Home /
Question by
themdubs · Jan 10, 2017 at 09:22 AM ·
google playgoogle play gamesgooglesocial
Issue with Google Play Games and PlayGamesPlatform
For some reason I keep receiving this error that the PlayGamesPlatform seemingly has no functions. I've looked at the class itself and it seems that all the member functions are public so I don't understand why it can't find them. I've tried this both in 5.4 and 5.5 and have received the same error.
error.png
(17.5 kB)
Comment
Realized I was trying to call the methods outside of my class's start method. Once I moved it to start it worked fine!