标签:一个 结果 figure exception one 无法 character strong 常见
最近在跟着蛮牛教育学习Unity3d实战项目PokemonGo
尽管视频里老师讲解得很详细(奈何我是菜中之菜)
开发过程中还是遇到了不少问题
所以想简单做一个记录,欢迎指正批评!
一、地图人物玩家替换报错之为什么我动不了了?
问题描述:在导入人物模型后,设置好参数拖入Avatar中,然后删除原有角色GoMap Character,结果运行后
开始报错,并且无法控制画面的人物。
报错信息:UnassignedReferenceException: The variable target of Moving has not been assigned.
You probably need to assign the target variable of the Moving script in the inspector.
问题原因:没有设置目标变量参数,即没有将新人物角色boy作为自己的目标变量。
因为Avatar Figure的参数为none,所以出现报错,这个时候只要将人物角色拖进去创建目标变量
这个问题就解决了。
标签:一个 结果 figure exception one 无法 character strong 常见
原文地址:https://www.cnblogs.com/Amanda-Y/p/13354439.html