У нас вы можете посмотреть бесплатно NLog Tutorial (Included targets) - A powerful and comprehensive Unity logging framework или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This tutorial covers the popular targets included with the NLog Unity asset. It is available on the Unity3d asset store (http://u3d.as/Foc). NLog overview: NLog is a comprehensive Unity logging framework based upon the extremely popular open source project .NET NLog project (http://nlog-project.org). From the provided editor GUI you have dynamically control of logging levels, platforms, targets, content, and format. With NLog you can route your logging statements based upon class, namespace, or custom name to various targets. The available targets include Unity Console, In-Game Console, Remote Log Viewer, Log File, Email, or create your own. The In-Game Console allows you to debug inside your game while the Remote Log Viewer will have you debugging remotely in minutes. Each target has a layout property that controls message content and format. Select from the dropdown variable list to inject content like logging level, calling method, and timestamp into log messages. Alternatively use Unity Rich Text formatting to color code messages from a particular class or namespace. The logging level of each logger can also be controlled, allowing you to increase logging verbosity of the namespace(s) under development. With NLog you can improve performance by compiling out your logging statements on unselected platforms or logging levels. A log tester is built into to the GUI to help you verify and tweak your configurations. The available logging levels are Trace, Debug, Info, Warning, Error, Fatal, and Assert. NLog extensibility make it easy to create new targets and layout variables. Automatically instantiate NLog in new scripts using the AiUnity flagship product ScriptBuilder (https://www.assetstore.unity3d.com/#!..." - Automatically generate any Unity script). Resources: [Unity3d] Unity asset store (NLog): https://www.assetstore.unity3d.com/#!... [Website] AiUnity (Unity3d products): http://aiunity.com [Forum] AiUnity support: https://forum.aiunity.com [YouTube] Playlist (NLog): • NLog - A powerful and intuitive Unity logg... [YouTube] AiUnity subscribe: / @aiunity3233 [YouTube] AiUnity story: • Video Table of Contents: 00:00 - Introduction 00:09 - UnityConsole 00:56 - GameConsole 02:52 - NLogViewer