DarkRiftNetworking/DarkRift

Warning logs in Editor

Closed this issue · 2 comments

Unnecessary warnings in Editor, mostly default value warnings.

image

Most of these warnings can be avoided by declaring the variable null, for example:

[SerializeField]
[Tooltip("The transform to place new messages in.")]
Transform chatWindow = null;

Unity Version 2019.4.11f1
DarkRift Version: 2.7.0 Free

Hi,

Sorry it's taken so long to look into this and reply!

I don' see these errors using 2019.1 or 2020.2, do you have any additional settings enabled?

Managed to reproduce in the end! Fixed in the next version!