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

Doesn't work #2

Open
plasmabit opened this issue Oct 24, 2023 · 3 comments
Open

Doesn't work #2

plasmabit opened this issue Oct 24, 2023 · 3 comments

Comments

@plasmabit
Copy link

plasmabit commented Oct 24, 2023

  • Can't type into the console.
  • Shows a lot of errors (aka class name ConsoleNode hides a global script class)
  • Shows error file is not found
  • Don't know if ConsoleContainer node is supposed to be a child of anything in particular, but I tried making it a child of a root, and of UI Canvas. It shows up only when it's the child of UI Canvas and you can't type into it.
  • If you change the folder name from godot-console-master to godot-console (because in errors it says it is searching for it), then it crashes the project on play

I am using Godot v4.1.1.stable.official [bd6af8e0e]

@4d49
Copy link
Owner

4d49 commented Oct 25, 2023

Don't know if ConsoleContainer node is supposed to be a child of anything in particular, but I tried making it a child of a root, and of UI Canvas. It shows up only when it's the child of UI Canvas and you can't type into it.

An example of a scene hierarchy:

2

ConsoleContainer can be a child node of any node that inherits from Control.

If you change the folder name from godot-console-master to godot-console (because in errors it says it is searching for it), then it crashes the project on play

If you do not use GIT, then after manual unpacking the folder should be renamed to godot-console. Example:

2

I can’t say why your input doesn’t work or errors appear without an example project. If you attach a test project, I will try to help you 🙂

@sinewavey
Copy link

sinewavey commented Feb 16, 2024

Hi, I've just installed this - you should really consider adding that into your installation instructions (which say to clone the repo and add, though the release download is correct)

... but because it isn't mentioned anywhere at all, and the script won't work without this seemingly random change (rename folder to 'godot-console')... it's not clear to the user what is actually going on.

@lolomap
Copy link
Contributor

lolomap commented Jan 11, 2025

Hi, I've just installed this - you should really consider adding that into your installation instructions

So, should this issue be closed now? Does you have plugin work fine with proper folder name and nodes hierarchy?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants