When in shop i'm trying to display a preview of the item the player will buy to the left, the only problem is when i change item selection, the prefabs will stack resulting in multiple prefab view on each other, has anyone experienced the same bug ?
  • It's most likely due to your Prevab View Settings in Menus > Menu Settings.
    Make sure to use a large enough Spawn Offset (e.g. Y=-10 or higher) to make sure individual prefabs are not spawned at the same position.

    To prevent having to spawn/destory the prefabs each time you change selections, the prefabs are kept alive - otherwise this'd take a hit on performance.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Oh thanks ! i'll give it a try :), didn't realize how this can affect performances, but yeah seems legit now :)
Sign In or Register to comment.