LOGO

Home

Assets


Infinite Value (Big Decimal)
Work with infinite values as easily as possible thanks to this asset !

Learn more →


Concurrent Value
Modify a variable concurrently with this easy to use and extend asset !

Learn more →


Last articles

New tools and updates (early 2023)

New tools and updates (early 2023) Hi everyone, in this post I will talk about new tools and updates to existing ones coming in the future. I’ve worked as a Tool Developer in a big company during a year, this experience helped me grow as a developer and come up with new ideas that I…

Keep reading

Meta programming in Unity

Meta programming in Unity Welcome to this article that will talk about writing C# scripts that will generate other C# scripts in Unity ! I learned about meta programming when creating the Concurrent Value asset. This can seems complex at first but it’s actually a simple matter of using C# file system classes. This article…

Keep reading

Arithmetic Operations on a Generic (Template) class in Unity

Arithmetic Operations on a Generic (Template) class in Unity Hello ! Welcome to this first blog post that will talk about doing arithmetic operation on a Template value inside a generic class in Unity. This was a challenge when creating the Concurrent Value asset. If you are unfamiliar with generics in C#, check out this…

Keep reading