Skip to content
View TheMehranKhan's full-sized avatar
Block or Report

Block or report TheMehranKhan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
TheMehranKhan/README.md

wakatime

Pinned

  1. A health bar that is represented by ... A health bar that is represented by a slider UI element.
    1
    // Author: themehrankhan
    2
    
                  
    3
    using UnityEngine;
    4
    using UnityEngine.UI;
    5
    
                  
  2. A location-based game that uses Mapb... A location-based game that uses Mapbox to check if the player is within a target radius.
    1
    using UnityEngine;
    2
    using Mapbox.Unity.Map;
    3
    using Mapbox.Unity.Location;
    4
    
                  
    5
    /// <summary>
  3. A game over manager that is responsi... A game over manager that is responsible for showing the game over UI and handling game restart.
    1
    // Author: themehrankhan
    2
    
                  
    3
    using UnityEngine;
    4
    using UnityEngine.SceneManagement;
    5
    
                  
  4. This code block provides a camera fo... This code block provides a camera follow functionality in Unity. It allows the camera to smoothly follow the player object.
    1
    /*
    2
    Author: themehrankhan
    3
    License: MIT License
    4
    5
    Description:
  5. This code block provides a basic ene... This code block provides a basic enemy AI functionality in Unity. It allows the enemy to follow and attack the player.
    1
    /*
    2
    Author: themehrankhan
    3
    License: MIT License
    4
    5
    Description:
  6. TopBarPing TopBarPing Public

    Swift