All notable changes to this project will be documented in this file.
- Added a static class
Photographer
as a singleton image capture
- Fixed Capture Components wont save editor changes issue
- Removed unused log
- Fixed CICEditorWindow "CIC" namespace not found issue on mac
- Fixed CIC editor Reveal in Finder button not show on MacOS issue
- Fixed CaptureAndSave method in build-in render pipeline issue
- Redesign CIC core Interface -> CIC core now is a interface with extension method
- Alpha fix now check is camera is output alpha channel
- Implement CICEditorWindow --- Open via Tools->Camera Image Capture->Capturer
- Fixed image has no alpha channel when using URP with PostProcessing enabled issue
- Add CIC Config component & CIC Config scriptable object
- Add CIC editor Open in exporter button
- Add CIC config use demo
- Change CIC, CIC config, Capture config icon
- Move cic editor inspector func to cic editor base
DataReader
Implement
DataSaver
is now obsolete, useDataWriter
instead
- Remove property
IsOverrideFile
in CIC component
- Add property
IsLogCapture
in CIC component
- Reconstruct capture information
- Check logged image-file serials is correct after read capture information file
- Fixed render texture memory leak issue
- Fixed component field won't save issue
- Demo gif in README
- Component editor add
Is Override Camera Resolution
option
- Package scripts namespace changed (CIC -> SuiSuiShou.CIC)
- Component editor redraw
- Added a script icon to CIC Component
- Add logging capture history to local support for generating correct image serials
- Overwrite file option
- Image write type (main thread / Async)
- Filename serialized option (-0/-1/-2 ...)
- Image format option
- readme.md setup & how to use
CameraImageCaptureEditor.cs
for more readable.