
Kapalı
İlan edilme:
Teslimde ödenir
I’m building a SwiftUI app that relies on Unity for its core single-player gameplay. The Unity framework is already in the project, but I need someone who can finish the wiring so the two technologies behave like one smooth stack. Your job is to: • Embed the Unity runtime cleanly inside the SwiftUI lifecycle, exposing it through a UIViewControllerRepresentable wrapper. • Guard against common lifecycle pitfalls—app backgrounding, returning to foreground, memory warnings—so the game pauses and resumes exactly once and releases resources properly. • Set up fast, type-safe two-way messaging: ‑ From SwiftUI buttons and other controls to Unity methods. ‑ From Unity back to SwiftUI to trigger state changes and animations. I’ll provide the current Xcode workspace and a stripped-down Unity scene that compiles to iOS. You return: 1. The wrapper and any supporting managers or extensions. 2. A concise README explaining how to send/receive events, plus any changes made to AppDelegate/SceneDelegate. 3. A quick demo showing a SwiftUI button altering a Unity object, and a Unity event toggling a SwiftUI animation. If you’ve shipped a SwiftUI-Unity hybrid before, this should be straightforward. Let me know your timeline and any clarifying questions—looking forward to getting this gameplay live inside SwiftUI.
Proje No: 40083324
26 teklifler
Uzaktan proje
Son aktiviteden bu yana geçen zaman 2 ay önce
Bütçenizi ve zaman çerçevenizi belirleyin
Çalışmanız için ödeme alın
Teklifinizin ana hatlarını belirleyin
Kaydolmak ve işlere teklif vermek ücretsizdir
26 freelancer bu proje için ortalama $126 USD teklif veriyor

Hello darlyne2, I am Maryam Abbas, a Mobile App Developer with 4 years of experience in iOS and Mobile Development. I have carefully reviewed your project requirements and am confident in my ability to seamlessly integrate Unity into your SwiftUI app. I will embed the Unity runtime within the SwiftUI lifecycle, ensuring smooth functionality and handling common lifecycle scenarios effectively. I will establish efficient two-way messaging between SwiftUI and Unity for seamless interaction. With a proven track record of delivering successful projects and positive client feedback, I am eager to collaborate on this project. You can view my portfolio here: https://www.freelancer.pk/u/maryam951 Let's discuss further details in chat. Best regards, Maryam Abbas
$30 USD 2 gün içinde
4,8
4,8

Hello, I can finish the SwiftUI ↔ Unity integration so it behaves like one smooth stack, with Unity embedded cleanly through a UIViewControllerRepresentable wrapper and a lifecycle-safe manager that handles background/foreground, pause/resume, and memory pressure without double-initialization. I’ll implement fast, type-safe two-way messaging by defining a small event contract: SwiftUI triggers Unity methods through a single bridge API, and Unity sends events back through a structured callback channel that updates SwiftUI state (driving animations reliably on the main thread). You’ll get the wrapper, supporting managers/extensions, a concise README covering event send/receive and any AppDelegate/SceneDelegate changes, plus a working demo where a SwiftUI button modifies a Unity object and a Unity event toggles a SwiftUI animation. Best regards, Juan
$140 USD 1 gün içinde
4,6
4,6

I can help you finish this cleanly and make **SwiftUI and Unity feel like one stack**, not two glued parts. I’ll embed the Unity runtime properly into the **SwiftUI lifecycle** using a `UIViewControllerRepresentable` wrapper and a small manager layer so Unity is created once, paused/resumed correctly, and released when it should be. I’ll explicitly handle backgrounding, foreground return, and memory warnings to avoid the double-resume and ghost-instance issues that often show up in SwiftUI–Unity setups. For communication, I’ll set up **fast, type-safe two-way messaging**: • SwiftUI → Unity: buttons and UI state changes calling Unity methods cleanly • Unity → SwiftUI: Unity events updating SwiftUI state to trigger animations or UI changes No hacks—just a predictable bridge that’s easy to extend. You’ll get: • The SwiftUI wrapper and any required managers/extensions • Minimal, well-documented changes to AppDelegate / SceneDelegate • A short README explaining the message flow and lifecycle handling • A working demo: SwiftUI button affecting a Unity object, and Unity triggering a SwiftUI animation I’ve worked with **Unity embedded in native iOS apps** and understand the common lifecycle and memory traps. Once I review your workspace and Unity scene, I can give you a clear timeline (likely a few days, not weeks). Happy to answer questions and get this gameplay running smoothly inside SwiftUI.
$99 USD 7 gün içinde
4,6
4,6

