rivet-gg / plugin-godot

🔌 Plugin for Rivet + Godot 4
https://rivet.gg/learn/godot
Apache License 2.0
58 stars 8 forks source link

Class "RivetClient" hides an autoload singleton. #276

Closed maji-git closed 2 months ago

maji-git commented 2 months ago

At line 6,12. RivetClient class name seems to overlap with the autoload singleton's name. Located at res://addons/rivet_sdk/client/client.gd

image

linear[bot] commented 2 months ago

GDT-155 Class "RivetClient" hides an autoload singleton.

NathanFlurry commented 2 months ago

hey! it looks like you're upgrading from a previous version of the plugin, correct? you can safely remove the RivetClient autoload, it's been ranmed to just Rivet.

image image