Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Playerloop in plugin list #265

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ See [Vivraan/godot-lang-support](https://github.com/Vivraan/godot-lang-support).
- [InGrid](https://github.com/Larpon/ingrid) - Infinite scrolling grid (Godot 3.x).
- [Input Helper](https://github.com/nathanhoad/godot_input_helper) - A helper for detecting input devices and remapping controls (Godot 3.x, 4.x).
- [obs-websocket-gd](https://github.com/you-win/obs-websocket-gd) - Script and editor plugin to control Open Broadcaster Software from Godot via obs-websocket (Godot 3.x).
- [Playerloop](https://github.com/playerloop/playerloop-godot) - Makes it extra easy to collect bug reports and other feedback from your players (Godot 3.x, 4.x)
Copy link
Member

@Calinou Calinou Nov 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The add-on won't work on Godot 4.0 without code changes (which requires having a separate branch in the repository, but I only see master):

Suggested change
- [Playerloop](https://github.com/playerloop/playerloop-godot) - Makes it extra easy to collect bug reports and other feedback from your players (Godot 3.x, 4.x)
- [Playerloop](https://github.com/playerloop/playerloop-godot) - Makes it extra easy to collect bug reports and other feedback from your players (Godot 3.x).

- [Ridiculous Coding](https://github.com/jotson/ridiculous_coding) - Makes your coding experience in Godot 1000× more ridiculous (Godot 3.x).
- [Scene Manager](https://github.com/glass-brick/Scene-Manager) - Make nice and customizable scene transitions in one line of code (Godot 3.x, 4.0.alpha).
- [Scrolling Background](https://github.com/dploeger/godot-scrollingbackground) - A scrolling background node (Godot 2.1,3.x).
Expand Down