When I pack my game and launch it, lines appear on the screen
I’ve tried on other computers and the same problem occurs.
*Detail, this error does not appear in the editor
When I pack my game and launch it, lines appear on the screen
I’ve tried on other computers and the same problem occurs.
*Detail, this error does not appear in the editor
You need to turn on vsync. Console command
r.Vsync=1
I did this, but it didn’t change anything, I packed it twice to be sure, but nothing
You have to run the command in the packaged game. Is that what you’re doing?
I added the console variable r.Vsync=1 in the DefaultEngine.ini IIRC file in the rendering section.
It worked perfectly!