Touch Manager

Hey, everyone i want to show Touch Manager and add notes for the new updates.

Video product showcase:

In update 2.0 added:

  • Added new AC_TouchManager2 with included all in one place and possibility to multiplayer support (level L7_Multiplayer showcase).
  • Reworked project for multiplayer, moved logic from BP_GameMode, added the new BP_PlayerState
  • Added new level L7_Multiplayer with multiplayer RPC support showcase.
  • In the level L7_Multiplayer added a new swipe direction bal throwing.
  • Improved smooth rotation BP_SpherePhotoCamera in the level L4_Sphere
  • Improved debug ShowDebug?, colors for each categories in the BP_TouchManagerActor and new AC_TouchManager2 component
  • Updated documentation and created a video showcase for 2.0 update:

Update 2.1 includes different screen sizes support feature, from 1k to 8k screens, that add more accuracy to OnDrag and other threshold values.

I’m recommending to use AC_TouchManager2 component instead old BP_TouchManagerActor version.

Update 3.0 added:

  • Changed 1-6 levels to the new AC_TouchManager component and BP_TouchManagerActor is deprecated but also available.
  • By default ScreenMultiplierEnabled? variable is enabled for more accurate drag and threshold values.
  • AutoRecognizeRotationPinch variable on enables to work more separately OnRotate and OnPinch in runtime.
  • Commented variables better.
  • User experience in code, better places sorted.
  • New documentation simplified.
  • New better video tutorials.
  • Small fixes