Hello, I want to know why when I build an empty project for PC the fps are (1500 fps) but for Android, it is only (25 fps)?
By default unity sets the targetFrameRate to -1, meaning wahtever the default frame rate of the platfrom is it would set it to that. Thats probably why even with an empty scene you get 25 fps. Also make sure to disavle Vsync from the graphics settings. If you wanna optimize your games fro mobile you can start with Unity’s offical blog for mobile optimizaiton