Objects disappearing in game.

Started by buddy3315 on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 20:19, 16. Apr 2020
Joined Jan 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Objects disappearing in game.

I'm getting some strange things happening in game. I have a few events that add an item to your inventory, I have been noticing that sometimes they disappear when I move them or stack them if I have more of the Item.

Now I did go through it all, looks good and compiles, Hell, it even works in game but that one Item disappears.

Could it be that I made some textures 32x32 and some 16x16?

I have no Idea haha

Last seen on 20:19, 16. Apr 2020
Joined Jan 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I patched it by using spawn…
Mon, 03/05/2018 - 21:14

I patched it by using spawn gem event and removed the "add item to inventory" event. Seems to work FYI