16 Mar 2023 |
TapGhoul | In reply to @rudolf:yfe.re I've built a GDExtension but when I export my demo using it, the exported build cannot find the extension (even though it's in the local folder) because it still looks for it with the full path indicated in the project ("res://bin/extension.so"). It seems that it used to be an issue in pre-RC and should be fixed now but I cannot find if i'm missing anything... * Have you tried editing the gdextension metadata to load it from a non-res:// path? Most guides will tell you to use res:// as the prefix. Or is it using res:// even if you remove it? | 00:55:51 |
| j.p changed their display name from EZ-JPZY to j.p. | 06:21:36 |
Rudolf | In reply to @tapghoul:matrix.org Have you tried editing the gdextension metadata to load it from a non-res:// path? Most guides will tell you to use res:// as the prefix. Or is it using res:// even if you remove it? I originally didn't have res:// path as I started writing this extension back in the first beta versions. I've seen that this have changed (seems to be the ticket related to my issue) and followed the new doc regarding GDExtension. | 08:35:22 |
Rudolf | In reply to @tengkuizdihar:matrix.org This sounds very weird, any issues opened about this yet? See above, it looks like the issue I'm encountering, but the ticket categorically says this should have been fixed by beta8... I'll have a try with the godot-cpp test project | 08:36:31 |
Rudolf | I checked with godot-cpp test demo and this one works. Only obvious difference I can see is that the .gdextension is located at the root of the project (which isn't my case) | 11:16:12 |
Rudolf | Found what my issue was. My extension depends on another DLL that I hadn't copied in the resulting build. I was confused by the error message that says that the extension wasn't found in the full path | 11:24:23 |
muhuk | What kind of a property should I be using if I wanted to save my resource in multiple files? (aka ResourceSaver.save ) As in parent.tres references child.tres instead of embedding the data of child. | 11:42:19 |
| nightred changed their profile picture. | 12:38:46 |
| Tommy joined the room. | 13:53:57 |
| @micahgrr:matrix.org left the room. | 19:53:01 |
| @spaceshuttle:matrix.org left the room. | 21:01:16 |
17 Mar 2023 |
| Asaki joined the room. | 09:07:59 |
| febrezio joined the room. | 21:05:20 |
18 Mar 2023 |
| Capital changed their profile picture. | 01:07:10 |
| Capital changed their display name from capital-ex to Capital. | 01:07:20 |
| spoonem joined the room. | 10:22:27 |
| aurnytoraink removed their display name aurnytoraink. | 11:15:24 |
| aurnytoraink set their display name to aurnytoraink. | 11:15:42 |
| scopey joined the room. | 12:59:20 |
spoonem | I’m really exited to try out GD extension, haven’t had the change yet due to my laptop apparently being made of garbage. | 13:46:28 |
| x joined the room. | 21:29:10 |
19 Mar 2023 |
| noop1 joined the room. | 02:05:57 |
| @mikewink:matrix.org left the room. | 08:25:25 |
20 Mar 2023 |
| KingThrillgore changed their profile picture. | 03:07:32 |
MartiniMoe | Hi, does anyone know if it’s possible to run godot on asahi linux or ARM Linux in general? | 14:02:54 |
dronn | it works great on raspberry Pis | 14:09:18 |
dronn | so arm linux should be easy | 14:09:41 |
Armen | I've run it on a pinephone, works fine | 14:30:52 |
TapGhoul | In reply to @MartiniMoe:matrix.org Hi, does anyone know if it’s possible to run godot on asahi linux or ARM Linux in general? Should work, but you may need to build from source, afaik there's no ARM Linux build available from the site. But it's pretty easy to compile from source, so should be ezpz | 19:49:00 |
MartiniMoe | I will try to build godot 4, thanks 🙂 btw: godot 3 is in arch linux arm repositories and works! | 19:51:00 |