Build Item scaling issue

HGamer01

New member
Hi guys, i've been following tutorial video on youtube about third person item creation. I'm having this problem wherein everytime i click the 'Build Item' button on the Item Manager tab, the weapon/object size changes, it becomes too big even if the scale shows 1,1,1 on the inspector. I'm using the knife prefab included with the demo.

I attached some photos for reference.

Thanks in advance for your help!
 

Attachments

  • Pic 1.jpg
    Pic 1.jpg
    146.7 KB · Views: 3
  • Pic 2.jpg
    Pic 2.jpg
    102.6 KB · Views: 3
  • Pic 3.jpg
    Pic 3.jpg
    159.7 KB · Views: 3
I can't reproduce this at my end - can you try reproducing it in a fresh project/the demo scene? Model scaling issues with Unity are 99% of the time related to mesh import settings, so take a look at those for the knife mesh and see if they've changed in your project somehow. I believe they should be set to Scale Factor: 100 and Convert Units: true.
 
Top