Hi everyone,
As Construct 3 projects grow, it can become harder to understand the overall function flow across the Event Sheets(at least for me, because I like to use functions everywhere😅).
For example, when a function is called by another function, which is called by another function, and so on. Or when the same function is called from many different places.
I’m curious if others also deal with this in medium or large projects.
Do you mostly rely on Find all references, comments, naming conventions, groups, or some other workflow?
The reason I’m asking is that I’m developing a small read-only desktop app that opens a Construct 3 folder project and shows a function-focused view: functions, callers, root event chains and unused functions.
I’m building it because I find this kind of overview useful when working with larger projects, but I’d like to hear how others handle this workflow.
If there is interest, I may polish it further and consider releasing it on the Construct Asset Store later.
What do you think?