Hello guys, is there any way for me to test my game on a weaker device without needing to have one? i mean, like, is there any emulator for it? or construct 3 have the built in feature for that? (like how we can set the network speed on browser's inspect element)
Thanks
Depends on how weak.
You can set the browser to use cpu rendering.
Use AVD.
Create the devices you need in the hardware profiler, set memory and connection type etc.
developer.android.com/studio/run/managing-avds
Develop games in your browser. Powerful, performant & highly capable.
seems like i dont have many configurations for that yeah?
oh yeah, thanks, but how about the desktop or console device?
Friends on social media is the best method usually.
i see, thanks for the reply
I would advise testing on real devices, as if you use an emulator or anything else, it could have completely different performance and so not tell you anything useful at all about how it will really perform on the actual device you had in mind.
alright, thanks for the reply