Tan Jian Ping

Results 68 comments of Tan Jian Ping

Hmmm... I encountered this bug before when renaming a nested node, it is pretty random and I have no idea how to reproduce it as well. You can upload to...

To be honest, I have zero knowledge on licensing, but it is the same case for all godot plugin. There's always a [.gitattributes](https://github.com/imjp94/gd-plug/blob/master/.gitattributes) file used to exclude root files(like project.godot,...

Thanks! `gd-plug` does support all the git url, for example: ```gdscript # Source other than github plug("https://gitlab.com/Xecestel/sound-manager") # Gitlab plug("file:///D/Godot/local-project/.git") # Local git repo ``` It is shown in [More...

Sure! I always find it awkward to have no shortcut to unhide the node as well =P But I am thinking of using `Alt` + `H` to unhide selected nodes...

Sounds good to me. In fact, I never know it exists, what I always do is `Ctrl` +`I`(invert selection) then hide.

I can't reproduce it on Godot 4.2.2-stable, can you show me how you reproduce it? ![Screenshot 2025-02-09 161230](https://github.com/user-attachments/assets/1e3babf2-631e-4159-8fb2-13edc578277c)

This is the output I get, but it didn't mention anything about `PieMenu` or `PieMenuGroup`. And it output the same thing with this PR ``` TextServer: Primary interface set to:...

Cool! I always thought this feature should be implemented with Github API, now it just seem completely unnecessary. I have only tested the example provided and [godot-jolt](https://github.com/godot-jolt/godot-jolt), but they both...