This file contains 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
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Reflection; | |
using NaughtyAttributes; | |
using Unity.LiveCapture.ARKitFaceCapture; | |
using Unity.LiveCapture.ARKitFaceCapture.DefaultMapper; | |
using UnityEngine; | |
public class FaceMapperAutoSetup : MonoBehaviour |
This file contains 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
// Les usings au cas où des classes sont rangés dans un namespace différent | |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
// Là où l'on va ranger notre classe, ceux qui voudront l'utiliser pourrons faire : using MasterCSharp_x_Unity; | |
namespace MasterCSharp_x_Unity | |
{ |