Skip to content

Commit 7ddc6cf

Browse files
committed
made gif recorder .unitypackage
1 parent 92216bf commit 7ddc6cf

File tree

14 files changed

+35
-89
lines changed

14 files changed

+35
-89
lines changed

FrameCapturer/Assets/FrameCapturer/Example.meta

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
89.1 KB
Binary file not shown.

FrameCapturer/Assets/TestData/Animation/Camera.anim.meta renamed to FrameCapturer/Assets/FrameCapturer/Example/Animation/Camera.anim.meta

File renamed without changes.

FrameCapturer/Assets/TestData/Animation/CameraRig.controller renamed to FrameCapturer/Assets/FrameCapturer/Example/Animation/CameraRig.controller

File renamed without changes.

FrameCapturer/Assets/TestData/Animation/CameraRig.controller.meta renamed to FrameCapturer/Assets/FrameCapturer/Example/Animation/CameraRig.controller.meta

File renamed without changes.
Binary file not shown.

FrameCapturer/Assets/GifTest.unity.meta renamed to FrameCapturer/Assets/FrameCapturer/Example/GifRecorderExample.unity.meta

File renamed without changes.

FrameCapturer/Assets/FrameCapturer/Scripts/GifCapturer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
[RequireComponent(typeof(Camera))]
1414
public class GifCapturer : MovieCapturer
1515
{
16-
public int m_resolution_width = 320;
16+
public int m_resolution_width = 300;
1717
public int m_num_colors = 255;
1818
public int m_capture_every_n_frames = 2;
1919
public int m_interval_centi_sec = 3;
20-
public int m_max_frame = 0;
20+
public int m_max_frame = 1800;
2121
public int m_max_data_size = 0;
2222
public int m_max_active_tasks = 0;
2323
public int m_keyframe = 0;

FrameCapturer/Assets/GifTest.unity

-46.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)