Greetings, It sounds like you're looking for someone to help integrate Unity within your SwiftUI app, ensuring both frameworks work seamlessly together. This involves creating a UIViewControllerRepresentable wrapper to manage the Unity runtime, while also handling lifecycle events effectively so that the game pauses and resumes without issues. My experience with Unity and SwiftUI allows me to set up clear two-way communication between the two, making sure that SwiftUI controls can interact with Unity methods and vice versa. I understand the importance of having a reliable system in place, especially when it comes to resource management and event handling. I’ll provide you with the necessary wrapper, supporting extensions, and a straightforward README to guide you through the changes. A demo will also highlight the interaction between Unity and SwiftUI as requested. Best regards, Mehran Riaz
$200 USD 4 gün içinde
3,7
3,7

Hi there, I’ve gone through your project requirements and I’m genuinely interested in working on this. I have 7 years of experience with iOS development, SwiftUI, and Unity integrations. What caught my attention is your need to properly bridge SwiftUI and Unity so they behave like a single, stable stack with clean lifecycle handling and two way communication. I can handle embedding Unity via UIViewControllerRepresentable, manage app lifecycle edge cases, and implement type safe messaging between SwiftUI and Unity with a clear demo and documentation. My estimated timeline is 3 to 5 days and I’m proposing a budget aligned with this focused integration work. I’m flexible with revisions and keep communication clear throughout. Happy to answer any questions. Best regards, Shawana
$100 USD 5 gün içinde
3,4
3,4

Hi, hope you are doing well. I've read your proposal very carefully and I am confident about your project. I understand that you need to seamlessly integrate the Unity runtime within the SwiftUI lifecycle, ensuring smooth interaction between both technologies. I have hands-on experience in developing SwiftUI applications and embedding Unity for interactive gameplay, which makes me a great fit for this task. My approach will include: - Creating a UIViewControllerRepresentable wrapper to cleanly embed Unity within the SwiftUI environment. - Implementing robust lifecycle management to handle backgrounding, foregrounding, and memory warnings effectively. - Establishing fast, type-safe two-way messaging between SwiftUI and Unity to ensure smooth state management and responsive UI interactions. I can start immediately and complete the work within a short timeline. Looking forward to your reply.
$30 USD 7 gün içinde
3,1
3,1

Hi, I hope you are doing well. I've read your proposal very carefully, and I am confident about your project. I understand that you need to seamlessly integrate Unity into your SwiftUI app, ensuring smooth interaction between the two technologies while handling lifecycle events effectively. I have hands-on experience in both SwiftUI and Unity, having successfully completed similar projects where I embedded Unity within a SwiftUI environment. My approach includes: - Creating a robust UIViewControllerRepresentable wrapper to host the Unity runtime. - Implementing lifecycle management to handle app backgrounding, foregrounding, and memory warnings. - Setting up a type-safe two-way messaging system for effective communication between SwiftUI and Unity. I can start immediately and complete the work within a short timeline. Looking forward to your reply.
$30 USD 7 gün içinde
3,1
3,1

Hello! I understand you're looking to seamlessly integrate Unity into your SwiftUI app, ensuring a smooth gameplay experience. I have successfully completed similar projects where I combined SwiftUI and Unity, resulting in enhanced interactivity and user experience for clients. ✅My Plan: - Embed the Unity runtime using UIViewControllerRepresentable. - Implement lifecycle management to handle app backgrounding and memory warnings effectively, ensuring the game pauses and resumes properly. - Set up type-safe two-way messaging for seamless communication between SwiftUI controls and Unity methods. - Deliver a comprehensive README with event handling instructions and changes made to the AppDelegate/SceneDelegate. - Provide a demo showcasing direct interaction between SwiftUI buttons and Unity objects. What specific Unity features do you intend to focus on for your gameplay? Also, do you have a preferred timeline for this integration completion?Best regards, Hongqiang Chen
$230 USD 2 gün içinde
2,4
2,4

Hello, You want a seamless SwiftUI—Unity hybrid with a single, robust lifecycle and fast two-way messaging. I’ll deliver a clean UnityHost wrapper via UIViewControllerRepresentable, so Unity runs like a natural SwiftUI component. A lightweight UnityBridge will manage lifecycle events (pause on background, resume on foreground, memory warnings) to guarantee one pause/resume cycle and proper resource release. The messaging layer will be type-safe: SwiftUI controls call Unity methods, and Unity sends events back to SwiftUI to drive state and animations. Deliverables: - UnitySwiftBridge + UnityHostVC, complete lifecycle guards, and a typed message surface for SwiftUI->Unity and Unity->SwiftUI. - A compact README with event formats, example code, and AppDelegate/SceneDelegate notes. - A runnable quick-demo: a SwiftUI button animates a Unity object; a Unity event toggles a SwiftUI animation. Timeline: 5–7 days after you share the workspace. Next steps: review your project, wire the wrapper, and ship a ready-to-run demo. What is your target timeline for completing the Unity-SwiftUI bridge, and are there any specific Unity/iOS constraints (Unity version, iOS target, or particular Unity messages) I should align with? Best regards,
$250 USD 8 gün içinde
2,4
2,4

