Godot Version
v4.1.2
Question
My viewport does work when im in the editor, but when i test my game, it appears pink and it doesn’t work and the viewport just goes to the top left of my screen.Is there a reason or isn’t there?
v4.1.2
My viewport does work when im in the editor, but when i test my game, it appears pink and it doesn’t work and the viewport just goes to the top left of my screen.Is there a reason or isn’t there?
It’s hard to say what it could be. You could try version 4.2 first.
Godot bug_report: Here in the web form at Github you can see what information is usually necessary to narrow down the problems.
viewport Godot demos: and here are official viewport demos, maybe they will help too.
I found it. I needed to override the material for the mesh to make it work. I still dont fully understand it tho, but i got it covered now!