Unity Game Optimization Tutorial

preview_player
Показать описание


Packages:

Check out these vieos:


Рекомендации по теме
Комментарии
Автор

Try Unity, a next-gen graphics engine!
Step 1 - Make a decent looking game
Step 2 - Disable "next gen" graphics
Step 3 - Try to sell your potato game

ToadieBog
Автор

You can cut down the verts rendered by creating various LoDs for objects. Also, a lot of performance boosts are not graphics related. You can save a ton of frames by optimizing your code, particularly anything occurring during Update(). Its amazing how you can tinker for days saving 3 or 4 frames here and there tweaking graphics yet have some unnecessarily expensive code lingering that is costing you a ton of frames.

legendaryitem
Автор

I would go into blender and decimate the interior to reduce the polygon count but still have the effect.

samsidpradeep
Автор

Best way to improve performance without turning off post processing is to reduce poly count of the car model using Blender. 1M verts in a camera view is too high for mobile games.

Timothymukansi
Автор

You could also possibly bake all the different meshes and materials that are part of the car's body into one material and mesh with a modeling program. Same with all the other objects in your scene. However, you might want to do that last until you got the final look of the game down.

Meowzors
Автор

You forgot reduced haw fur to see the camera and to add lod in your object in the order to increase the performance

watercat
Автор

Actually occlusion culling somtimes decreases the preformance of the game, but good video keep it up bro :)

sideways-
Автор

Thank you, occlusion culling helped a lot!

cptray-steam
Автор

You should try changing terrain setting height map resolution. Also try to use mesh terrain where's possible. Unity terrain has high overhead for CPU

mukulkataria
Автор

Hello, great video mate👏 👌🏼👍🏼. What do you think think abiut lowering occlusion number 5 to 3 or 2? Does it help fps too? Thank you so much

tuncfreeman
Автор

Thanks for the tutorial!

How come the frames didn't have a big impact when you removed over 500k tris (interior car mesh)?

I thought there would be a massive jump in fps.

aussieraver
Автор

Very nice, although to optimise it, not to offend, but lowering graphics could do it?

DaniGaming
Автор

You could also optimize the landscape settings. This can save huge amounts of performance.

joshpolman
Автор

Thanks dude, will recommend to my friend who works at Battlestate Games, Tarkov is needing some love

o_Domo
Автор

Sir if I want to upload pc game which website or other platform is good for earning

wahajnasir
Автор

But the game can't be maked only with small objects... After perfomance decrease for load more fast possible small objects...

v.
Автор

I already knew a lot of this, but it was a good refresher since I haven't been on Unity in a while.

michaelemma
Автор

where i can find the "occlusion"? i can't find in my unity...

brucetan
Автор

Nice tutorial, my PC runs 30 fps but now the framerate is higher!

kyandesutter
Автор

can we bake post processing effects?
like color grading

omerfarukbykl