Leomerya12
(Leomerya12)
February 25, 2024, 9:08pm
22
I call it a “rendering bubble” but no, it’s how HIERARCHAL MESH CULLING works.
They get the distance to the character and if they pass the check, they render. If they do not (because they are too far), they do not render.
So, trees come in and out of existence, depending on how close the player is to them.
I’ve got a tool on the MP that creates them for you:
1 Like
Leomerya12
(Leomerya12)
February 25, 2024, 11:05pm
24
UGH. I wish I’d known about this sooner!
I can’t introduce it into my project (I’m not adding any plugins at this point. The project is too big to risk it), however, I certainly will keep this in mind.
Thank you!
1 Like
No problem, I understand that (although this is an Editor-only plugin rather than runtime).
1 Like
Here is one simple solution that may help gaining some frames… with “World Position Offset Disable Distance”
1 Like
Interesting!
I haven’t seen a jump in FPS using this method (yet), but that could be because I’ve had enough time to optimize through other means.
1 Like
On my game, I got up to 10fps boost in some areas with this… of course it always depends on lots of factors that may be happening on your project or hardware
1 Like
system
(system)
Closed
July 31, 2024, 6:05am
29
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.