Why C++ code is rebuild when I only changed the editor?

I realized that when I send a PR with only changes to the IDE, CI builds the CPP code all over again, am I missing something?

This is normal, because a little part of GD5 is written in c++, and sometime we need edit the core in c++, so CI rebuild all from scratch and run test.

But if you do edit in local, you can just re run the newIDE or refresh the app, there are a hot reload on it.

1 Like