|
Post by fabricadegame on Jun 28, 2020 5:11:15 GMT
Assets\Invector-3rdPersonController\Shooter\Scripts\Shooter\vShooterManager.cs(124,23): error CS0234: The type or namespace name 'OnEquipWeaponEvent' does not exist in the namespace 'Invector.vMelee' (are you missing an assembly reference?)
|
|
|
Post by chairiko on Jun 28, 2020 23:20:33 GMT
Assets\Invector-3rdPersonController\Shooter\Scripts\Shooter\vShooterManager.cs(124,23): error CS0234: The type or namespace name 'OnEquipWeaponEvent' does not exist in the namespace 'Invector.vMelee' (are you missing an assembly reference?) Paste this: [System.Serializable] public class OnEquipWeaponEvent : UnityEngine.Events.UnityEvent<GameObject, bool> { } In vMeleeManager.cs after the line:using vEventSystems;
|
|
|
Post by fabricadegame on Jul 1, 2020 6:56:22 GMT
Assets\Invector-3rdPersonController\Shooter\Scripts\Shooter\vShooterManager.cs(124,23): error CS0234: The type or namespace name 'OnEquipWeaponEvent' does not exist in the namespace 'Invector.vMelee' (are you missing an assembly reference?) Paste this: [System.Serializable] public class OnEquipWeaponEvent : UnityEngine.Events.UnityEvent<GameObject, bool> { } In vMeleeManager.cs after the line:using vEventSystems; Yes Workin perfect. Thanks.
|
|