Hello,
I'm experiencing an issue with iOS 18 Beta 3 and SwiftData.
I have a model with some attributes marked as externalStorage because they are pretty large.
In iOS 17 I could display a list of all my Models and it would not prefetch the externalStorage attributes.
Now in iOS 18 it seems the attributes are fetched even though I don't use them in my list.
It's an issue because the memory use of my app goes from 100mo on iOS 17 to more than 1gb on iOS 18 because of this.
My app is configured to sync with iCloud.
Anyone else experiencing the issue?
Thanks
Gil
Post
Replies
Boosts
Views
Activity
I experience an issue with SceneKit that is driving me crazy ;(
I have severe hangs when I disable Metal API Validation (which is default when you don't run from Xcode). So is there any way to force enable Metal API Validation for AppStore binary? (run MTL_DEBUG_LAYER=1 for Testflight or App Store)
Hangs happen on Catalyst but also on iOS if I use lightingEnvironment...
Hello
Has anyone tried to send unreliable messages in first beta?
I have a bad access crash every time I try:
(lldb) thread backtrace
* thread #28, queue = 'com.apple.root.user-initiated-qos.cooperative', stop reason = EXC_BAD_ACCESS (code=1, address=0x22)
* frame #0: 0x00000001033aa3b4 libdispatch.dylib`_dispatch_root_queue_drain + 208
frame #1: 0x00000001033aae6c libdispatch.dylib`_dispatch_worker_thread2 + 196
frame #2: 0x00000001f9b8d06c libsystem_pthread.dylib`_pthread_wqthread + 228
I don't know if I do something wrong or if someone else experiences the same issue.
Thanks,
Gil
Hello
i was wondering if an updated version of fox 2 sample code with virtual controllers was going to be released.
thanks
Hello,
Recent additions to RealityKit 2 look really great!
I have an app that uses SceneKit to animate 3d models with face tracking.
My SceneKit Models contains Blendshapes.
I was wondering if it was possible to convert my App to RealityKit (I have performance issues with SceneKit since iOS 14).
For that I need to know:
If USDZ can contain blend shapes. I see in USD Python tools 0.64 that BlendShape support had been added but I have not been able to verify if my converted model contained the blenshapes.
If RealityKit can access and modify those blendshapes? I don't see a way to do it actually (nothing that look like SCNMorpher).
Thank you for your insights.
Gil
Hello,
Is there going to be a beta version of swift playgrounds with swift 5.3 and new iOS 14 apis?
Thanks
Gil
Since RealityKit 1.0 has been released, I've been searching for a way to animate a model with multiple skeletal animations (idle, walk, run etc...)
I've been able to make it work with one animation, but never been able to switch animations.
I've looked at the sample code for BugBreakAR which seems to achieve multiple animations.
However it seems that they just duplicated the usdz file with a different animation each time.
This si suboptimal since each usdz is around 30 mb (and it contains textures etc...). I used to do this by loading SCNanim files in Scenekit and animations file where just a few hundred kilobytes.
Is there any more optimized way to have multiple skeletal animation be applied to a model?
Thank you.
Gil
Hello,I'm trying to convert a model with multiple skeletal animations to USDZ but so far i have not been able to do it.I export them from unity.My models work fine as DAE and in scenekit.However i have not found a way to make them behave correctly as USDZ in realitykit.Has anybody been able to do this? With what workflow?ThanksGil
Hello,Each time i try to open an scn file with xcode 11.4 it crashes directly.Same thing when trying to open usdz files.Anyone else experiencing this issue?Thanks.Gil
Hello,In one of the WWDC 2019 reality kit sessions, it was said that the SwiftStrike (not the tabletop but the full version) Sample code would be released.Any ETA on this?Actually i find it a bit hard figuring out how to use RealityKit to go beyond basic demo with Reality Composer.Thanks,Gil