Skip to content
View knotidm's full-sized avatar

Block or report knotidm

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 Loading

  1. ARAISamplesURP ARAISamplesURP Public

    Unity 6000.0.0f1 AR scenes with AI samples URP rendered

    C#

  2. TouchDesignerToUnity TouchDesignerToUnity Public

    TouchDesigner Spout Out TOP to Unity VFX Graph using Spout Receiver with RenderTexture

    C#

  3. EmptyTemplate EmptyTemplate Public

    Unity 6 EmptyTemplate with some useful packages

    C#

  4. TouchDesigner-Projects TouchDesigner-Projects Public

    TouchDesigner Projects

    GLSL 7 2

  5. Factory and Observer Patterns as one... Factory and Observer Patterns as one in Unity
    1
    using UnityEngine;
    2
    
                  
    3
    public class FactoryObserver : MonoBehaviour
    4
    {
    5
        void Start()
  6. Unity RESTRequest Unity RESTRequest
    1
    using System;
    2
    using System.Collections;
    3
    using System.Text;
    4
    using UnityEngine;
    5
    using UnityEngine.Networking;