godot-next icon indicating copy to clipboard operation
godot-next copied to clipboard

Godot Node Extensions - Basic Node Extensions for Godot Engine

Results 26 godot-next issues
Sort by recently updated
recently updated
newest added

I know that there's android plugin from dis/doh -> [https://github.com/DisDoh/GodotBluetooth](https://github.com/DisDoh/GodotBluetooth) it's a fork and its ok but i tried so hard and cant get running it will be awesome to...

After https://github.com/godotengine/godot/pull/60581 was merged, Godot's 3.x branch now officially includes the same Tween system as in Godot 4.0 (as a separate class, SceneTreeTween), which is based on TweenSequence, but superior...

Right now `ResourceCollection` requires you to set a script for the base type. This makes for some UI that is sort of clunky and hard to figure out. (at least...

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Update default runtime to node16 v2.4.0 Convert SSH URLs like org-<ORG_ID>@github.com: to https://github.com/ - pr v2.3.5 Update...

dependencies

I am currently using this plugin to load in custom classes by class name and it does work but whenever i try to export my game, it does not work...

BackBufferPanel is a Control version of BackBufferCopy that only copies the region it occupies. It makes combining backbuffers with dynamic UIs much, much simpler.

In Godot, I sometimes find that I would like the ability to draw lines in 3D. I think that such a thing might be a useful node to have in...

class proposal

I just found this repo. My personal vector helper class has the following functions that could be useful to others. The controllers in Godot give you a value from -1...

class proposal

can we get the following nodes? GameObject2D GameObject3D these nodes would simply only be a 2d/3d transform, a enabled property and components the main reason for this suggestions is so...

class proposal

It would be nice to have a DateTime class. It will be particularly useful when working with arrays of dates or other data structures that have a date as an...

class proposal