You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The muscript_lua script uses the bit32 library for bitwise operations, but this was removed in Lua 5.3 in favor of bitwise operators. See e.g. this stackoverflow thread
The muscript_lua script uses the
bit32library for bitwise operations, but this was removed in Lua 5.3 in favor of bitwise operators. See e.g. this stackoverflow thread