Skip to content
View wherrera's full-sized avatar

Organizations

@realmgames @gravitoncloud

Block or report wherrera

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. NeutronClient for Unity3D NeutronClient for Unity3D
    1
    //MIT License
    2
    
                  
    3
    //Copyright (c) 2019 William Herrera
    4
    
                  
    5
    //Permission is hereby granted, free of charge, to any person obtaining a copy
  2. JWT Handler Unity3D JWT Handler Unity3D
    1
    using System;
    2
    using System.Security.Cryptography;
    3
    using System.Text;
    4
    using Newtonsoft.Json.Linq;
    5
    using Org.BouncyCastle.Crypto;
  3. Open Scaffolding for Unity3D Open Scaffolding for Unity3D
    1
    //MIT License
    2
    
                  
    3
    //Copyright (c) 2019 William Herrera
    4
    
                  
    5
    //Permission is hereby granted, free of charge, to any person obtaining a copy
  4. Unity Main Thread Dispatcher Unity Main Thread Dispatcher
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using UnityEngine;
    4
    
                  
    5
    namespace UnityCore
  5. iap-store-manager-unity3d iap-store-manager-unity3d Public

    IAP Store Manager for Unity3D in C#

    C#

  6. path-finding-engine path-finding-engine Public

    2D Path Finding Engine for Unity3D

    C#