We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GA_SettingsInspector.cs
GA_SignUp.cs
There are several unused symbols in GA_SettingsInspector.cs and GA_SignUp.cs that generate compiler warnings.
btnSize in GA_SettingsInspector:1491:
btnSize
GA_SettingsInspector:1491
GA-SDK-UNITY/Editor/GA_SettingsInspector.cs
Line 1491 in 75366dc
And _signUpInProgress, _createGameInProgress, _googlePlayPublicKey, _selectedPlatform, _selectedOrganization, _selectedStudio in GA_SignUp:38-43:
_signUpInProgress
_createGameInProgress
_googlePlayPublicKey
_selectedPlatform
_selectedOrganization
_selectedStudio
GA_SignUp:38-43
GA-SDK-UNITY/Editor/GA_SignUp.cs
Lines 38 to 43 in 75366dc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are several unused symbols in
GA_SettingsInspector.cs
andGA_SignUp.cs
that generate compiler warnings.btnSize
inGA_SettingsInspector:1491
:GA-SDK-UNITY/Editor/GA_SettingsInspector.cs
Line 1491 in 75366dc
And
_signUpInProgress
,_createGameInProgress
,_googlePlayPublicKey
,_selectedPlatform
,_selectedOrganization
,_selectedStudio
inGA_SignUp:38-43
:GA-SDK-UNITY/Editor/GA_SignUp.cs
Lines 38 to 43 in 75366dc
The last 3 don't generate "assigned but not used" warnings, but they're all unused and seem related so it makes sense to remove them all imo.
The text was updated successfully, but these errors were encountered: