Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Question: Weapon Set Position and Window Resolution

A topic by Indrajith K L created Feb 09, 2022 Views: 170 Replies: 2
Viewing posts 1 to 2

Hey there,

I have a project which was using the default screen resolution (In my case it was 1280x720). I positioned the weapon like below

and it was working perfectly

But when I changed the screen resolution to a lower one like 800x600 the gun position moved to almost centre.

Logically it is correct but is there any way to force the gun to position to the world coordinates instead of window coordinates or am I doing it wrong?

Developer

There shouldn't be any problems with the weapon position. It seems like a bug

ohh ok. I can wait for the next iteration. Meanwhile, I will work on a fixed resolution.