Skip to content
View sim2kid's full-sized avatar

Organizations

@SimmGames
Block or Report

Block or report sim2kid

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
sim2kid/README.md

Hi there 👋

Pinned

  1. Strange-Cargo Strange-Cargo Public

    A Pet Simulator at an Adoption Center

    C# 3

  2. Welcome-Get-Out Welcome-Get-Out Public

    Welcome, Get Out! is a puzzle game where the cranky narrator really doesn't like you being there. Will you best him?

    C# 1

  3. jadlerfisher/The-Nature-of-Code-Unity-Remix jadlerfisher/The-Nature-of-Code-Unity-Remix Public

    Dan Shiffman's Nature of Code Remixed for Unity

    C# 27 9

  4. Waystones Waystones Public

    A simple waystone plugin for paper-mc servers

    Java

  5. Set Unity Version to GitHub Tag + Nu... Set Unity Version to GitHub Tag + Number of Commits. Keep this in an editor only folder. Shit+b to enduce in editor. Should run often enough to keep your build up-to-date
    1
    using UnityEngine;
    2
    using UnityEditor;
    3
    using UnityEditor.Build;
    4
    using UnityEditor.Build.Reporting;
    5
    using System.Diagnostics;
  6. Google Stadia Controller Support in ... Google Stadia Controller Support in Unity's New Input System (1.2+) With full button mapping. Haptics not supported. You should be able to drag and drop this in your project for Stadia controller support
    1
    using UnityEditor;
    2
    using UnityEngine;
    3
    using UnityEngine.InputSystem;
    4
    using UnityEngine.InputSystem.Layouts;
    5