-
Notifications
You must be signed in to change notification settings - Fork 24
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
Initial unity sdk documentation #563
Initial unity sdk documentation #563
Conversation
@PythonHackerr is attempting to deploy a commit to the Radar Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Description
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this here?
Description
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this file? It looks empty? should we remove?
@@ -4,7 +4,7 @@ | |||
"private": true, | |||
"scripts": { | |||
"docusaurus": "docusaurus", | |||
"start": "NODE_OPTIONS=--openssl-legacy-provider docusaurus start", | |||
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider docusaurus start", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this cross-env
?
Closing in favor of: #594 |
Some preview Unity SDK documentation out of head. Any suggestions on the structure and what I must include? Generally unity integration is pretty straightforward - you just import everything, call functions from RadarSDKManager.cs and it works like magic.