unity-swiftui-example icon indicating copy to clipboard operation
unity-swiftui-example copied to clipboard

Integration example of the Unity engine in a SwiftUI-based application

Results 8 unity-swiftui-example issues
Sort by recently updated
recently updated
newest added
trafficstars

Hey @DavidPeicho I've read that you are not working with Swift and Unity anymore but maybe you can help me on this. I've read your tutorial in Medium and tried...

thank you so much for sharing this repo! I have been struggling to upload for 2 days now; i have tried various ways and google'd thoroughly as well; i am...

Closes #13 These changes are for the `old/unity2020` branch. The code in the `main` branch does not actually compose Unity into a SwiftUI element and so is not applicable to...

Hello! If I add a NavigationView the touch Event does not get forwarded to Unity. Do you know a way how to solve this? ZStack { NavigationView { } Text("Hello...

From the README > Between the moment you create the UnityFramework instance, and the moment you can display it, it seems like there is an issue. Some people try to...

I am a student and my project is to make an AR experience with a ring try on. I am using manomotion for the AR part and it is a...

Is this name correct? Isn't should be 'FRAMEWORK_SEARCH_PATHS'? https://github.com/DavidPeicho/unity-swiftui-example/blob/a149dbecf72d8d4c24a18e1fb05d24701296c7dd/unityapp/Assets/Editor/AutoBuilder.cs#L64

bug