Skip to content
View FrayedFunction's full-sized avatar

Block or report FrayedFunction

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. PrefabPalettePrefabPalettePublic

    Unity Editor multi-tool for placing prefabs.

    C# 12 2

  2. com.mccdev260.loggercom.mccdev260.loggerPublic

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

    C# 2

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