From dfb444780f4cde8eedb2f1b192bbb588359dd049 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Fri, 3 Apr 2020 00:34:14 -0400 Subject: [PATCH] add file system association to RBX and TBV data formats --- .../Extensions/Ultra3D/Associations/RBX.uexml | 20 +++++++++++++++ .../Extensions/Ultra3D/Associations/TBV.uexml | 25 +++++++++++++++++++ ...lEditor.Content.PlatformIndependent.csproj | 4 +++ 3 files changed, 49 insertions(+) create mode 100644 Content/UniversalEditor.Content.PlatformIndependent/Extensions/GameDeveloper/Extensions/Ultra3D/Associations/RBX.uexml create mode 100644 Content/UniversalEditor.Content.PlatformIndependent/Extensions/GameDeveloper/Extensions/Ultra3D/Associations/TBV.uexml diff --git a/Content/UniversalEditor.Content.PlatformIndependent/Extensions/GameDeveloper/Extensions/Ultra3D/Associations/RBX.uexml b/Content/UniversalEditor.Content.PlatformIndependent/Extensions/GameDeveloper/Extensions/Ultra3D/Associations/RBX.uexml new file mode 100644 index 00000000..6876b513 --- /dev/null +++ b/Content/UniversalEditor.Content.PlatformIndependent/Extensions/GameDeveloper/Extensions/Ultra3D/Associations/RBX.uexml @@ -0,0 +1,20 @@ + + + + + + + + *.rbx + + + + + + + + + + + + \ No newline at end of file diff --git a/Content/UniversalEditor.Content.PlatformIndependent/Extensions/GameDeveloper/Extensions/Ultra3D/Associations/TBV.uexml b/Content/UniversalEditor.Content.PlatformIndependent/Extensions/GameDeveloper/Extensions/Ultra3D/Associations/TBV.uexml new file mode 100644 index 00000000..55db3d8f --- /dev/null +++ b/Content/UniversalEditor.Content.PlatformIndependent/Extensions/GameDeveloper/Extensions/Ultra3D/Associations/TBV.uexml @@ -0,0 +1,25 @@ + + + + + + + + *.tbv + + + + TBVolume + + + + + + + + + + + + + \ No newline at end of file diff --git a/Content/UniversalEditor.Content.PlatformIndependent/UniversalEditor.Content.PlatformIndependent.csproj b/Content/UniversalEditor.Content.PlatformIndependent/UniversalEditor.Content.PlatformIndependent.csproj index f98d2e1b..2d7a4e52 100644 --- a/Content/UniversalEditor.Content.PlatformIndependent/UniversalEditor.Content.PlatformIndependent.csproj +++ b/Content/UniversalEditor.Content.PlatformIndependent/UniversalEditor.Content.PlatformIndependent.csproj @@ -715,6 +715,8 @@ + + @@ -763,6 +765,8 @@ + +