[Bug]Debug Warning has incorrect/confusing message

Grankor

New member
Spent too long trying to track this down

The Debug warnings thrown in FirstPersonShootableWeaponProperties are confusing.
Debug.LogWarning("Warning: Unable to find the third person fire point attachment ObjectIdentifier with the ID " + m_FirePointAttachmentLocationID + " for item " + name + ".");

The warning should say "first person fire point"


I spent way to much time trying to figure out what was wrong with my third person setup. :p
 
Top