Skip to content
View MccDev260's full-sized avatar
  • Wales
Block or Report

Block or report MccDev260

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

  1. com.mccdev260.gizmo-tool com.mccdev260.gizmo-tool Public

    Unity editor tool for working with gizmos.

    C#

  2. com.mccdev260.logger com.mccdev260.logger Public

    Lightweight device spec, FPS & text logger package for Unity.

    C#

  3. com.mccdev260.scgc com.mccdev260.scgc Public

    Unity editor tool which enables gamepad control of the scene view camera, with camera-to-object snapping and game object selection.

    C#

  4. EnhancedVehicleLightingControls EnhancedVehicleLightingControls Public

    GTA-V mod which enables you to get more control over your vehicles lighting! This mod allows you to silence sirens with one key press, Toggle your headlights between full and low beams, Toggle the …

    C#

  5. Unity Input System: Get the type of ... Unity Input System: Get the type of input device the player is currently using.
    1
    using System;
    2
    using UnityEngine;
    3
    using UnityEngine.InputSystem;
    4
    using UnityEngine.InputSystem.DualShock;
    5
    using UnityEngine.InputSystem.XInput;