About uploading games created with unity

When I try to upload a game created with Unity (version 2021.3.19) to “google play”, I get the message "This app uses an unsupported version of the Play billing service.
detected. To publish this app, the Google Play Billing Library bar
Please upgrade to version 4 or later. ’ will be displayed, but when uploading to ‘google play’ in the future, will it be possible to upload without installing the ‘google play billing library’?

Sounds like you have outdated (and possibly even unwanted) packages in your project. Toss them if you don’t need them… it’s just the Unity new-project take-all-the-packages-please mechanism at work.

Extra unwanted packages in new projects (collab, testing, rider and other junk):

https://discussions.unity.com/t/846703/2

About the fastest way I have found to make a project and avoid all this noise is to create the project, then as soon as you see the files appear, FORCE-STOP (hard-kill) Unity (with the Activity Manager or Task Manager), then go hand-edit the Packages/manifest.json file as outlined in the above post, then reopen Unity.

Sometimes the package system gets borked from all this unnecessary churn and requires the package cache to be cleared:

https://stackoverflow.com/questions/53145919/unity3d-package-cache-errors/69779122

thank you for the advice. I will take your advice into consideration.

Extra unwanted packages in new projects (collab, testing, rider and other junk):

https://discussions.unity.com/t/846703/2

About the fastest way I have found to make a project and avoid all this noise is to create the project, then as soon as you see the files appear, FORCE-STOP (hard-kill) Unity (with the Activity Manager or Task Manager), then go hand-edit the Packages/manifest.json file as outlined in the above post, then reopen Unity.

Sometimes the package system gets borked from all this un

The error was resolved and I was able to upload successfully. I’m really thankful to you.

The error was resolved and I was able to upload successfully. I’m really thankful to you.