Hi! I want to add a set of utility functions available for scenes components (say, some formatting functions that should be used by different classes). It's silly, but I don't understand how to do ...
any functions defined in the included script will only work within the scope of that component so it can get included in multiple components as long as there are no function name conflicts.