Hi
If I want to include an open source third party tool with my game, how would I go about doing that? Would the user need to explicitly install the tool separately? How would I allow assets to be made available to the tool without letting the assets be made available to the user?
The third party tool acts as a server, communicating with, and performing tasks for my app, and includes the processing of some of my assets. It’s preferable that it’s all invisible to the user.