Björn Ritzl

Results 439 comments of Björn Ritzl

It will be hard to get gui clipping and masks in Spine to work well together. It should be much easier to get Spine masks to work in game objects.

When does this happen? Can you reproduce it?

Ok, so an issue with attaching the debugger then. Hmm, I'm unsure what the problem is. I'm thinking that it's a firewall or anti virus blocking the connection between the...

``` com.google.protobuf.AbstractMessage$Builder.newUninitializedMessageException.class com.google.protobuf.UninitializedMessageException: Message missing required fields: spine_json, atlas at com.google.protobuf.AbstractMessage$Builder.newUninitializedMessageException(AbstractMessage.java:475) at com.dynamo.spine.proto.Spine$SpineSceneDesc$Builder.build(Spine.java:560) at com.dynamo.spine.proto.Spine$SpineSceneDesc$Builder.build(Spine.java:501) at editor.protobuf$pb_builder_raw$builder_fn.invoke(protobuf.clj:435) at editor.protobuf$map__GT_pb.invokeStatic(protobuf.clj:446) at editor.protobuf$map__GT_str.invokeStatic(protobuf.clj:570) at editor.protobuf$map__GT_str.invoke(protobuf.clj:570) at editor.protobuf$map__GT_str.invokeStatic(protobuf.clj:571) at editor.protobuf$map__GT_str.invoke(protobuf.clj:570) at clojure.core$partial$fn.invoke(core.clj:2624) at...

Which version of the Spine extension are you using? https://github.com/defold/extension-spine/releases The latest version is compatible with Defold 1.4.8 and you seem to be using Defold 1.4.6. Could you please update...

Could be related to update prio: https://github.com/defold/extension-spine/blob/main/defold-spine/src/comp_spine_model.cpp#L1145-L1146

Function to get email: https://developers.google.com/android/reference/com/google/android/gms/auth/api/signin/GoogleSignInAccount#getEmail() @wanderer056 which function would `gpgs.get_profile()` correspond to?

I'm not able to reproduce this. I can successfully login from the example project. ![Screenshot_20240611-233440](https://github.com/defold/extension-gpgs/assets/1300688/54c690ed-0bb3-4fc0-b23f-eafda43364f1)

Strange, I was testing with the example included with the extension. I tested both with a signed and unsigned build. It could be that my Google user is added as...

Hmm, this value has changed a few times. Most recent change: https://github.com/defold/extension-gpgs/blame/master/gpgs/manifests/android/AndroidManifest.xml#L6 @SkaterDad GPGS is working as it is now right? @AGulev good suggestion btw!