Unity-Technologies / GenericFrameRecorder

This GitHub package is DEPRECATED. Please get the new Unity Recorder from the Asset Store (https://assetstore.unity.com/packages/essentials/unity-recorder-94079) Use the editor builtin Bug Reporter to report issues. You can track and vote for issues on the Issue Tracker (https://issuetracker.unity3d.com)
MIT License
535 stars 66 forks source link

fcAPI Missing #1

Closed ikriz closed 7 years ago

ikriz commented 7 years ago

Where abouts can i find the definition of the fcAPI? It seems to be missing in the project at the moment :)

Fuelo commented 7 years ago

I have the same issue:

EXRRecorder.cs(12,9): error CS0246: The type or namespace name `fcAPI' could not be found. Are you missing an assembly reference?

jasonm-unity commented 7 years ago

The file is located: Assets/UTJ/FrameCapturer/Scripts/Encoder/fcAPI.cs

That file appears only if you imported the released package as that package includes, temporarily, another project: FrameCapturer, which can be found at https://github.com/unity3d-jp/FrameCapturer

This project contains experimental classes that do the integration of the two projects. If you have no need for FrameCapture's extra file types, simply remove from your project: Assets/UTJ/FrameCapturer.

If you only want to use the Recorder, not do development for it, then concider downloading a packaged release from the Releases tab: https://github.com/Unity-Technologies/GenericFrameRecorder/releases