Search Unity

Question Unity transperancy

Discussion in 'Scripting' started by LucasElger03, Mar 16, 2023.

  1. LucasElger03

    LucasElger03

    Joined:
    Aug 24, 2020
    Posts:
    1
    How should I fix this? I have gameobjects containing prefabs of one object. This prefab is used in many different objects as childobjects but when I turn on the game they are no longer prefabs. I want to change the prefabs in one of my objects, OutsideInventory, to be fully transperant, there but not visable.
     
  2. spiney199

    spiney199

    Joined:
    Feb 11, 2021
    Posts:
    7,847
    Prefab functionality is a editor-only, design-time only feature.

    Whatever you're trying to do - I'm having trouble understanding - you will need to do all the instances you have present in the scene.