Project Files: / 93870665 .
This is the 7th part of the runtime foliage generation system we are working on our infinite world system. Here, we will be implementing object pooling pattern for multiple foliage types we have in our generated world using C++. This means, in order to keep an infinite world, as the player navigate through the world, further landscape tiles will be removed and new tiles will be added closer to the player. So, when this happens, we need to add new foliage instances of too. But in pooling pattern, instead of adding new instances, we will relocate the instances of foliage that were in removed landscape tiles in newly generated tiles. This is better for performance of the game. We have already done this in blueprint level and today we are going to do this in C++ level.
CodeLikeMe Unreal Engine 5 Runtime terrain Generation series: • Unreal Engine 5 Runtime Terrain Gener...
Jetpack Tutorial: • Unreal Engine 5 - Jetpack
► 👇 𝐒𝐮𝐩𝐩𝐨𝐫𝐭 𝐓𝐡𝐞 𝐂𝐡𝐚𝐧𝐧𝐞𝐥 // 𝐁𝐞𝐜𝐨𝐦𝐞 𝐀 𝐏𝐚𝐭𝐫𝐨𝐧!
/ codelikeme
►Patrons will have access to project files of all the stuff I do in the channel and other extra benefits
Join this channel to get access to perks:
/ @codelikeme
Like my facebook page for more content : / gamedevelopersclub
Follow me on twitter : / codelikeme2
Follow me on reddit : / codelikeme
#CodeLikeMe #unrealengine #ue5 #indiegamedev