Hey , I just finished reading the job description and I see you are looking for someone experienced in Objective C, Swift, iPhone, iOS Development, Mobile Development, Unity, Unity 3D and Mobile App Development. This is something I can do. Please review my profile to confirm that I have great experience working with these tech stacks. While I have few questions: 1. These are all the requirements? If not, Please share more detailed requirements. 2. Do you currently have anything done for the job or it has to be done from scratch? 3. What is the timeline to get this done? Why Choose Me? Deliver high-quality work with a strong focus on accuracy, efficiency, and client objectives. Maintain a proven record of long-term client satisfaction with consistently positive feedback. Earn 5-star ratings on recent projects, reflecting reliability and clear communication. Work with a structured, detail-oriented approach to ensure timely and accurate delivery. Availability: Full-time freelancer with flexible availability and fast response times (Eastern Time). I will share with you my recent work in the private chat due to privacy concerns! Please start the chat to discuss it further. Regards, Hassan.
$30 USD 3 gün içinde
1,7
1,7

Hello, I went through your project description and it seems like I'm a great fit for this Unity-SwiftUI Game Integration Help. Lets connect in chat so that We discuss further. Regards
$90 USD 2 gün içinde
0,0
0,0

Hi there. I’m highly interested in Unity-SwiftUI Game Integration Help and confident that my expertise in Mobile App Development makes me the right choice to deliver immediate, high-quality results. The scope of Unity-SwiftUI Game Integration Help clearly requires a professional who understands Mobile App Development, iPhone, Objective C, Unity 3D, Swift, iOS Development, Mobile Development, Unity and can deliver without delays. I bring strong expertise in Mobile App Development, backed by successful project delivery for clients in United States and internationally. I will fully manage Unity-SwiftUI Game Integration Help, delivering a clean, scalable solution optimized for performance and long-term use. If you want reliable execution without wasted time, let’s move forward and start immediately. Best regards, Yevhenii
$140 USD 1 gün içinde
0,0
0,0

Hello there, I understand that you are working on a SwiftUI app that incorporates Unity for single-player gameplay. You require assistance in integrating the Unity framework seamlessly within the SwiftUI lifecycle to ensure smooth operation. I propose to: • Embed the Unity runtime within SwiftUI using a UIViewControllerRepresentable wrapper. • Address common lifecycle challenges to ensure proper pausing, resuming, and resource management. • Establish efficient two-way messaging between SwiftUI and Unity for seamless interaction. Key Deliverables: 1. Implementation of the wrapper and necessary supporting components. 2. A comprehensive README guide on event communication and any modifications to AppDelegate/SceneDelegate. 3. A demonstrative video showcasing interaction between SwiftUI and Unity elements. I bring expertise in Mobile App Development and Unity integration. I'll share relevant portfolio details with you in the DM. Kindly, ping me there. I’d love to connect for a quick chat to discuss your project in more detail. Best regards, Bilal
$140 USD 7 gün içinde
0,0
0,0

Hi there, I’m Ahmed from Eastvale, California — a Senior Full-Stack Engineer with over 15 years of experience building high-quality web and mobile applications. After reviewing your job posting, I’m confident that my background and skill set make me an excellent fit for your project — Unity-SwiftUI Game Integration Help . I’ve successfully completed similar projects in the past, so you can expect reliable communication, clean and scalable code, and results delivered on time. I’m ready to get started right away and would love the opportunity to bring your vision to life. Looking forward to working with you. Best regards, Ahmed Hassan
$120 USD 2 gün içinde
0,0
0,0

