scriptkitz

Results 22 issues of scriptkitz

只支持U3D的引擎客户端。 随着UE4的流行,是不是考虑做一个UE4的客户端SDK

the function calcBinormalAndTangents is not used in imported models .

1> error C2752: 'slua::LuaCppBinding': more than one partial specialization matches the template argument list 1> LuaCppBinding.h(283): note: could be 'slua::LuaCppBinding' 1> LuaCppBinding.h(301): note: or 'slua::LuaCppBinding' vs2019编译正常,升级了vs2022就编译错误。。。。 看起来vs2022区分不了特例化的返回值不同的函数指针的模板参数,哇擦。。。什么玩意。

修正Lua创建createDelegate不支持SetTimer回调问题。

以前使用老版本的SLUA可以在UI蓝图里调用CreateVarFromObject,正常。 现在更新最新后,UI蓝图里调用CreateVarFromObject就崩溃了。其他几个CreateVarFromXXX都正常。 我看C++里CreateVarFromObject多个参数判断是否AActor,必须要AActor上调用了吗? UI蓝图里不能用CreateVarFromObject了? 还有CallToLua,以前UI蓝图里也可以调用。现在调用就崩溃。

Like **Blowfish**, can't use CBC-CTS mode. Cipher-Block Chaining with Ciphertext Stealing (CBC-CTS) mode. https://en.wikipedia.org/wiki/Ciphertext_stealing

feature request

can read .NET header?

invalid

### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug ```python from typing import Optional @dataclass class VClass: name: Optional[str]...

bug