Skip to content
View NickMercer's full-sized avatar

Block or report NickMercer

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

Pinned Loading

  1. RedstoneSidekick RedstoneSidekick Public

    A Minecraft crafting tree and gathering list helper for your custom projects.

    C# 1

  2. InfluenceMap InfluenceMap Public

    Package for Unity to make modular influence maps for uses in AI/Pathfinding/etc. Based on the Imap system by Dave Mark discussed in his GDC lecture and book

    C# 2

  3. UtilityCritters UtilityCritters Public

    Utility AI examples for conference talks and teaching

    ShaderLab 11

  4. UIToolkitRaycastChecker is a script ... UIToolkitRaycastChecker is a script for Unity UIElements to replicate the EventSystem.current.IsPointerOverGameObject() functionality for UI Elements.
    1
    using UnityEngine;
    2
    
                  
    3
    public class ExampleNonUIMonoBehaviour : MonoBehaviour
    4
    {
    5
        private void Start()