I am making an android game. I see that you can only make a server build if you switch to pc, which messes up my project. What can I do to make it work with android? I am planning to use Playfab + Mirror and PlayFab requires you to make a server build.
Not sure what you mean by messing it up. Server build turns off all the UI and rendering (it is batchmode).
Also not sure what you mean by PlayFab requiring a server build. If you are deploying to PlayFab GameServer yes it should be a server build but you don’t need any UI or rendering for a server. Possibly you need to take some time to understand the different pieces.