iv been following this video tutorial: https://www.youtube.com/watch?v=XmHXl-UFTqM
iv followed it to the letter up until 12:21 and everything works nice when i follow his instructions with a C# script, but when i try to import the plugins with javascript like so:
import GooglePlayGames;
import UnityEngine.SocialPlatforms;
i get this error:
Namespace 'GooglePlayGames' not found, maybe you forgot to add an assembly reference?
This error has me totally stumped. is this not the proper way to import plugins with javascript?
if i cant solve this i could just use a C# script but id rather use java since that's what iv used for the whole app.
↧