{}

我們的品牌

Impact-Company-Logo-English Black-01-177x54

歡迎造訪施耐德電機全球網站

歡迎訪問我們的網站
搜尋常見問題
Unity Pro : Use of operation on index in INC or DEC function causes a Build error
Goals and Symptoms

When building an application using operation on index in INC or DEC function the build fails with following error message : error during the ARM assembler phase
Code generation failure

Example:  INC(my_array[ind*3+1]);

The problem is in Unity Pro V8.0 to V11.0.

Causes and Fixes:
The workaround consits to program the operation outside the function.

Example :
Ind1 :=ind*3+1 ;INC(my_array[ind1]);

施耐德電機Taiwan

探索更多
系列:
可能有幫助的文章
探索更多
系列: