Skip to content
View XianGrim's full-sized avatar
Block or Report

Block or report XianGrim

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. PrefabOrganizerForSyntyAssets PrefabOrganizerForSyntyAssets Public

    Specifically for Houses with Interiors Prefabs

    C# 7

  2. phoenixdowngaming/Xians-Scripts phoenixdowngaming/Xians-Scripts Public

    Various scripts for various things

    SQF 3 7

  3. ultimatexr-unity ultimatexr-unity Public

    Forked from VRMADA/ultimatexr-unity

    UltimateXR is a free, open source framework that facilitates the creation of VR applications.

    C#

  4. My_Kingdom My_Kingdom Public

    C#

  5. A component that allows you to subsc... A component that allows you to subscribe to the Collision Events on a object (even if the main script does not lie on the object with the collider)
    1
    using UnityEngine;    
    2
    
                  
    3
    //A component that allows you to subscribe to the Collision Events on a object (even if the main script does not lie on the object with the collider)
    4
    public class CollisionDetector : MonoBehaviour
    5
    {
  6. SandShovelPhysics SandShovelPhysics Public

    Forked from unitycoder/SandShovelPhysics

    testing sand digging with shovel

    C#