📜  相机正在统一渲染黑屏 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:54.236000             🧑  作者: Mango

代码示例1
Check the following:
There is a camera in the scene.
The camera gameobject is active
The camera component is enabled
The camera component's display is the same as the game window display
The camera's rect transform is inside teh game window 
(could be rendering outside game window bounds)

If these don't work, add your own answer.