关于Input Axis Mouse ScrolWheel is not setup的错误 我查了很多网上的办法后面通过对UICamera.cs的跟踪发现错误在这句 float scroll = !string.IsNullOrEmpty(scrollAxisName) ? GetAxis(scrollAxisName): 0f; 发现NGUI和InputManager中设置Mouse ScrollWheel的Name和NGUI中读取到Name不同导致的,后面发现多了一个空格 搞定。。。。。。