CUSTOMIZER CAMOS not working.

Report bugs of MFPS 2.0 here
Post Reply
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Hi,

Fixed, change the line 66 of CamoInfoDrawe.cs:

Code: Select all

 EditorGUI.PropertyField(defaultRect, property.FindPropertyRelative("WeaponCamo"));
with:

Code: Select all

 EditorGUI.PropertyField(defaultRect, property.FindPropertyRelative("Camo"));
How to find your Invoice Number: Here
How to find your Order Number: Here
Post Reply