Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
What is this?
Less
More

Owned by Nikhil

Reality Uni

Public • 26 • $49/m

A community of dreamers learning and building for the spatial computing era.

Memberships

Software Developer Academy

Private • 20k • Free

Mobile Developers Hub

Private • 808 • Free

Skool Community

Public • 185.1k • Paid

The Skool Games

Private • 22.5k • Free

52 contributions to Reality Uni
swiftdata transferrable package is updated
Hi, I was able to add the package but the updated package no longer uses the .swiftDataTransferrable() modifier but rather uses a scene builder: SwiftDataTransferrableScene(schema: schema, exportedUTType: "com.YourTeam.persistentModelID") { WindowGroup { ContentView() } } I'm not quite clear on what it wants as schema I added the code as follows: var body: some Scene { SwiftDataTransferrableScene(schema: schema, exportedUTType: "com.YourTeam.persistentModelID") { WindowGroup (id: "ToDoWindow"){ //To do view ToDoView() .onAppear(perform: { openWindow(id: "InProgressWindow") openWindow(id: "DoneWindow") }) .environmentObject(taskRepository) } WindowGroup .defaultSize(width: 500, height: 500) WindowGroup(id: "InProgressWindow") { //In progress view InProgressView() .environmentObject(taskRepository) } .defaultSize(width: 500, height: 500) WindowGroup(id: "DoneWindow") { //Done view DoneView() .environmentObject(taskRepository) } .defaultSize(width: 500, height: 500) } } I'm not sure how to add schema to the code..
1
3
New comment 2d ago
swiftdata transferrable package is updated
1 like • 8d
What version of the package are you using? I am using 2.0.0 and can confirm the project works fine. In their latest update, they changed their interface to using the package as you noted above, but the older version works with the course material. So, if you use 2.0.0, the project should work fine. If you can let me know your package version, to confirm this, then I can share a mini video, on how you can revert to the older compatible version. To check your current package version, you can see it in Xcode, in the package dependency area here.
0 likes • 2d
Hi, so I've updated the lesson with a fix for this here: https://www.skool.com/realityuni/classroom/89a4a737?md=f4ba483c4a214a3081a1b3503cfe5007 Just copy pasting the lesson update here: It looks like there's a bug with the Swift Package Manager's latest search functionality, which may prevent the package from appearing when searching by name. As a workaround, you can: 1) Search the package directly using its URL, via the package manager: https://github.com/Whiffer/swiftdata-transferrable 2) When adding the package, ensure you set the "Dependency Rule" to "Range of Versions" with the range: 2.0.0 < 3.0.0 Both these steps are highlighted in the screenshot below:
Third party dependencies (can't find the one from tutorial)
Hi I'm currently going through Managing Third-Party Dependencies session but i can't find that dependency through search. Is there something else that I need to do? or a different way to get the package? Thanks!
1
4
New comment 10d ago
0 likes • 18d
Hi, so what is the exact search term you are using?
1 like • 17d
Hmm I was able to repo your issue - looks like a bug with the package manager. If you instead try searching via the package URL: https://github.com/Whiffer/swiftdata-transferrable. So simply user this url for the package, as the search term. This will work, I will update the lesson with this option too, thanks for raising this.
"Mastering visionOS: RealityKit" Course Update
Hi folks, apologies for the delay. Got a bit distracted with some day job stuff, but pleased to say, the first 4 videos are shipping next week. Just adding final touches atm, while the next 4 are being recorded. Keep an eye out the coming week, am super excited for this course - it’s the biggest and most detailed one I have so far , with a heavy 3D focus. Speak soon!
3
2
New comment 19d ago
1 like • 19d
Thanks Hamza, for your continued support - also, its out now, would love to hear your feedback,
visionOS Reality Kit Course: First module out now!
Hi folks, excited to announce that first 4 lessons for the "Mastering visionOS: RealityKit" course is out now. It comes under the module "3D Basics For Programmers". Hope you enjoy. Also, please do share any feedback, as soon as you are able, so I can action them for the remainder of the lessons I am building atm. Next in line, is the "Reality Composer Pro Crash Course"
2
1
New comment 19d ago
visionOS Reality Kit Course: First module out now!
LabVision
An update to my last post. Polished up the prototypes and excited to share the progress! And to start taking these idea's to our customers. https://youtu.be/g2Es4ThzHFQ
3
1
New comment 19d ago
LabVision
1 like • 19d
this looks insane Melissa, got me thrilled - I'll send you a message re something but for us all first, can we beta test this yet? Would love to give it a spin.
1-10 of 52
Nikhil Jacob
4
43points to level up
@nikhil-jacob-2376
Spatial computing.

Active 18h ago
Joined Apr 26, 2024
powered by