bdubyah
Well-known member
I have been fiddling around trying to kind of learn some 3d modeling and stuff, and made a new turret. I basically wanna make a new Auto Turret. So I imported the Auto Turret prefab into Unity and tried to copy the layout of it for mine. Never used Unity before so it's been a bit overwhelming.
The only real differences I have is I haven't made the LODs(just have the main model and that's it) and where the auto turret has the gun model for Pitch and the little piece below it for Rotate, I just have the Base and then the gun model for Pitch. I still have the hierarchy setup with Rotate and Pitch, but I just copied the main gun mesh for the other LODs, and the child objects under Rotate are just empties. I applied the texture I made for the base and am using the blunderbuss as my gun on the turret. I have its mesh and texture included in the prefab.
So, what am I doing wrong here? I have it all coded and surprisingly it actually seems to load up fine. I have the recipe and progression stuff working in the little modlet I made. It shows in game and I can craft it or spawn it in, but when I place it, this is what it looks like:
This is the Unity layout:
The only real differences I have is I haven't made the LODs(just have the main model and that's it) and where the auto turret has the gun model for Pitch and the little piece below it for Rotate, I just have the Base and then the gun model for Pitch. I still have the hierarchy setup with Rotate and Pitch, but I just copied the main gun mesh for the other LODs, and the child objects under Rotate are just empties. I applied the texture I made for the base and am using the blunderbuss as my gun on the turret. I have its mesh and texture included in the prefab.
So, what am I doing wrong here? I have it all coded and surprisingly it actually seems to load up fine. I have the recipe and progression stuff working in the little modlet I made. It shows in game and I can craft it or spawn it in, but when I place it, this is what it looks like:

This is the Unity layout:

Last edited by a moderator: