Skip to content

Commit cfbb10e

Browse files
committed
📦 Optional submodule for Voronoi selection
1 parent 593b77d commit cfbb10e

File tree

5 files changed

+14
-1
lines changed

5 files changed

+14
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "Assets/Scripts/MR/csDelaunay"]
22
path = Assets/Scripts/MR/csDelaunay
33
url = https://github.com/PouletFrit/csDelaunay.git
4+
[submodule "Assets/Scripts/Optional/csDelaunay"]
5+
path = Assets/Scripts/Optional/csDelaunay
6+
url = https://github.com/PouletFrit/csDelaunay.git

Assets/Scripts/MR/Tap.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System.Collections;
2+
using System.Collections.Generic;
23
using UnityApplicationInsights;
34
using UnityEngine;
45
using UnityEngine.XR.WSA.Input;

Assets/Scripts/Optional.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Scripts/Optional/csDelaunay

Submodule csDelaunay added at 9d55293

ProjectSettings/ProjectVersion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
m_EditorVersion: 2018.2.7f1
1+
m_EditorVersion: 2018.2.8f1

0 commit comments

Comments
 (0)