首页 > 编程语言 > 详细

Bulid过程中中遇到的问题UnityEditor.BuildPlayerWindow+BuildMethodException: '' is an incorrect path for a scene file. BuildPlayer expects paths relative to the project folder.

时间:2019-05-03 13:47:35      阅读:2185      评论:0      收藏:0      [点我收藏+]

今天,在Bulid的过程中,遇到了一个错误“

UnityEditor.BuildPlayerWindow+BuildMethodException: ‘‘ is an incorrect path for a scene file. BuildPlayer expects paths relative to the project folder.

",大概意思就是Scenes引用的路径不对,一直以为是自己的Scenes有错,所以重新创建了一个试一下,没有任何卵用,还是一样的错。Google了一下发现可能是自己的路径设置不对,就打开了Build Setting界面。

打开后自己就一下子明白了,原来是里面有一个无用的Scene,所以一直Bulid出错。删除之后重新添加自己的Scene就Ok了

Bulid过程中中遇到的问题UnityEditor.BuildPlayerWindow+BuildMethodException: '' is an incorrect path for a scene file. BuildPlayer expects paths relative to the project folder.

原文:https://www.cnblogs.com/iNeXTs/p/10804868.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!