Where could I learn how to optimize things? For example, how to optimize render targets, how big is the impact between static mesh actors and normal actors, and other things. I avoid unreal live streams because they’re at least an hour. If you already watched the streams about this would you recommend this? If not, where could I learn about this topic?
Hi, you could watch those here from the learning tab
As for your specific question about actor vs static mesh actor (which inherits from actor), if you have a blank actor and disable tick on it, then you can have thousands of them without any direct impact on performance.
Wow! Thanks for your input! I’ve actually never thought of checking out unreals courses, I’ll look into it later. Thanks Again!