فهرست منبع

Removed Compression Gem DecompressorRegistrar streamer entry (#16959)

* Removed Compression Gem DecompressorRegistrar streamer entry

The DecompressionRegistrarEntry class replicates the logic of the
[FullFileDecompressor](https://github.com/o3de/o3de/blob/development/Code/Framework/AzCore/AzCore/IO/Streamer/FullFileDecompressor.h#L47-L56), but instead uses the AZ Task System instead of the
AZ Job System.

Because the DecompressionRegistrarEntry class hasn't been tested and is
unneeded for decompression of compressed files within a pak file, it
shouldn't be used.

fixes #16954

Signed-off-by: lumberyard-employee-dm <[email protected]>

* Removed the Compression Gem from the DefaultProject template

The Compression Gem is not integral to using O3DE out of the box.

Signed-off-by: lumberyard-employee-dm <[email protected]>

---------

Signed-off-by: lumberyard-employee-dm <[email protected]>
lumberyard-employee-dm 1 سال پیش
والد
کامیت
d0185f07a5
2فایلهای تغییر یافته به همراه0 افزوده شده و 30 حذف شده
  1. 0 29
      Gems/Compression/Registry/decompressor_streamer.game.setreg
  2. 0 1
      Templates/DefaultProject/Template/project.json

+ 0 - 29
Gems/Compression/Registry/decompressor_streamer.game.setreg

@@ -1,29 +0,0 @@
-{
-    "Amazon":
-    {
-        "AzCore":
-        {
-            "Streamer":
-            {
-                "Profiles":
-                {
-                    "Generic":
-                    {
-                        "Stack":
-                        {
-                            "Decompressor Registrar":
-                            {
-                                "$type": "DecompressorRegistrarConfig",
-                                // Slots after the "Decompressor" entry from the
-                                // `<engine-root>/Registry/streamer.game.setreg` file
-                                "$stack_after": "Decompressor",
-                                "MaxNumReads": 2,
-                                "MaxNumTasks": 2
-                            }
-                        }
-                    }
-                }
-            }
-        }
-    }
-}

+ 0 - 1
Templates/DefaultProject/Template/project.json

@@ -24,7 +24,6 @@
         "AudioSystem",
         "AudioSystem",
         "AWSCore",
         "AWSCore",
         "CameraFramework",
         "CameraFramework",
-        "Compression",
         "DebugDraw",
         "DebugDraw",
         "DiffuseProbeGrid",
         "DiffuseProbeGrid",
         "EditorPythonBindings",
         "EditorPythonBindings",