-
-
Notifications
You must be signed in to change notification settings - Fork 134
Avatar-Ready SDK #821
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
base: developer
Are you sure you want to change the base?
Avatar-Ready SDK #821
Changes from all commits
a34857c
cadc300
0c1186f
6adb8b3
b7c6a02
a0aee14
09ab2da
39bf6b2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| #if !BASIS_FRAMEWORK_EXISTS | ||
| using UnityEditor; | ||
|
|
||
| namespace Basis.Scripts.BasisSdk.Players.Editor | ||
| { | ||
| internal static class BasisAvatarEditorPreviewBootstrap | ||
| { | ||
| [InitializeOnLoadMethod] | ||
| private static void Register() | ||
| { | ||
| BasisAvatarSDKInspector.PreviewFoldoutFactory = BasisEditorPreviewParametersFoldout.Create; | ||
| } | ||
| } | ||
| } | ||
| #endif |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
this is cut because Unity should resolve this dependency by itself. Correct me if im wrong.