Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Google Play Games PC InputSDK Integration in Unity #234

Open
mrfaisal281 opened this issue Dec 25, 2023 · 0 comments
Open

Issue with Google Play Games PC InputSDK Integration in Unity #234

mrfaisal281 opened this issue Dec 25, 2023 · 0 comments

Comments

@mrfaisal281
Copy link

I've been trying to integrate the Google Play Games PC InputSDK into my Unity project. Following the provided documentation, I encountered an error in a script named InputMappingProviderBehaviour.cs.

Error Message:

The type or namespace name 'play' does not exist in the namespace 'google' (are you missing an assembly reference?)

I have ensured that I've followed the integration steps correctly, yet this error persists. I suspect there might be an issue with the SDK or perhaps a missing step in the documentation.

Steps to Reproduce:

I Clearly added this sdk into fresh new project with given external dependency manager
Expected Result:
But the results are same same error in both projects old one and new fresh one

Actual Result:
The type or namespace name 'play' does not exist in the namespace 'google' (are you missing an assembly reference?)
in the InputMappingProviderBehaviour.cs script which is given by documentation

Unity Version: 2021.3.25f1 LTS
SDK Version: com.google.android.libraries.play.games.inputmapping (1.1.0-beta)

Any assistance or insights would be greatly appreciated. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant