摘要:
问题 从AssetBundle中加载Asset时出现"The file ‘archive:/CAB-… is corrupted.’Remove it and launch unity again![Position out of bounds!]" 如下图 解决方法 在打ab的时候使用BuildA 阅读全文
摘要:
table.unpack 先思考一段代码: function printParam(a, b, c, d, e, f) print(a, b, c, d, e, f) end function Test() local a = {nil, 2, nil, 4, nil, 5} printParam( 阅读全文