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

Block or report rodrigoueda

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. com.rodrigoueda.developmentanimator com.rodrigoueda.developmentanimator Public

    A workaround to the unity editor dropdown animations list with too many clips.

    C# 1

  2. com.rodrigoueda.favoriteslist com.rodrigoueda.favoriteslist Public

    C#

  3. Unity Shader Graph custom node for p... Unity Shader Graph custom node for precise voronoi borders
    1
    # Unity Shader Graph custom node for precise voronoi borders
    2
    
                  
    3
    Code based on Inigo Quilez approach:
    4
    - https://www.iquilezles.org/www/articles/voronoilines/voronoilines.htm
    5
    
                  
  4. com.rodrigoueda.unitybasecode com.rodrigoueda.unitybasecode Public

    C#

  5. Editor Config C# Editor Config C#
    1
    # Remove the line below if you want to inherit .editorconfig settings from higher directories
    2
    root = true
    3
    
                  
    4
    # C# files
    5
    [*.cs]
  6. com.rodrigoueda.objectpool com.rodrigoueda.objectpool Public

    C#