playMaker

Author Topic: Unity 5 errors in UFPS addon  (Read 1733 times)

markfrancombe

  • Sr. Member
  • ****
  • Posts: 338
Unity 5 errors in UFPS addon
« on: October 04, 2015, 03:26:45 PM »
After updating to U5 I discover a lot of errors in the UltimateFPSCamera addon. they were:

Assets/PlayMaker UltimateFPSCamera/Actions/Inventory/UfpscGetCurrentWeaponAmmoCount.cs(23,17): error CS0246: The type or namespace name `vp_FPPlayerEventHandler' could not be found. Are you missing a using directive or an assembly reference?
Assets/PlayMaker UltimateFPSCamera/Actions/Inventory/UfpscGetCurrentWeaponClipType.cs(21,17): error CS0246: The type or namespace name `vp_FPPlayerEventHandler' could not be found. Are you missing a using directive or an assembly reference?
Assets/PlayMaker UltimateFPSCamera/Actions/Inventory/UfpscGetItemCount.cs(26,17): error CS0246: The type or namespace name `vp_FPPlayerEventHandler' could not be found. Are you missing a using directive or an assembly reference?
Assets/PlayMaker UltimateFPSCamera/Actions/Inventory/UfpscSetWeaponByName.cs(19,17): error CS0246: The type or namespace name `vp_FPPlayerEventHandler' could not be found. Are you missing a using directive or an assembly reference?
Assets/PlayMaker UltimateFPSCamera/Actions/UfpscGetHealth.cs(25,17): error CS0246: The type or namespace name `vp_FPPlayerEventHandler' could not be found. Are you missing a using directive or an assembly reference?
Assets/PlayMaker UltimateFPSCamera/Actions/UfpscSetHealth.cs(21,17): error CS0246: The type or namespace name `vp_FPPlayerEventHandler' could not be found. Are you missing a using directive or an assembly reference?
Assets/PlayMaker UltimateFPSCamera/Activities/internal/PlayMakerUltimateFPSCameraActivityWatcher.cs(7,16): error CS0246: The type or namespace name `vp_FPPlayerEventHandler' could not be found. Are you missing a using directive or an assembly reference?

BUT after downloading the addon again from,
https://hutonggames.fogbugz.com/default.asp?W714

But then on import Im getting:
Error importing folder (The pathName assets/playmaker ultimatefpscamera is already mapped to cd25950107484478f907e3d6af051981. But the meta data wants it to be mapped to 42272635c33774466a71e03db6781ca1)


what is that please?
« Last Edit: October 04, 2015, 03:32:51 PM by markfrancombe »