Let’s say I’ve built an app/game with Solar2D.
- Would it be possible to include it in a Unity project (or even a UE project)? I’m thinking of displaying it on an asset emulating a mobile phone.
- Would it be possible to have both project interact with each others with function callbacks and pass
variables betwene them? - If so, what would it require?