Game Object Appears in Scene View but not in Game View

前端 未结 4 2308
深忆病人
深忆病人 2021-02-20 07:19

Seems like I am missing something here, using latest version of unity and I am instantiating a gameobject on click.. It appears fine in scene View but not in the game view?

4条回答
  •  天命终不由人
    2021-02-20 07:39

    It can happen for may problems

    1. Culling mask problem:

    just check it, it is set to everything or not

    2. Far Near problem:

    Solve it by changing their values. I can't say about any specific values cause it varies from problem to problem

    3.Layer Problem:

    this problem specially happen when you a create a new scene on unity but it can happen for many reasons

    To solve this

    • Click on layers
    • Set everything visible

提交回复
热议问题