Color picker / UI Toolkit
This tutorial describes how to install TLS to a mail server consisting of Postfix and/or Dovecot by using Let's Encrypt certificates with automatic renewing and firewall management.
The system used for this tutorial was:
$ lsb_release -idrc
Distributor ID: Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var type = Type.GetType( "UnityEditor.PlayerSettings,UnityEditor" ); | |
| if ( type != null ) | |
| { | |
| var propertyInfo = type.GetProperty( "submitAnalytics", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Static ); | |
| if ( propertyInfo != null ) | |
| { | |
| { | |
| var value = (bool)propertyInfo.GetValue( null, null ); | |
| Debug.LogFormat( "PlayerSettings.submitAnalytics {0}", value ); | |
| } |
