anarkila / DeveloperConsole

Developer Console for Unity
MIT License
36 stars 1 forks source link

Console .prefab doesn't receive inputs in fresh scene #4

Closed ndumais closed 1 year ago

ndumais commented 1 year ago

When following the getting started instructions and adding the console to a new scene, the console will show but will seem frozen (doesn't accept any inputs or clicks). Also tried generating commands first in the new scene. Demo scene does work correctly though.

Exporting the prefab from the demo doesn't work either, so it seems like there might be a step missing?

Edit: The scene needs to have an EventSystem and an InputModule for this to work.

anarkila commented 1 year ago

Added EventSystem and InputModule to the prefab to fix this issue.