BugbreakAR does not compile, DebugModelComponent missing

I downloaded the code sample titled "Creating a game with scene understanding" related to the WWDC-20 session on advances in RealityKit.

I have the latest beta of XCode-12, but the sample code will not compile and I get the error "Cannot find type 'DebugModelComponent' in scope

Indeed this is not found in a project wide search, and it is not a part of RealityKit. The only reference to it is in RealityKit+Helpers.



Hello,

DebugModelComponent has been replaced with ModelDebugOptionsComponent. If you replace all occurrences of DebugModelComponent with ModelDebugOptionsComponent (and change the argument label for the initializer) then you should be able to build the project!
BugbreakAR does not compile, DebugModelComponent missing
 
 
Q