unity-notnullattribute icon indicating copy to clipboard operation
unity-notnullattribute copied to clipboard

Attribute used to support workflows in Unity that rely heavily on object references.

Results 7 unity-notnullattribute issues
Sort by recently updated
recently updated
newest added

Seems to be happening with OnGUI, so every time I cause an OnGUI it adds one more Asterisk, until the name goes off screen. ![image](https://user-images.githubusercontent.com/702713/132742067-bfe14d11-e5f7-425c-9476-69cd50313b0a.png)

Would be really nice to have a UnityPackage installer for this to easily add this to a project.

Settings would include: * Bool whether or not to run NotNulLFinder on Launch * Ignore paths - assets to ignore during NotNullFinder Could include: * whether or not to log...

enhancement

When you apply a NotNullAttribute to an array, each element gets the warning in the editor as expected, which is sweet. However, when doing the "NotNull" search no errors are...

enhancement

Could look something like this: ![screenshot_2015-11-19_13 55 11](https://cloud.githubusercontent.com/assets/398377/21600130/87b08ab6-d145-11e6-8bee-b7c0a09cca1d.png)

enhancement

Repro Steps: 1. Build an asset with a RequireWire field for a GameObject 2. Link a Prefab into the game object 3. Check both into source control (try without this...

bug

Debug log clutters the log, and may not be how most people want to deal with their objects. I envision a list view of every monobehavior that is erroring, with...

enhancement