Skip to content
View Kinggrass's full-sized avatar

Block or report Kinggrass

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. Tri-Inspector Tri-Inspector Public

    Forked from codewriter-packages/Tri-Inspector

    Free inspector attributes for Unity [Custom Editor, Custom Inspector, Inspector Attributes, Attribute Extensions]

    C#

  2. Powershell script for transfering GU... Powershell script for transfering GUIDs inside a Unity project to another by filename
    1
    param(
    2
        [string]$sourceFolderPath,   # The path to the folder containing the source .cs.meta files.
    3
        [string]$targetProjectPath   # The path to the target project where files will be updated.
    4
    )
    5