当我尝试导入数学时,它向我抛出一个错误:
''错误CS0234:命名空间'Unity'中不存在类型或命名空间名称'Mathematics'(您是否缺少程序集引用?)''
我尝试过使用 System.Mathematics、使用 Unity.Mathematics我还尝试输入 Math 而不是 Mathematics 。我不知道为什么会抛出错误,我使用 Notepad++ 编写脚本。
[1]: https://i.stack.imgur.com/vNs9J.png <--- 错误图片
c# math unity-game-engine math-functions
c# ×1
math ×1
math-functions ×1
unity-game-engine ×1