Skip to content

Commit 6bc7096

Browse files
committed
Adds TouchSimulation to main scene
1 parent 186b638 commit 6bc7096

File tree

3 files changed

+61
-11
lines changed

3 files changed

+61
-11
lines changed

Assets/_Project/Scenes/tally-viz-joseph2.unity

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

Assets/_Project/Scenes/tally-viz.unity

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

Assets/_Project/Scripts/Effects/CameraManager.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ public class CameraManager : MonoBehaviour {
2929

3030
public PlayerDetailsUI playerDetails;
3131

32-
// Create InputSystem reference (see Joseph's description here0
32+
// Create InputSystem reference
33+
// - there is a TouchSimulation script in /Tests/ to test touch on desktop
34+
// - see Joseph's description here
3335
// https://docs.google.com/document/d/1qyFnlRPpv7GGFHZ9GD5y0trwahJRtd5nhBnmDnVd_UY/edit
3436
TallyInputSystem inputs;
3537

0 commit comments

Comments
 (0)