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
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
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,
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
i was wondering if an updated version of fox 2 sample code with virtual controllers was going to be released.
thanks
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
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,
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
With Xcode 26, loading ressources with RealityKit is extremely slow.
Here my project takes almost 50 seconds to load.
I also get multiple Hang detected messages in the console:
When I uncheck "Debug executable" in the schema, the same project loads in 2 seconds.
I'm using RealityKit asynchronous loading:
private static func loadFromRealityComposerPro(
named entityName: String,
fromSceneNamed sceneName: String
) async -> Entity? {
var entity: Entity?
do {
let scene = try await Entity(
named: sceneName,
in: visionPetsContentBundle
)
entity = scene.findEntity(named: entityName)
} catch {
print(
"Error loading \(entityName) from scene \(sceneName): \(error.localizedDescription)"
)
}
return entity
}
Anyone having the same problem?
Topic:
Spatial Computing
SubTopic:
General
When I try to run visionOS 26 beta 2 on my device the app crashes on Launch:
dyld[904]: Symbol not found: _$s16FoundationModels10TranscriptV7entriesACSayAC5EntryOG_tcfC
Referenced from: <A71932DD-53EB-39E2-9733-32E9D961D186> /private/var/containers/Bundle/Application/53866099-99B1-4BBD-8C94-CD022646EB5D/VisionPets.app/VisionPets.debug.dylib
Expected in: <F68A7984-6B48-3958-A48D-E9F541868C62> /System/Library/Frameworks/FoundationModels.framework/FoundationModels
Symbol not found: _$s16FoundationModels10TranscriptV7entriesACSayAC5EntryOG_tcfC
Referenced from: <A71932DD-53EB-39E2-9733-32E9D961D186> /private/var/containers/Bundle/Application/53866099-99B1-4BBD-8C94-CD022646EB5D/VisionPets.app/VisionPets.debug.dylib
Expected in: <F68A7984-6B48-3958-A48D-E9F541868C62> /System/Library/Frameworks/FoundationModels.framework/FoundationModels
dyld config: DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/usr/lib/libLogRedirect.dylib:/usr/lib/libBacktraceRecording.dylib:/usr/lib/libMainThreadChecker.dylib:/usr/lib/libViewDebuggerSupport.dylib:/System/Library/PrivateFrameworks/GPUToolsCapture.framework/GPUToolsCapture
Symbol not found: _$s16FoundationModels10TranscriptV7entriesACSayAC5EntryOG_tcfC
Referenced from: <A71932DD-53EB-39E2-9733-32E9D961D186> /private/var/containers/Bundle/Application/53866099-99B1-4BBD-8C94-CD022646EB5D/VisionPets.app/VisionPets.debug.dylib
Expected in: <F68A7984-6B48-3958-A48D-E9F541868C62> /System/Library/Frameworks/FoundationModels.framework/FoundationModels
dyld config: DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/usr/lib/libLogRedirect.dylib:/usr/lib/libBacktraceRecording.dylib:/usr/lib/libMainThreadChecker.dylib:/usr/lib/libViewDebuggerSupport.dylib:/System/Library/PrivateFrameworks/GPUToolsCapture.framework/GPUToolsCapture
Message from debugger: Terminated due to signal 6
Topic:
Machine Learning & AI
SubTopic:
Foundation Models