stillwwater / command_terminal

Unity Command Terminal: In-Game Console
MIT License
445 stars 60 forks source link

never assigned to warnings #17

Open justinwasilenko opened 5 years ago

justinwasilenko commented 5 years ago

When loading up Command Terminal in Unity, these (harmless) warnings come up: [Warning] [None] [CS0649] Field 'Terminal.InputContrast' is never assigned to, and will always have its default value 0

[Warning] [None] [CS0649] Field 'Terminal.ShowGUIButtons' is never assigned to, and will always have its default value false

[Warning] [None] [CS0649] Field 'Terminal.RightAlignButtons' is never assigned to, and will always have its default value false