-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitignore
65 lines (58 loc) · 2.54 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Ignore unneeded Unity files
# --------------------------------------------------
Radius/Temp/
Radius/obj/
Radius/Library/
Radius/*.csproj
Radius/*.unityproj
Radius/*.sln
# Ignore Custom Builds
# --------------------------------------------------
Radius/[Bb]uilds/
# Ignore fonts that we can't include because of their EULA
Radius/UIResources/fonts/mission_gothic/
# Ignore Coherent UI (against licensing): Go get a free evalutation version: http://coherent-labs.com/
# --------------------------------------------------
Radius/Coherent_UI.log
Radius/Assets/CoherentUI
Radius/Assets/CoherentUI.meta
Radius/Assets/Standard Assets/Scripts/CoherentUI
Radius/Assets/Standard Assets/Scripts/CoherentUI.meta
Radius/Assets/Standard Assets/Shaders/CoherentUI
Radius/Assets/Standard Assets/Shaders/CoherentUI.meta
Radius/Assets/StreamingAssets/CoherentUI_Host
Radius/Assets/StreamingAssets/CoherentUI_Host.meta
Radius/Assets/StreamingAssets/CoherentUI64_Native.dll
Radius/Assets/StreamingAssets/CoherentUI64_Native.dll.meta
Radius/Assets/StreamingAssets/CoherentUINet.dll64
Radius/Assets/StreamingAssets/CoherentUINet.dll64.meta
Radius/Assets/StreamingAssets/D3DCompiler_43.dll
Radius/Assets/StreamingAssets/D3DCompiler_43.dll.meta
Radius/Assets/StreamingAssets/d3dx9_43.dll
Radius/Assets/StreamingAssets/d3dx9_43.dll.meta
Radius/Assets/Plugins/CoherentUI*
Radius/Assets/Plugins/CoherentUI*.meta
Radius/Assets/Plugins/D3DCompiler_43.dll
Radius/Assets/Plugins/D3DCompiler_43.dll.meta
Radius/Assets/Plugins/d3dx9_43.dll
Radius/Assets/Plugins/d3dx9_43.dll.meta
Radius/Assets/Plugins/libCoherentUI_Native.so
Radius/Assets/Plugins/libCoherentUI_Native.so.meta
Radius/Assets/Plugins/iOS/CoherentUI.mm
Radius/Assets/Plugins/iOS/CoherentUI.mm.meta
Radius/Assets/Plugins/iOS/libCoherentUIMobile.a
Radius/Assets/Plugins/iOS/libCoherentUIMobile.a.meta
Radius/Assets/Plugins/Android/CoherentAndroid.jar
Radius/Assets/Plugins/Android/CoherentAndroid.jar.meta
Radius/Assets/Plugins/Android/libCoherentAndroidNative.so
Radius/Assets/Plugins/Android/libCoherentAndroidNative.so.meta
Radius/Assets/WebPlayerTemplates/uiresources
Radius/Assets/WebPlayerTemplates/uiresources.meta
Radius/Assets/Gizmos/Coherent_UI_docs.png
Radius/Assets/Gizmos/Coherent_UI_docs.png.meta
Radius/Assets/Gizmos/Coherent_UI_inspector.png
Radius/Assets/Gizmos/Coherent_UI_inspector.png.meta
Radius/Assets/Gizmos/Coherent_UI_support.png
Radius/Assets/Gizmos/Coherent_UI_support.png.meta
Radius/Assets/Gizmos/CoherentUIView_icon.png
Radius/Assets/Gizmos/CoherentUIView_icon.png.meta