Chman / Moments

A quick GIF replay recorder for Unity
zlib License
856 stars 118 forks source link

Console Errors #23

Closed pankti16 closed 4 years ago

pankti16 commented 4 years ago

I dropped Moments Recorder folder is Assets folder, But i got all these errors, how can I fix these errors? I have mentioned all the errors I am getting.

Assets\Moments Recorder\Scripts\MinAttribute.cs(28,22): error CS0101: The namespace 'Moments' already contains a definition for 'MinAttribute'
Assets\Moments Recorder\Scripts\ReflectionUtils.cs(31,15): error CS0101: The namespace 'Moments' already contains a definition for 'ReflectionUtils'
Assets\Moments Recorder\Scripts\Worker.cs(33,24): error CS0101: The namespace 'Moments' already contains a definition for 'Worker'
Assets\Moments Recorder\Scripts\Gif\GifEncoder.cs(15,15): error CS0101: The namespace 'Moments.Encoder' already contains a definition for 'GifEncoder'
Assets\Moments Recorder\Scripts\Gif\GifFrame.cs(28,15): error CS0101: The namespace 'Moments.Encoder' already contains a definition for 'GifFrame'
Assets\Moments Recorder\Scripts\Gif\LzwEncoder.cs(21,15): error CS0101: The namespace 'Moments.Encoder' already contains a definition for 'LzwEncoder'
Assets\Moments Recorder\Scripts\Gif\NeuQuant.cs(24,15): error CS0101: The namespace 'Moments.Encoder' already contains a definition for 'NeuQuant'
Assets\Moments Recorder\Scripts\Gif\GifEncoder.cs(40,10): error CS0111: Type 'GifEncoder' already defines a member called '.ctor' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\GifEncoder.cs(52,10): error CS0111: Type 'GifEncoder' already defines a member called '.ctor' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\GifEncoder.cs(65,15): error CS0111: Type 'GifEncoder' already defines a member called 'SetDelay' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\GifEncoder.cs(74,15): error CS0111: Type 'GifEncoder' already defines a member called 'SetFrameRate' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\GifEncoder.cs(86,15): error CS0111: Type 'GifEncoder' already defines a member called 'AddFrame' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\GifEncoder.cs(125,15): error CS0111: Type 'GifEncoder' already defines a member called 'Start' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\GifEncoder.cs(149,15): error CS0111: Type 'GifEncoder' already defines a member called 'Start' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\GifEncoder.cs(167,15): error CS0111: Type 'GifEncoder' already defines a member called 'Finish' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\GifEncoder.cs(198,18): error CS0111: Type 'GifEncoder' already defines a member called 'SetSize' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\GifEncoder.cs(206,18): error CS0111: Type 'GifEncoder' already defines a member called 'GetImagePixels' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\GifEncoder.cs(226,18): error CS0111: Type 'GifEncoder' already defines a member called 'AnalyzePixels' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\GifEncoder.cs(249,18): error CS0111: Type 'GifEncoder' already defines a member called 'WriteGraphicCtrlExt' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\GifEncoder.cs(267,18): error CS0111: Type 'GifEncoder' already defines a member called 'WriteImageDesc' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\GifEncoder.cs(292,18): error CS0111: Type 'GifEncoder' already defines a member called 'WriteLSD' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\GifEncoder.cs(309,18): error CS0111: Type 'GifEncoder' already defines a member called 'WriteNetscapeExt' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\GifEncoder.cs(322,18): error CS0111: Type 'GifEncoder' already defines a member called 'WritePalette' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\GifEncoder.cs(332,18): error CS0111: Type 'GifEncoder' already defines a member called 'WritePixels' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\GifEncoder.cs(339,18): error CS0111: Type 'GifEncoder' already defines a member called 'WriteShort' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\GifEncoder.cs(346,18): error CS0111: Type 'GifEncoder' already defines a member called 'WriteString' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\LzwEncoder.cs(129,10): error CS0111: Type 'LzwEncoder' already defines a member called '.ctor' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\LzwEncoder.cs(137,8): error CS0111: Type 'LzwEncoder' already defines a member called 'Add' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\LzwEncoder.cs(147,8): error CS0111: Type 'LzwEncoder' already defines a member called 'ClearTable' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\LzwEncoder.cs(157,8): error CS0111: Type 'LzwEncoder' already defines a member called 'ResetCodeTable' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\LzwEncoder.cs(163,8): error CS0111: Type 'LzwEncoder' already defines a member called 'Compress' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\LzwEncoder.cs(242,15): error CS0111: Type 'LzwEncoder' already defines a member called 'Encode' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\LzwEncoder.cs(251,8): error CS0111: Type 'LzwEncoder' already defines a member called 'Flush' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\LzwEncoder.cs(261,7): error CS0111: Type 'LzwEncoder' already defines a member called 'MaxCode' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\LzwEncoder.cs(269,15): error CS0111: Type 'LzwEncoder' already defines a member called 'NextPixel' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\LzwEncoder.cs(278,8): error CS0111: Type 'LzwEncoder' already defines a member called 'Output' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\NeuQuant.cs(80,10): error CS0111: Type 'NeuQuant' already defines a member called '.ctor' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\NeuQuant.cs(100,17): error CS0111: Type 'NeuQuant' already defines a member called 'ColorMap' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\NeuQuant.cs(121,15): error CS0111: Type 'NeuQuant' already defines a member called 'Inxbuild' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\NeuQuant.cs(187,15): error CS0111: Type 'NeuQuant' already defines a member called 'Learn' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\NeuQuant.cs(276,14): error CS0111: Type 'NeuQuant' already defines a member called 'Map' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\NeuQuant.cs(375,17): error CS0111: Type 'NeuQuant' already defines a member called 'Process' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\NeuQuant.cs(384,15): error CS0111: Type 'NeuQuant' already defines a member called 'Unbiasnet' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\NeuQuant.cs(398,18): error CS0111: Type 'NeuQuant' already defines a member called 'Alterneigh' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\NeuQuant.cs(440,18): error CS0111: Type 'NeuQuant' already defines a member called 'Altersingle' with the same parameter types
Assets\Moments Recorder\Scripts\Gif\NeuQuant.cs(450,17): error CS0111: Type 'NeuQuant' already defines a member called 'Contest' with the same parameter types
Assets\Moments Recorder\Scripts\MinAttribute.cs(32,10): error CS0111: Type 'MinAttribute' already defines a member called '.ctor' with the same parameter types
Assets\Moments Recorder\Scripts\ReflectionUtils.cs(35,10): error CS0111: Type 'ReflectionUtils<T>' already defines a member called '.ctor' with the same parameter types
Assets\Moments Recorder\Scripts\ReflectionUtils.cs(40,17): error CS0111: Type 'ReflectionUtils<T>' already defines a member called 'GetFieldName' with the same parameter types
Assets\Moments Recorder\Scripts\ReflectionUtils.cs(50,20): error CS0111: Type 'ReflectionUtils<T>' already defines a member called 'GetField' with the same parameter types
Assets\Moments Recorder\Scripts\ReflectionUtils.cs(55,12): error CS0111: Type 'ReflectionUtils<T>' already defines a member called 'GetAttribute' with the same parameter types
Assets\Moments Recorder\Scripts\ReflectionUtils.cs(61,15): error CS0111: Type 'ReflectionUtils<T>' already defines a member called 'ConstrainMin' with the same parameter types
Assets\Moments Recorder\Scripts\ReflectionUtils.cs(67,15): error CS0111: Type 'ReflectionUtils<T>' already defines a member called 'ConstrainMin' with the same parameter types
Assets\Moments Recorder\Scripts\ReflectionUtils.cs(74,15): error CS0111: Type 'ReflectionUtils<T>' already defines a member called 'ConstrainRange' with the same parameter types
Assets\Moments Recorder\Scripts\ReflectionUtils.cs(81,15): error CS0111: Type 'ReflectionUtils<T>' already defines a member called 'ConstrainRange' with the same parameter types
Assets\Moments Recorder\Scripts\Worker.cs(53,17): error CS0111: Type 'Worker' already defines a member called 'Start' with the same parameter types
Assets\Moments Recorder\Scripts\Worker.cs(58,8): error CS0111: Type 'Worker' already defines a member called 'Run' with the same parameter types
Assets\Moments Recorder\Scripts\Recorder.cs(51,20): error CS0121: The call is ambiguous between the following methods or properties: 'MinAttribute.MinAttribute(float)' and 'MinAttribute.MinAttribute(float)'
Assets\Moments Recorder\Scripts\Recorder.cs(54,20): error CS0121: The call is ambiguous between the following methods or properties: 'MinAttribute.MinAttribute(float)' and 'MinAttribute.MinAttribute(float)'
Assets\EasyMobile\Scripts\Modules\GIF\Recorder.cs(79,26): error CS0121: The call is ambiguous between the following methods or properties: 'MinAttribute.MinAttribute(float)' and 'MinAttribute.MinAttribute(float)'
Assets\EasyMobile\Scripts\Modules\GIF\Recorder.cs(83,26): error CS0121: The call is ambiguous between the following methods or properties: 'MinAttribute.MinAttribute(float)' and 'MinAttribute.MinAttribute(float)'
Assets\Moments Recorder\Scripts\Recorder.cs(63,20): error CS0121: The call is ambiguous between the following methods or properties: 'MinAttribute.MinAttribute(float)' and 'MinAttribute.MinAttribute(float)'
Assets\Moments Recorder\Scripts\Recorder.cs(69,20): error CS0121: The call is ambiguous between the following methods or properties: 'MinAttribute.MinAttribute(float)' and 'MinAttribute.MinAttribute(float)'
pankti16 commented 4 years ago

I had a plugin, which already had Moments plugin in its module. So, was getting this duplicates error.

randoomx8 commented 4 years ago

Out of curiosity, what plugin was that?

pankti16 commented 4 years ago

EasyMobile I guess, I do not remember it was a long time ago.