首先查看报错日志
Exception drawing 'Ito' at cell (102, 0, 126):
System.NullReferenceException: Object reference not set to an instance of an object
[Ref F214A54A] Duplicate stacktrace, see ref for original
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
发现是这个坐标的问题
打开开发者模式

查看坐标(102, 0, 126)位置,进入调试

输入dest选择摧毁

摧毁目标点,底部栏出现

问题成因可能是灶台的工作点有mod的脏污导致卫生计算出错。
Exception drawing 'Ito' at cell (102, 0, 126):
System.NullReferenceException: Object reference not set to an instance of an object
[Ref F214A54A] Duplicate stacktrace, see ref for original
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
发现是这个坐标的问题
打开开发者模式

查看坐标(102, 0, 126)位置,进入调试

输入dest选择摧毁

摧毁目标点,底部栏出现

问题成因可能是灶台的工作点有mod的脏污导致卫生计算出错。









