Assets
Infinite Value (Big Decimal)
Work with infinite values as easily as possible thanks to this asset !
Concurrent Value
Modify a variable concurrently with this easy to use and extend asset !
Last articles
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 won’t talk about running…
Keep readingArithmetic 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 page. The Issue The C# language doesn’t handle arithmetic…
Keep reading