Skip to content

Instantly share code, notes, and snippets.

View Xiloe's full-sized avatar
🏠
Working from home

Tom Xiloe

🏠
Working from home
  • Avignon, France
  • 22:36 (UTC +01:00)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am xiloe on github.
  • I am xiloe (https://keybase.io/xiloe) on keybase.
  • I have a public key ASCFlq6H7Z6JNwM4J_EOBJKX4e6szil-IDxTS0s58nwLhwo

To claim this, I am signing this object:

Key Sublime Text 3.2.1 Build 3207
----- BEGIN LICENSE -----
Member J2TeaM
Single User License
EA7E-1011316
D7DA350E 1B8B0760 972F8B60 F3E64036
B9B4E234 F356F38F 0AD1E3B7 0E9C5FAD
FA0A2ABE 25F65BD8 D51458E5 3923CE80
87428428 79079A01 AA69F319 A1AF29A4
A684C2DC 0B1583D4 19CBD290 217618CD
@Xiloe
Xiloe / Inventory.cs
Last active October 3, 2019 20:28
C# snippets from my AR game called "ARFactory"
// ARFactory 1.0
using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using UnityEngine.XR.ARFoundation;
using UnityEngine.XR.ARSubsystems;
public class Inventory : MonoBehaviour