/// <summary> /// Find a common resolver for all the instances /// </summary> void Awake() { if (resolver == null) { resolver = FindObjectOfType <Resolver>(); } if (VariableType == DataType.NONE) { ExciteOMeterManager.LogError("Please define the type of measurement of this LSL inlet in GameObject: " + gameObject.name); } }