Pascal Serrarens de12c36220 First commit
2022-01-11 16:51:37 +01:00

22 lines
673 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Passer.Humanoid {
/// \version Humanoid Control 4
/// \page Visitor Visitor
///
/// A visitor is a special Scene with a Humanoid which can be used to visit a Site.
///
/// More documentation will follow...
///
/// Android (Including Oculus Quest)
/// ================================
/// The application should have internet access permission.
/// So the following line should be added to the AndroidManifest:
///
/// \code
/// <uses-permission android:name="android.permission.INTERNET" />
/// \endcode
///
}