View FrayedFunction's full-sized avatar
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 support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. com.mccdev260.gizmo-toolcom.mccdev260.gizmo-toolPublic

    Unity editor tool for drawing gizmos with a component.

    C#

  2. com.mccdev260.loggercom.mccdev260.loggerPublic

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

    C# 1

  3. EnhancedVehicleLightingControlsEnhancedVehicleLightingControlsPublic

    GTA-V mod for more control over your vehicles lighting.

    C#

  4. 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;