Skip to content

Commit cf8ba45

Browse files
committed
Updated EasterEggHunt Unity project for Tutorial + Python Scripts
0 parents  commit cf8ba45

File tree

1,794 files changed

+635371
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,794 files changed

+635371
-0
lines changed

Ex-Situ/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
plume-python==1.3.0
2+
plotly

UnityProject/EasterEggHunt/.gitignore

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
# This .gitignore file should be placed at the root of your Unity project directory
2+
#
3+
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
4+
#
5+
/[Ll]ibrary/
6+
/[Tt]emp/
7+
/[Oo]bj/
8+
/[Bb]uild/
9+
/[Bb]uilds/
10+
/[Ll]ogs/
11+
/[Uu]ser[Ss]ettings/
12+
13+
/Assets/AssetBundles/plume_*
14+
/Assets/Bakery/
15+
/Assets/Editor/x64/Bakery/
16+
17+
# MemoryCaptures can get excessive in size.
18+
# They also could contain extremely sensitive data
19+
/[Mm]emoryCaptures/
20+
21+
# Recordings can get excessive in size
22+
/[Rr]ecordings/
23+
24+
# Uncomment this line if you wish to ignore the asset store tools plugin
25+
# /[Aa]ssets/AssetStoreTools*
26+
27+
# Autogenerated Jetbrains Rider plugin
28+
/[Aa]ssets/Plugins/Editor/JetBrains*
29+
30+
# Visual Studio cache directory
31+
.vs/
32+
33+
# Gradle cache directory
34+
.gradle/
35+
36+
# Autogenerated VS/MD/Consulo solution and project files
37+
ExportedObj/
38+
.consulo/
39+
*.csproj
40+
*.unityproj
41+
*.sln
42+
*.suo
43+
*.tmp
44+
*.user
45+
*.userprefs
46+
*.pidb
47+
*.booproj
48+
*.svd
49+
*.pdb
50+
*.mdb
51+
*.opendb
52+
*.VC.db
53+
54+
# Unity3D generated meta files
55+
*.pidb.meta
56+
*.pdb.meta
57+
*.mdb.meta
58+
59+
# Unity3D generated file on crash reports
60+
sysinfo.txt
61+
62+
# Builds
63+
*.apk
64+
*.aab
65+
*.unitypackage
66+
*.app
67+
68+
# Crashlytics generated file
69+
crashlytics-build.properties
70+
71+
# Packed Addressables
72+
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
73+
74+
# Temporary auto-generated Android Assets
75+
/[Aa]ssets/[Ss]treamingAssets/aa.meta
76+
/[Aa]ssets/[Ss]treamingAssets/aa/*
77+
78+
.idea/
79+
.plastic/
80+
.vscode/

UnityProject/EasterEggHunt/Assets/AssetBundles.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.

UnityProject/EasterEggHunt/Assets/Bakery.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.

UnityProject/EasterEggHunt/Assets/BakeryLightmaps.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.

UnityProject/EasterEggHunt/Assets/BakeryLightmaps/EasterEggHunt_371857150_probes.asset.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.

UnityProject/EasterEggHunt/Assets/BakeryLightmaps/EasterEggHunt_371857150_sky.exr.meta

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

0 commit comments

Comments
 (0)