You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,14 @@ Updated version of the original repository by [Chman](https://github.com/Chman/M
4
4
5
5
**Moments** is a quick GIF replay recorder for Unity. It automatically records the last few seconds of gameplay and lets you save to a GIF file on demand.
6
6
7
-
Tested with Unity 2022.2.10 The demo requires use of the Universal or High Definition Render Pipelines.
7
+
The demo requires use of the Universal or High Definition Render Pipelines.
8
8
9
-
Fixed: Resolution downscaling for URP, using an additional RenderTexture buffer.
10
-
Updated: Can now work for Multicamera setups (Base+Overlay).
11
-
Updated: FPS limit from 30 to 60.
9
+
Tested with Unity 6000.0.42.
10
+
Tested with Multiple Cameras, Texture Renderers, Postprocessing, Renderer Features.
11
+
12
+
Fixed: Now works with other RenderTexture writer Cameras active in the background.
13
+
Updated: FPS limit from 60 to 50 for more accurate results.
14
+
Updated: Inverted quantize quality field for readability.
0 commit comments