Skip to content
View vncastanheira's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report vncastanheira

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
vncastanheira/README.md

Hi there 👋

Pinned

  1. Global event system for Unity Global event system for Unity
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using UnityEngine;
    4
    
                  
    5
    namespace vnc.Tools
  2. HexUtils HexUtils
    1
    using UnityEngine;
    2
    
                  
    3
    // Helper script to find out adjancent cells in a hexagonal grid
    4
    public static class HexGridUtils
    5
    {
  3. committed-properties committed-properties Public

    Change and test properties in your ScriptableObject files without losing their original values.

    ShaderLab