item spawner no longer spawn new item or item became invisible

Summary

We have this item spawner spawning batteries. It is controlled by our verse class.
The logic is we track how many item spawned and spawn more item if the number of items are not at the cap. When the item got picked up, we reset the counter.

We are seeing intermediate issues that the spawner doesn’t have anything on it, and it also stop spawning more.

Now, we also notice sometimes the item became invisible right after spawn, but it is still there! You can pick it up and it is good again.
The issue we have right now is that we couldn’t figure out if it not spawning due to real issue with our verse class, or the item just went invisible just because, and leave the system at cap so it is not spawning more.

What is the best way to debug this? Is item went invisible a know issue?

Please select what you are reporting on:

Creative

What Type of Bug are you experiencing?

Devices

Steps to Reproduce

not clear, but it happens eventually

Expected Result

Item spawn from spawner and won’t go invisible

Observed Result

every so often, we have a spawner that stop spawning, or have invisible items that make it looks like it stop spawning

Platform(s)

All

Adding more detail, we found out this might be caused by item despawning when there are too many items on the ground. Causing the system to not realize it needs to spawn more item.

We are working on using other devices to implement the feature

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.