2026 Developer ToolsGraphics & GamesSpatial ComputingDesign
WWDC26 · 19 min · Developer Tools / Graphics & Games / Spatial Computing / Design
Design no-code games with Reality Composer Pro 3
Discover how you can use ScriptGraph in Reality Composer Pro 3 to create no-code 3D content for your apps and games. Learn how to take advantage of visual nodes to build animations, create interactive moments, and incorporate SwiftUI elements to add speech bubbles and other UI to your experience.
Watch at developer.apple.com ↗Chapters
Code shown on screen · 1 snippet
Squirrel Talk
// Advanced techniques
if let scene = entity.scene {
scene.subscribe(forEventName: "squirrelTalk", on: { event in
if let sayThis: String = try? event.value("sayThis") {
self.sayThis = sayThis
}
} ).store(in: &cancellables)
}
...
} attachments: {
Attachment(id: "squirrelTalk") {
SquirrelTalkAttachmentView(text: sayThis)
}
} Related sessions
-
17 min -
22 min -
22 min -
24 min -
22 min -
22 min