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

Block or report MadhurG-Hexaware

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. Unity.gitignore custom Unity.gitignore custom
    1
    # This .gitignore file should be placed at the root of your Unity project directory
    2
    #
    3
    # original source from https://github.com/github/gitignore/blob/master/Unity.gitignore
    4
    #
    5
    /[Ll]ibrary/
  2. Unity.gitattributes custom Unity.gitattributes custom
    1
    # Text based files
    2
    * text=auto
    3
    *.cs                diff=csharp text
    4
    *.cginc             text
    5
    *.shader            text
  3. Script Templates Script Templates
    1
    // 82-Signals__Singals No Param-SignalTemplate.cs.txt
    2
    
                  
    3
    using Supyrb;
    4
    
                  
    5
    public class #SCRIPTNAME# : Signal