My Game still running...in Steam

Hi there!

I working on Steam works + Unity API
and I notice that my Game still running
when I was quit or closed my game

so what happen?
or it have properly way to quit Unity?
I just use Application.Quit

this is not enough?

Are you using Steamworks .NET? Because there’s a SteamAPI.Shutdown() method.

The steam api hooks into the unity exe. Which means you need to close unity or call shutdown. When you run the game built it will hook into your game exe and it works as intended.