Info
Version: | 2015.9.19.1917 |
Author(s): | UnityContrib |
Last Update: | Saturday, September 19, 2015 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/UnityContrib/code-analysis |
NuGet Url: | https://www.nuget.org/packages/UnityContrib.CodeAnalysis |
Install
Install-Package UnityContrib.CodeAnalysis
dotnet add package UnityContrib.CodeAnalysis
paket add UnityContrib.CodeAnalysis
UnityContrib.CodeAnalysis Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Contains the following rules:
UCHasTooltip
All non-readonly private instance fields marked with [SerializeField] on MonoBehaviours must also have a [Tooltip] attribute.
UCNonEmptyTooltip
All [Tooltip] attributes are not allowed to have an empty string.
UCPrivateField
All fields on MonoBehaviours must be private.