Navigation Menu

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

Block or report mandarinx

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. mlib mlib Public

    Library of Unity helpers

    C# 6 1

  2. Deflector Deflector Public

    C# 6 1

  3. Unity3D optimization tips Unity3D optimization tips
    1
    # Unity3D optimization tips
    2
    
                  
    3
    Some code allocates memory when running in the editor and not on the device. This is due to Unity doing some extra error handling so possible error messages can be output in the console. Much of this code is stripped during build. It's therefore important to profile on device, and do it regularly.
    4
    
                  
    5
    Optimizations often makes code more rigid and harder to reason. Don't do it until you really need to.
  4. actionsystem actionsystem Public

    C# 3