Skip to content
View nikodemgrz's full-sized avatar

Block or report nikodemgrz

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

    This package contains a diverse collection of helpful scripts (MonoBehaviours, Math, Logic & Management Helpers, Extensions, etc.) for the Unity3D runtime environment and the Editor as well!

    C# 19

  2. NikosAssets.Pooling NikosAssets.Pooling Public

    Pool short-lived objects like projectiles or long-lived objects like environment props or entities.

    C#

  3. NikosAssets.Modulize NikosAssets.Modulize Public

    Sometimes you want or rather need your components to always execute in the right order within the Unity function execution order (Awake, Start, Update, etc.). This package offers a solution where y…

    C#

  4. NikosAssets.Interactions NikosAssets.Interactions Public

    This package provides basic 3D interaction wrappers with events such as Hover, UnHover and Interact. The interaction logic via raycasts targeted at colliders is included as well, though you need to…

    C#

  5. NikosAssets.Instantiation NikosAssets.Instantiation Public

    A wrapper for Unity Object instantiation either via addressables or the classic "Instantiate()" way. With this package your code remains maintainable and flexible in how you instantiate your Object…

    C#

  6. AsyncAwaitUtilAsPackage AsyncAwaitUtilAsPackage Public

    Forked from modesttree/Unity3dAsyncAwaitUtil

    A bunch of code to make using async-await easier in Unity3D as a package for the package manager

    C#