Post

Replies

Boosts

Views

Activity

Comment on RealityView content scale factor
Yeah this also something that hinders me migrating to RealityView, since using ARView (the RealityView UIKit equivalent) offers this options and works well. Maybe try using ARView for now? Or you could try accessing the backing ARView (assuming there is one) using something like https://github.com/FiveSheepCo/SwiftUI-Inspect – not pretty though.
Jun ’25
Comment on CustomMaterial disable unlit tone mapping
Hi, thanks for you reply! So what I wanna achieve is to DISABLE tonemapping for the CustomMaterial when lightingModel is set to unlit, since it appears to be enabled by default and I couldn’t find a way to explicitly set a preference. Basically the texture I am passing in (ARKit Camera Feed) should be rendered exactly as-is, without any adjustments.
Topic: Spatial Computing SubTopic: General Tags:
Jun ’25
Comment on RealityKit Systems Not Ticking Every Frame on visionOS
Glad it worked! 😊 They just added this method and system update condition stuff on visionOS. On iOS afaik systems always seem to be synced with the render loop by default. My assumption would be that since visionOS has high and variable refresh rates and there is certain logic that does not necessarily need to run on every frame, they added SystemUpdateCondition to make the API more flexible in the future: https://developer.apple.com/documentation/realitykit/systemupdatecondition
Topic: Programming Languages SubTopic: Swift Tags:
Mar ’24