-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Objective-C alternative for InitArgs(CommandLine.argc, CommandLine.unsafeArgv) #47
Comments
@TarekMedhat please clarify your questions. Those are objective-c code |
Hi @juicycleff, I'm aware that InitArgs is an Objective-c method and that we are accessing it through Appdelegate.swift by importing it using the bridging header. |
What is the objective-c alternative for those 2 steps ?
#import "UnityUtils.h"
Add to AppDelegate.swift before the GeneratePluginRegistrant call:
InitArgs(CommandLine.argc, CommandLine.unsafeArgv)
The text was updated successfully, but these errors were encountered: