Hi!
I am having a real nightmare trying to make viewports work. I am working on a simple 2D game and I am trying to display it in a little window. But it doesnt matter how I configure it, that the viewport is always blank...
I've tried doing everything like this tutorial: http://kidscancode.org/blog/2018/07/godot3_splitscreen/ and this video: https://www.youtube.com/watch?v=fl0HFWAwqm0, but cant seem to find the issue anywhere...
I simply create the Container and the Viewport, and put 2D stuff in it but it just wont render. I've tried using cameras2D, not using them, changing the viewport usage to 2D...
I've created a new empty project to test it out with no success, and I even tried to switch computers! But it all seems worthless, I am really stucked with this
Thanks in advance!
