This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// NOTE: Copied and cleaned-up from Unity/Libraries/VuforiaNativeRendererController.mm | |
// REASON: The .mm file did not expose an interface and categorically overrode the Unity app delegate subclass | |
// using `IMPL_APP_CONTROLLER_SUBCLASS(VuforiaNativeRendererController)`, preventing us from providing our own | |
// subclass of `VuforiaNativeRendererController` to serve as the final app delegate. Diff this file with the | |
// source file (specified above) to view the applied changes. | |
#import "CustomVuforiaNativeRendererController.h" | |
#import "VuforiaRenderDelegate.h" | |
// Unity native rendering callback plugin mechanism is only supported |