Skip to content
View timo-sisus's full-sized avatar

Organizations

@SisusCompany
Block or Report

Block or report timo-sisus

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 Loading

  1. init-args-lite init-args-lite Public

    Init(args) Lite extends the MonoBehaviour class with the ability to receive arguments during initialization. It is a free, more limited version of the Init(args) dependency injection framework.

    C# 2

  2. transform-struct-enumerator transform-struct-enumerator Public

    Extension method for Transform for getting a struct-based enumerator for iterating over its children, without any garbage being generated.

    C# 2

  3. id id Public

    A persistent and globally unique identifier which can be serialized by Unity (unlike Guid).

  4. poolable-behaviour poolable-behaviour Public

    A base class for components that can be reused for performance optimization reasons.

    C#