Jump to content

Unity benchmark

Go to solution Solved by minibois,

I believe Unity is not a great place for benchmarks, since they are pretty good with render distance of objects (on default). So first you need to make it so the environment won't change between whatever PC is used.

Second step is making an environment, preferably with some hard to render stuff (like trees with lots of polygons and maybe even moving parts), make a script that can follow a track of sorts and than that part is done. Now for the benchmarking part, you need to record the fps in the entire run (preferably in a light weight way as to not impact performance). I don't know what the best way of recording it all is. 

Here is some info on FPS in general: http://wiki.unity3d.com/index.php?title=FramesPerSecond

 

After that you have a benchmark.

The hardest parts are probably going to be making the fps counter and calculations very light weight. Getting an environment will be too. You could use Unity's asset store, but be sure to grab stuff that is free for + can be monetized (that way you won't run into trouble later)

I believe Unity is not a great place for benchmarks, since they are pretty good with render distance of objects (on default). So first you need to make it so the environment won't change between whatever PC is used.

Second step is making an environment, preferably with some hard to render stuff (like trees with lots of polygons and maybe even moving parts), make a script that can follow a track of sorts and than that part is done. Now for the benchmarking part, you need to record the fps in the entire run (preferably in a light weight way as to not impact performance). I don't know what the best way of recording it all is. 

Here is some info on FPS in general: http://wiki.unity3d.com/index.php?title=FramesPerSecond

 

After that you have a benchmark.

The hardest parts are probably going to be making the fps counter and calculations very light weight. Getting an environment will be too. You could use Unity's asset store, but be sure to grab stuff that is free for + can be monetized (that way you won't run into trouble later)

"We're all in this together, might as well be friends" Tom, Toonami.

 

mini eLiXiVy: my open source 65% mechanical PCB, a build log, PCB anatomy and discussing open source licenses: https://linustechtips.com/topic/1366493-elixivy-a-65-mechanical-keyboard-build-log-pcb-anatomy-and-how-i-open-sourced-this-project/

 

mini_cardboard: a 4% keyboard build log and how keyboards workhttps://linustechtips.com/topic/1328547-mini_cardboard-a-4-keyboard-build-log-and-how-keyboards-work/

Link to comment
https://linustechtips.com/topic/758411-unity-benchmark/#findComment-9585998
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×