gorastudio-git / SCNRecorder

The best way to record your AR experience!
MIT License
201 stars 51 forks source link

RealityKit Support #29

Closed Reality-Dev closed 3 years ago

Reality-Dev commented 3 years ago

I know in the ReadMe it says that this package is supposed to support RealityKit: "To support recording RealityKit, copy ARView+MetalRecordable.swift and ARView+SelfSceneRecordable.swift files to your project. Then look at ARViewController.swift for usage." but these files mentioned here^ seem to be missing. How do I make this work with RealityKit?

v-grigoriev commented 3 years ago

Oops, bad links :) https://github.com/gorastudio/SCNRecorder/tree/master/Example/Source/Content/RealityKit

Reality-Dev commented 3 years ago

Thank you for responding so soon! I was able to look them up. It would help if you would update the ReadMe with the proper file links. Also, I believe the view controller example file for RealityKit is called RealityKitViewController.swift and not ARViewController.swift. Thank you for making this package! I am sure it took some time.

v-grigoriev commented 3 years ago

I updated the README.