Recently, a customer asked how to feed profiler counters without actually adding 'intrusive code'.

So, the first questions is, what does 'intrusive code' means? They refered to the act of adding more code to the working source files. For reference, we frequently run into this scenario when:

  1. Printing debug information …

READ MORE

TLDR

The Editor iteration profiler (EIP) has a built-in functionality for exporting data from the profiler in different formats (html, csv, json). Below I explain how it worked for me when I needed to inspect a profiler capture in chrome://tracing.

Recently, while working with a customer case, investigating a …

READ MORE

In the last few days, I've been exploring what is docker and how to run Unity on it. Indeed, I've used GameCI in the past and worked good for me, nonetheless, I wanted something simple and from scratch.

something like docker + unity for dummies.

While investigating it, I found important …

READ MORE