Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partial Screen Rendering #88

Open
milanj2 opened this issue Jul 20, 2023 · 2 comments
Open

Partial Screen Rendering #88

milanj2 opened this issue Jul 20, 2023 · 2 comments

Comments

@milanj2
Copy link

milanj2 commented Jul 20, 2023

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
Copy link

lucarocchi commented Jan 9, 2024

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants