Quantcast
Channel: CSDN博客移动开发推荐文章
Viewing all articles
Browse latest Browse all 5930

Tango+Unity 日志输出

$
0
0

为 Android 开发 Tango 应用的过程中,日志输出可以有效的帮助我们定位问题,本文讲述如何在 C# 脚本中打印日志并在控制台查看日志。

C# 代码

Debug.Log ("topPointOnHead: " + topPointOnHead.ToString ("G4"));

以及使用 Android 的 Toast 查看实时数据:

AndroidHelper.ShowAndroidToastMessage(String.Format("m_pointCloud.m_floorPlaneY = {0}", m_pointCloud.m_floorPlaneY.ToString()));

查看日志

使用 logcat 查看日志输出。
这里写图片描述

作者:zhaizu 发表于2017/6/11 15:08:16 原文链接
阅读:12 评论:0 查看评论

Viewing all articles
Browse latest Browse all 5930

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>