Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I've been messing around a bit with this pack and I noticed some of the road parts are scaled down (to 0.8 to be precise) when you load them in the engine. This pack still rules though 😎

All roads are indeed 8x8m so scaling them down will result in them being smaller than grid size. but of they are small to begin with then I'll check it out. What engine are you using? In Godot they seem to be 8 grid units

(+1)

I use godot. What's basically going on is that the roads are uniformly scaled when imported, but some of them have a transform of 0.8 on them, so when I load them into a meshlibrary for a gridmap they are no longer scaled correctly. I've noticed it specifically on the glb files in the road type 1 folder.

(+1)

alrighty, i'll check it out and see why the road type 1 is being weird 

(+1)

should be fixed now 

(+1)

awesome thank you!