简体   繁体   English

无法将背景图像添加到Unity中的场景

[英]Can't add background image to scene in Unity

I tried dragging the image asset into the Hierarchy... won't let me. 我尝试将图像资产拖到层次结构中……不允许我这样做。 I tried dragging it into the Scene... won't let me. 我试图将其拖到场景中...不会让我。 What the hell is going on here? 这到底是怎么回事?

This is a Unity 3D project. 这是一个Unity 3D项目。 I've tried this in Unity 5.1 and Unity 4.3. 我已经在Unity 5.1和Unity 4.3中进行了尝试。

尝试将图像拖放到Unity Scene中

I've not used Unity in a while so you have my sincere apologies if this answer is inaccurate: I believe that the reason dragging and dropping hasn't worked is because there's nothing to drop onto. 我已经有一段时间没有使用Unity了,所以如果这个答案不正确,您将由衷的歉意:我相信拖放没有用的原因是因为没有东西可放。

You're dropping the image into an empty universe. 您正在将图像放入一个空的Universe。

You need to create some surfaces (mesh/quad) for the images to apply to. 您需要为要应用的图像创建一些表面(网格/四边形)。

Have a look here for a walkthrough. 看看这里的演练。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM