Björn Ritzl

Results 599 comments of Björn Ritzl
trafficstars

https://forum.defold.com/t/get-center-of-mass-for-collision-object/45349

> Could someone take this? Thanks! It has not been planned yet. I took a quick look and was unable reproduce on macOS. Which OS are you using? Also, is...

This is a change in bob.jar. It should be available now.

This was merged last week so it is not included in bob.jar for 1.7.0. It is also not included in 1.8.0 since the beta is too old. It will be...

Not really a replacement but there's also https://defold.com/assets/openal/

``` clojure.lang.RT.uncheckedDoubleCast.class java.lang.NullPointerException: Cannot invoke "java.lang.Number.doubleValue()" because "x" is null at clojure.lang.RT.uncheckedDoubleCast(RT.java:1559) at editor.slice9$vertex_data.invokeStatic(slice9.clj:220) at editor.gui$fn.invokeStatic(gui.clj:1012) at editor.gui$fn.invoke(gui.clj:1012) at clojure.lang.AFn.applyToHelper(AFn.java:154) at clojure.lang.AFn.applyTo(AFn.java:144) at clojure.lang.AFunction$1.doInvoke(AFunction.java:31) at clojure.lang.RestFn.invoke(RestFn.java:408) at clojure.lang.Var.invoke(Var.java:384) at editor.gui$BoxNode$behavior$scene_renderable_user_data$fn.invoke(gui.clj:998)...

@gdducnguyen can you reproduce the crash?

> @britzl Should the `satori` folder be added to `include_dirs` so that it can be fetched from Defold via git using the `dependencies` section? Ah, yes, it should. I've added...

> Can you add and use a session object just like in Nakama? Yes, satori.authenticate() returns an api session. You can use satori.set_bearer_token() to set the session token for future...

> @britzl could you add an example to the README? I've updated the readme with Satori info. > Could you also leave instructions for running the Satori SDK tests in...