diff --git a/Assets/Plugins/Android/libs/arm64-v8a/libtolua.so b/Assets/Plugins/Android/libs/arm64-v8a/libtolua.so index c31ea5f5..d9b93d4d 100644 Binary files a/Assets/Plugins/Android/libs/arm64-v8a/libtolua.so and b/Assets/Plugins/Android/libs/arm64-v8a/libtolua.so differ diff --git a/Assets/Plugins/Android/libs/armeabi-v7a/libtolua.so b/Assets/Plugins/Android/libs/armeabi-v7a/libtolua.so index 73153d57..e2803d82 100644 Binary files a/Assets/Plugins/Android/libs/armeabi-v7a/libtolua.so and b/Assets/Plugins/Android/libs/armeabi-v7a/libtolua.so differ diff --git a/Assets/Plugins/Android/libs/x86/libtolua.so b/Assets/Plugins/Android/libs/x86/libtolua.so index c38b037a..7cb43e43 100644 Binary files a/Assets/Plugins/Android/libs/x86/libtolua.so and b/Assets/Plugins/Android/libs/x86/libtolua.so differ diff --git a/Assets/Plugins/iOS/libtolua.a b/Assets/Plugins/iOS/libtolua.a index 0262055a..34218f33 100644 Binary files a/Assets/Plugins/iOS/libtolua.a and b/Assets/Plugins/iOS/libtolua.a differ diff --git a/Assets/Plugins/x86/tolua.dll b/Assets/Plugins/x86/tolua.dll index e063af7e..fdce99c9 100644 Binary files a/Assets/Plugins/x86/tolua.dll and b/Assets/Plugins/x86/tolua.dll differ diff --git a/Assets/Plugins/x86_64/tolua.dll b/Assets/Plugins/x86_64/tolua.dll index 847b1932..57e570ae 100644 Binary files a/Assets/Plugins/x86_64/tolua.dll and b/Assets/Plugins/x86_64/tolua.dll differ diff --git a/Assets/ToLua/Editor/ToLuaExport.cs b/Assets/ToLua/Editor/ToLuaExport.cs index b78be421..8247cc0e 100644 --- a/Assets/ToLua/Editor/ToLuaExport.cs +++ b/Assets/ToLua/Editor/ToLuaExport.cs @@ -165,6 +165,7 @@ public static class ToLuaExport "Dictionary.TryAdd", "KeyValuePair.Deconstruct", "ParticleSystem.SetJob", + "ParticleSystem.subEmitters", /*2019.09 ios编译出错,也可能是unity版本问题*/ "Type.IsSZArray" };