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
534 stars 66 forks source link

`Menu' does not contain a definition for `SetChecked' #70

Closed Bhalut closed 5 years ago

Bhalut commented 6 years ago
What happened?

Error console.

Is it reproduceable?

Assets/GenericFrameRecorder-master/source/FrameRecorder/Core/Engine/Verbose.cs(45,18): error CS0117: Menu' does not contain a definition forSetChecked'

Released package version / tag?

February 28 / 2018

Unity version, operating system, target platform (standalone windows, mac, iOS, PS4...)?

Unity 2017.3.f1

Rich-O4D commented 6 years ago

@Bhalut In our case we had another plugin with a menu.cs which wasn't using a namespace and clashing with the Recorder Menu call. Really the Recorder Menu call should also be using namespace e.g UnityEngine.Recorder.Menu

CloudDeve commented 10 months ago

I don't have UnityEngine.Recorder.Menu

SaiGaneshRachamadugu commented 8 months ago

how to fix this issue @Bhalut