Locate last word And print number of lines of text ui in unity 5/13/2023- Check the number of lines of text you display -get the last position of the text SCRIPT: getlines: public TextMeshProUGUI text ;...Read More
Adventure Box Game 4/03/2023 Adventure Box Game - Challenge your skills - Are you confident in your skills? BackGroundMusic CHPlay - AppSotreRead More
Energy Recovery Continues When The App Is Closed Unity Script 3/07/2023Energy Recovery Continues When The App Is Closed Unity Script: CODE: public static energyrecoverytime instance ; public float ...Read More
Fix Laggy Scrolling Unity With DOTween 2/10/2023 Code: public bool SmoothScrolling { get ; set ; } = true ; public float SmoothScrollTime { get ; set ; } = 0.5f ; void Awake...Read More
Enemy patrol using DOTween in Unity 1/09/2023Enemy patrol using DOTween in Unity CODE: public class enemydotwen : MonoBehaviour { [ SerializeField ] public Transform [] targe...Read More
Equip Multiplayer With Photon Mixamo and Unity 3D 1/09/2023Equip Multiplayer With Photon Mixamo and Unity 3D Code: public class boneCombinePhoton : MonoBehaviour { public readonly Dictionary...Read More