typical-developers / oaklands-feedback

Give feedback about Oaklands!
2 stars 0 forks source link

[BUG]: Since the 1.67.0 update, bananas and coconuts in trees spawning around 3/4ths less fruit (when spawning fruit) #1006

Closed MadHareGraphics closed 1 month ago

MadHareGraphics commented 1 month ago

Roblox Username

White_Rabbit143

What version did this issue occur in?

1.67.0

Describe the issue in detail.

Since the 1.67.0 update, bananas and coconuts in trees spawning around 3/4ths less fruit (when spawning fruit). When one of the palm trees (regular palm and king, haven't checked the queen palm yet) are spawned with fruit in them, it is in the area of about 75% of its spawn points in the tree don't occur, regular palm only spawn one, rarely 2 coconuts, and Banana trees only spawn up to 4 or 5 at most. ground coconuts seem fine, and most other trees are alright (except apple but that's a different issue) just the coconut bearing palms and king palms.

Provide some images / videos of the issue in action.

Screenshot 2024-09-26 200958 Screenshot 2024-09-26 201258

Before Submitting

HooferDevelops commented 1 month ago

I have been going insane wondering if there was a memory leak with fruits, and you my friend, just found it! Thanks a lot. The issue was that only one leaf was being considered for generation (sort of, in simple terms at least). This resulted in all the other fruit spawns never appearing in the world, hence never being cleaned up, creating a small memory leak.

Thanks!