reqoproad.blogg.se

Download the new version for iphoneHagicraft Shooter
Download the new version for iphoneHagicraft Shooter




download the new version for iphoneHagicraft Shooter

We cannot sub-class either because the base class uses private methods/variables.Ĭreated some custom weapons but for some reason when I try to equip they're still in the holster and not re parented to the WeaponSocket GO.

  • expose m_HideCursor as public so we can manually specify if we want to lock and hide the cursor.Įdit: I did try removing the exiting UnityInputManager class and replacing with my own but it caused errors when creating a character.
  • bool manualCameraAdjustment // turns off the automatic transform from the 3rd person camera and removes the requirement a camera to be specified.
  • bool manualInputUpdate // turns off the button/axes polling.
  • Plus it opens your controller up to a lot more use cases. But it would be really handy if you could add the flags in there to make this fully manual. Obviously when I update the asset I will need to make the changes again.

    download the new version for iphoneHagicraft Shooter

    I worked around the issues above by modifying the UnityInputManager class and wrapping the above bits of code in an if statement.

  • The UnityInputManager also forces the cursor to be locked, again I understand this is a 3rd person controller, but again with a simple flag it would be great if we could turn this off.
  • But it was super easy to use this as a top-down point-and-click controller, so it would be really handy if you could add a flag (like manualUpdate) which turns off the camera requirement and just proxies the Move vector to the RelativeInput property.
  • The UnityInputManager class enforces a camera which is used to calculate the RelativeInput vector, I understand it is required for 3rd person.
  • My current game is a top-down click to move type game, I have managed to modify the character controller to work using a manual update method and simulating the move input controls based on the navmesh agent movement.

    download the new version for iphoneHagicraft Shooter

    Firstly I would just like to say I love this asset, I have the climbing system too, brilliant!






    Download the new version for iphoneHagicraft Shooter