Hannes Rydén

Results 6 issues of Hannes Rydén

Hi! I'm not able to get any js-script to run in a packaged build for Windows 64-bit in Unreal 4.25.3 using the Marketplace version of UnrealJS. I've tried both with...

I noticed that some actions are run twice when realtime=True in sc2.run_game(), even though they shouldn't. This doesn't seem to happen when realtime=False. For example, if I run examples/proxy_rax.py in...

bug

I have an issue with tile scale not affecting polygon size unless I also add an offset. I think it's because this if-condition uses && instead of || https://github.com/mikewesthad/navmesh/blob/7606d96bac0b374329a11ff9c071cf7c40cd9755/packages/phaser-navmesh/src/phaser-navmesh-plugin.ts#L158C5-L163C6 As...

Hi, I tried to install Unreal.js in a brand new UE 5.1 project, following the instructions in the readme. However, I just get the following error message when I try...

### Prerequisites - [x] I have written a descriptive issue title - [x] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

good first issue

I get the error "TypeError: l.platform is not a function" in taichi.umd.js when importing taichi.js in an Electron project's main process, which should be like running it in Node.js. I'm...