Unity-Technologies / uaal-example

Other
733 stars 233 forks source link

Partial Screen Rendering #88

Open milanj2 opened 1 year ago

milanj2 commented 1 year ago

When embedding the Unity instance into the native app (iOS or Android), is partial screen rendering possible? The Unity docs suggest it's not, but I would be willing to pay someone who is able to facilitate that level of customization for a project we're working on.

lucarocchi commented 7 months ago

That can be done for sure on iOS ... not on Android , so far as I know .. I did that on iOS by embedding the Unity view controller inside a UIView . This stackoverflow answer show how embedding works https://stackoverflow.com/questions/43150320/embed-uiviewcontroller-inside-a-uiview

bdeweygit commented 1 month ago

Here is an example of partial screen rendering, but only for SwiftUI.