question

pedrinnhosaks avatar image
pedrinnhosaks asked

The following scene GameObjects were found: PlayFabHttp

When I stop running the game in unity, it is generating the following error for me:

"Some objects were not cleaned up when closing the scene. (Did you spawn new GameObjects from OnDestroy?) The following scene GameObjects were found: PlayFabHttp"

PlayStream
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Neils Shi avatar image
Neils Shi answered

This error is usually caused by some objects not being cleaned properly when the scene is closed. And if I call PlayFab API in the Unity OnDisable() method, and then finish running, I will receive the same error. Could you check if your game contains the steps I mentioned? Or you can also provide us with your full steps to reproduce the issue so that we can do some research.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.