Skip to content
View kraj0t's full-sized avatar

Block or report kraj0t

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. AnimatedGUI - a Unity editor conveni... AnimatedGUI - a Unity editor convenience class for drawing temporary GUI with animated fade-in & fade-out
  2. DisplayKeyboardShortcuts - a Unity e... DisplayKeyboardShortcuts - a Unity editor tool that shows the keys and shortcuts that the user is pressing
  3. [Unity] PhysicsRaycaster for indirec... [Unity] PhysicsRaycaster for indirectly casting rays inside a quad that has a RenderTexture on it
  4. How to include C# code in an HLSL fi... How to include C# code in an HLSL file - useful for sharing code between CPU and shader without duplicating any files
    1
    // Share code between HLSL (shaders) and C#
    2
    //
    3
    // Limitations:
    4
    // - Cannot use #include
    5
    // - Must use defines to hide certain keywords, such as public, private, protected, or any other object-oriented programming keywords