Hello, As a seasoned Game Developer and AI Specialist, I bring the perfect blend of skills and experience to your Unity-SwiftUI game integration project. With a keen understanding of both SwiftUI and Unity frameworks, I'm well-equipped to embed the Unity runtime into your SwiftUI app, ensuring a seamless experience. I have a keen eye for detail and expertise in guarding against common lifecycle pitfalls, such as app backgrounding or memory warnings. This skill ensures the game pauses and resumes impeccably while releases resources accurately. Additionally, I will set up fast, type-safe two-way messaging—a crucial requirement for your project—that allows effortless communication between SwiftUI buttons and Unity methods, ensuring state changes and animations happen as intended. One of my notable strengths is clean architecture - providing efficient scalable systems while enhancing player experience, which dovetails well with your project needs. Importantly, I step beyond simply fulfilling the brief; rather, I aim to deliver a polished product that encompasses not just functionality but also an immersive gameplay experience. Let's collaborate on turning your vision into an amazing reality! Thanks!
$150 USD 7 gün içinde
0,0
0,0

Hello, I specialize in seamlessly integrating Unity into SwiftUI apps to create a cohesive gaming experience. With over 7 years of expertise, I guarantee a smooth stack by embedding the Unity runtime into SwiftUI using a UIViewControllerRepresentable wrapper. I'll manage app lifecycle challenges, ensuring flawless pausing/resuming and resource release. Moreover, I'll establish efficient two-way messaging for interactive gameplay. Let's discuss the timeline and any specifics needed to bring your immersive gameplay to life within SwiftUI. What is your preferred timeline for completing this integration?
$120 USD 1 gün içinde
1,3
1,3

Hi darlyne2, I would like to grab this opportunity and will work till you get 100% satisfied with my work. I just applied after read your job posting carefully and I believe that I am good fit to your project. I'm a serious bidder. I will satisfy you with my high skills! I am an expert which have 8+ years of experience on Mobile App Development, iPhone, Objective C, Unity 3D, Swift, iOS Development, Mobile Development, Unity I am looking forward to meet you to discuss the further detail about this project. Looking forward to hearing from you. Warm Regards
$150 USD 7 gün içinde
0,0
0,0

With over 6 years of experience as a full-stack developer primarily focused on complex web applications and mobile app development, I can confidently say that I am not only skilled in a wide range of programming languages including Objective C but also, keen on staying up to date with the ever-evolving needs of the tech industry. In regard to your project, I have successfully dabbled with game-engine integrations into application frameworks before -even though this instance involves a SwiftUI-Unity hybrid-. This means that I have a strong understanding of how these two technologies should interact. Besides the grasp of the techniques you need, I pride myself on my ability to be proactive and adaptable while managing timelines. I am quite confident that my profile is proof enough that your project is in capable hands. Looking forward to collaborating with you to bring your vision of smooth and seamless interaction between Unity and SwiftUI technologies to fruition.
$140 USD 7 gün içinde
0,0
0,0

We've just completed a similar project integrating two complex frameworks for a seamless user experience. I can help you embed the Unity runtime smoothly within SwiftUI, ensuring the app handles lifecycle events cleanly and that messaging between SwiftUI and Unity is fast and type-safe. I understand you need a UIViewControllerRepresentable wrapper, robust lifecycle management to pause and resume gameplay correctly, and two-way communication for state changes and animations. These details show your focus on a clean, professional, and user-friendly integration. With my expertise in SwiftUI and Unity, I'm eager to help you deliver a polished, seamless app. I'd love to chat about your project! The worst that can happen is you walk away with a free consultation. Regards, Danie.
$100 USD 7 gün içinde
0,0
0,0

Hello there, I hope you are well. As I reviewed your requirement, the solution is to embed Unity runtime into SwiftUI using a clean UIViewControllerRepresentable` wrapper, handle lifecycle events (background/foreground, memory warnings) so the game pauses/resumes correctly, and set up type‑safe two‑way messaging between SwiftUI controls and Unity methods. I will deliver the wrapper, supporting managers, concise README with event handling instructions, and a demo showing SwiftUI buttons altering Unity objects and Unity events triggering SwiftUI animations. I have experience shipping SwiftUI‑Unity hybrids, ensuring smooth integration and maintainable code. Let’s connect to finalize milestones and timeline so we can get your gameplay live inside SwiftUI. Regards,
$140 USD 7 gün içinde
0,0
0,0

Silver Spring, United States
Ödeme yöntemi onaylandı
Ara 21, 2025 tarihinden bu yana üye
£3000-5000 GBP
€1500-3000 EUR
minimum $50 USD / saat
$1500-3000 USD
$30-250 AUD
₹7500-15000 INR
£20-100 GBP
$250-750 USD
£250-750 GBP
$60-600 NZD
$10-30 USD
$30-250 USD
₹12500-37500 INR
€30-250 EUR
$1500-3000 USD
₹12500-37500 INR
$30-250 USD
₹1500-12500 INR
$250-750 USD
₹1500-12500 INR