課程
/Unity 3D
/Unity3D快速入門
這句話中的NavMeshPath不存在,怎么辦
2017-03-15
源自:Unity3D快速入門 3-5
正在回答
創建一個NavMeshPath類就可以了
public class?NavMeshPath(){};
DreamerZj 提問者
我用的unity5.0+,在文件頭部加上using?UnityEngine.AI;就可以了
舉報
本課程為Unity 3D入門教程,快速學會用Unity開發游戲
1 回答為什么新建new project時沒有新建名只有保存目錄
3 回答Assets/Scripts/Player.cs(9,31): warning CS0108: `Player.light' hides inherited member `UnityEngine.Component.light'. Use the new keyword if hiding was intended
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2017-03-15
創建一個NavMeshPath類就可以了
public class?NavMeshPath(){};
2017-03-25
我用的unity5.0+,在文件頭部加上using?UnityEngine.AI;就可以了