Skip to content
View FrayedFunction's full-sized avatar

Block or report FrayedFunction

Report abuse

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

Report abuse

Pinned Loading

  1. Prefab-Palette Prefab-Palette Public

    Tool for placing and managing prefabs in the Unity Editor.

    C# 3

  2. com.mccdev260.gizmo-tool com.mccdev260.gizmo-tool Public

    Unity editor tool for drawing gizmos with a component.

    C#

  3. com.mccdev260.logger com.mccdev260.logger Public

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

    C# 1

  4. EnhancedVehicleLightingControls EnhancedVehicleLightingControls Public

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

    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;