appsinacup / godot-box2d

Godot Box2D – C++ Godot Extension that integrates the Box2D physics engine.
MIT License
329 stars 15 forks source link

Plugin startup has a warning. #87

Closed Shadowdragon019 closed 10 months ago

Shadowdragon019 commented 11 months ago

Describe the bug There isn't an "author" key in plugin.cfg, which causes Godot to not load the plugin

To Reproduce Steps to reproduce the behavior:

  1. Install Godot Box2D
  2. Get an warning saying editor/editor_plugin_settings.cpp:81 - Plugin config misses "plugin/author" key: res://addons/godot-box2d/plugin.cfg

Expected behavior For the plugin to be loaded without issue

Project n/a

Versions (please complete the following information):

Ughuuu commented 10 months ago

Just fyi, the plugin just enabled the physics backend to box2d. Will fix, thx for reporting

Ughuuu commented 10 months ago

Also, for whoever is reading, the plugin starts up, that is just a warning that does not influence anything.