James Kim (Daewon)
James Kim (Daewon)
I'm now building kailua VSC plugin for OSX. After run "vsce package", it's failing on "vscode:prepublish" task. If I run "(cd ..; cargo build --release)" manually, somehow "vsce package" succeed...
Hi :) Previously I applied kailua to my small Unity project. While doing that, I fell some shorting comings like syntax inconvenience. I'm not sure this is right feedback or...
I'm now trying to cast parent class(Component) to child class(WeaponComponent). So I made function ``cast_to_weapon``, ```lua Component = class() WeaponComponent = class() --v function(parent: Component) --> WeaponComponent function cast_to_weapon(parent) --#...
**Description of the bug** Crash on Android caused by `getArgument()` returns null. **Reproduction steps** Unknown **Platform specs** - Unity version: 2021.1.23f1 - Platform: Android - Device: Pixel 3 XL, Portrait,...