-
-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which version of Unity does Holisitc work with? #1322
Comments
I’m not sure what operations you performed, but what exactly would you like to do? |
Cloning the repo itself does not include all the missing libraries, so I grabbed your unitypackage After that for some reason all the holistic files do not work - and all the errors above. Perhaps a Unity version issue? Which version of Unity should I be using this with? |
Since builds are regularly executed with the latest master, downloading the latest results ( First of all, this project naturally includes the source code of the package, so importing the package into this project may cause conflicts with the source code, preventing it from functioning properly. Even if you were to only import the library (e.g. *.so files), the state of the repository has likely been updated since those libraries were built (commit hashes don't match), so it generally won't work correctly. If you want to use the latest code from the repository, you need to build the library yourself (you can use GitHub Actions workflow). |
okay so as a sanity test i grabbed the latest master and unzipped and
opened in unity and here are the raw errors without importing the
unitypackage
Packages/com.github.homuler.mediapipe/Runtime/Scripts/External/SerializedProto.cs(9,7):
error CS0246: The type or namespace name 'Google' could not be found (are
you missing a using directive or an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/External/SerializedProtoVector.cs(11,12):
error CS0246: The type or namespace name 'Google' could not be found (are
you missing a using directive or an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Framework/CalculatorGraph.cs(10,7):
error CS0246: The type or namespace name 'Google' could not be found (are
you missing a using directive or an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Framework/CalculatorGraphConfigExtension.cs(7,12):
error CS0246: The type or namespace name 'Google' could not be found (are
you missing a using directive or an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Framework/Packet.cs(9,7):
error CS0246: The type or namespace name 'Google' could not be found (are
you missing a using directive or an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Framework/PacketGetterExtension.cs(10,7):
error CS0246: The type or namespace name 'Google' could not be found (are
you missing a using directive or an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Framework/PacketValidatorExtension.cs(9,7):
error CS0246: The type or namespace name 'Google' could not be found (are
you missing a using directive or an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Framework/ValidatedGraphConfig.cs(10,7):
error CS0246: The type or namespace name 'Google' could not be found (are
you missing a using directive or an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Audio/MfccMelCalculators.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Audio/MfccMelCalculators.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Audio/MfccMelCalculators.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Audio/RationalFactorResampleCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Audio/RationalFactorResampleCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Audio/RationalFactorResampleCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Audio/SpectrogramCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Audio/SpectrogramCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Audio/SpectrogramCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Audio/StabilizedLogCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Audio/StabilizedLogCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Audio/StabilizedLogCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Audio/TimeSeriesFramerCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Audio/TimeSeriesFramerCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Audio/TimeSeriesFramerCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/ClipVectorSizeCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/ClipVectorSizeCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/ClipVectorSizeCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/ConcatenateVectorCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/ConcatenateVectorCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/ConcatenateVectorCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/ConstantSidePacketCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/ConstantSidePacketCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/ConstantSidePacketCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/DequantizeByteArrayCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/DequantizeByteArrayCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/DequantizeByteArrayCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/FlowLimiterCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/FlowLimiterCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/FlowLimiterCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/GateCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/GateCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/GateCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/GraphProfileCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/GraphProfileCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/GraphProfileCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/PacketClonerCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/PacketClonerCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/PacketClonerCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/PacketResamplerCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/PacketResamplerCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/PacketResamplerCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/PacketThinnerCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/PacketThinnerCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/PacketThinnerCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/QuantizeFloatVectorCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/QuantizeFloatVectorCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/QuantizeFloatVectorCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/SequenceShiftCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/SequenceShiftCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/SequenceShiftCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/SplitVectorCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/SplitVectorCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Core/SplitVectorCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/BilateralFilterCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/BilateralFilterCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/BilateralFilterCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/FeatureDetectorCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/FeatureDetectorCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/FeatureDetectorCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/ImageCloneCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/ImageCloneCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/ImageCloneCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/ImageCroppingCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/ImageCroppingCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/ImageCroppingCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/ImageTransformationCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/ImageTransformationCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/ImageTransformationCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/MaskOverlayCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/MaskOverlayCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/MaskOverlayCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/OpencvEncodedImageToImageFrameCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/OpencvEncodedImageToImageFrameCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/OpencvEncodedImageToImageFrameCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/OpencvImageEncoderCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/OpencvImageEncoderCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/OpencvImageEncoderCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/RecolorCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/RecolorCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/RecolorCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/RotationMode.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/RotationMode.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/RotationMode.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/ScaleImageCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/ScaleImageCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/ScaleImageCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/SegmentationSmoothingCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/SegmentationSmoothingCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/SegmentationSmoothingCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/SetAlphaCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/SetAlphaCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/SetAlphaCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/WarpAffineCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/WarpAffineCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Image/WarpAffineCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/ImageToTensorCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/ImageToTensorCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/ImageToTensorCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/InferenceCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/InferenceCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/InferenceCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/LandmarksToTensorCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/LandmarksToTensorCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/LandmarksToTensorCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/TensorConverterCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/TensorConverterCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/TensorConverterCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/TensorsToClassificationCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/TensorsToClassificationCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/TensorsToClassificationCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/TensorsToDetectionsCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/TensorsToDetectionsCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/TensorsToDetectionsCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/TensorsToFloatsCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/TensorsToFloatsCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/TensorsToFloatsCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/TensorsToLandmarksCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/TensorsToLandmarksCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/TensorsToLandmarksCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/TensorsToSegmentationCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/TensorsToSegmentationCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tensor/TensorsToSegmentationCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tflite/SsdAnchorsCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tflite/SsdAnchorsCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tflite/SsdAnchorsCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tflite/TfliteConverterCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tflite/TfliteConverterCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tflite/TfliteConverterCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tflite/TfliteCustomOpResolverCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tflite/TfliteCustomOpResolverCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tflite/TfliteCustomOpResolverCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tflite/TfliteInferenceCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tflite/TfliteInferenceCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tflite/TfliteInferenceCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tflite/TfliteTensorsToClassificationCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tflite/TfliteTensorsToClassificationCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tflite/TfliteTensorsToClassificationCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tflite/TfliteTensorsToDetectionsCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tflite/TfliteTensorsToDetectionsCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tflite/TfliteTensorsToDetectionsCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tflite/TfliteTensorsToLandmarksCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tflite/TfliteTensorsToLandmarksCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tflite/TfliteTensorsToLandmarksCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tflite/TfliteTensorsToSegmentationCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tflite/TfliteTensorsToSegmentationCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Tflite/TfliteTensorsToSegmentationCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/AnnotationOverlayCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/AnnotationOverlayCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/AnnotationOverlayCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/AssociationCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/AssociationCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/AssociationCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/DetectionLabelIdToTextCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/DetectionLabelIdToTextCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/DetectionLabelIdToTextCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/DetectionsToRectsCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/DetectionsToRectsCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/DetectionsToRectsCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/DetectionsToRenderDataCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/DetectionsToRenderDataCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/DetectionsToRenderDataCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/FilterDetectionsCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/FilterDetectionsCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/FilterDetectionsCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/LabelsToRenderDataCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/LabelsToRenderDataCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/LabelsToRenderDataCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/LandmarkProjectionCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/LandmarkProjectionCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/LandmarkProjectionCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/LandmarksSmoothingCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/LandmarksSmoothingCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/LandmarksSmoothingCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/LandmarksToDetectionCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/LandmarksToDetectionCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/LandmarksToDetectionCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/LandmarksToFloatsCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/LandmarksToFloatsCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/LandmarksToFloatsCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/LandmarksToRenderDataCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/LandmarksToRenderDataCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/LandmarksToRenderDataCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/Latency.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/Latency.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/Latency.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/LocalFileContentsCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/LocalFileContentsCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/LocalFileContentsCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/LogicCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/LogicCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/LogicCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/NonMaxSuppressionCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/NonMaxSuppressionCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/NonMaxSuppressionCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/PacketFrequency.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/PacketFrequency.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/PacketFrequency.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/PacketFrequencyCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/PacketFrequencyCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/PacketFrequencyCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/PacketLatencyCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/PacketLatencyCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/PacketLatencyCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/RectToRenderDataCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/RectToRenderDataCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/RectToRenderDataCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/RectToRenderScaleCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/RectToRenderScaleCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/RectToRenderScaleCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/RectTransformationCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/RectTransformationCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/RectTransformationCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/RefineLandmarksFromHeatmapCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/RefineLandmarksFromHeatmapCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/RefineLandmarksFromHeatmapCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/ThresholdingCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/ThresholdingCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/ThresholdingCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/TimedBoxListIdToLabelCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/TimedBoxListIdToLabelCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/TimedBoxListIdToLabelCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/TimedBoxListToRenderDataCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/TimedBoxListToRenderDataCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/TimedBoxListToRenderDataCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/TopKScoresCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/TopKScoresCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/TopKScoresCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/VisibilityCopyCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/VisibilityCopyCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/VisibilityCopyCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/VisibilitySmoothingCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/VisibilitySmoothingCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Util/VisibilitySmoothingCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Video/BoxDetectorCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Video/BoxDetectorCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Video/BoxDetectorCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Video/BoxTrackerCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Video/BoxTrackerCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Video/BoxTrackerCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Video/FlowPackagerCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Video/FlowPackagerCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Video/FlowPackagerCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Video/FlowToImageCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Video/FlowToImageCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Video/FlowToImageCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Video/MotionAnalysisCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Video/MotionAnalysisCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Video/MotionAnalysisCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Video/OpencvVideoEncoderCalculator.cs(10,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Video/OpencvVideoEncoderCalculator.cs(8,20):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are you missing an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Protobuf/Calculators/Video/OpencvVideoEncoderCalculator.cs(9,21):
error CS0400: The type or namespace name 'Google' could not be found in the
global namespace (are y
|
I mean you should try downloaing |
ah okay - that worked do you have a face landmarker example with blendshapes similar to 36927988 |
No. |
I feel like as industry standardized examples it would be nice to feature match what mediapipe releases and in this case they have a blendshapes example, so can I add this to the To-Do list? (Also feature parity for Unity ARFoundation examples - which also includes blendshapes) |
Please create a feature request issue. |
Plugin Version or Commit ID
0.15.0
Unity Version
6000.0.33f1
Your Host OS
macOS Sequoia
Target Platform
Mac Standalone, UnityEditor
Target Device
Macbook Pro m3max
[Windows Only] Visual Studio C++ and Windows SDK Version
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Vision/HolisticLandmarker/HolisticLandmarkerResult.cs(84,26): error CS1061: 'Landmarks' does not contain a definition for 'CloneTo' and no accessible extension method 'CloneTo' accepting a first argument of type 'Landmarks' could be found (are you missing a using directive or an assembly reference?)
[Linux Only] GCC/G++ and GLIBC Version
No response
[Android Only] Android Build Tools and NDK Version
No response
[iOS Only] XCode Version
No response
Build Command
unity editor play
Bug Description
unity editro play
Steps to Reproduce the Bug
Download this example and open and download and open unitypackage
Log
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Components/Containers/PacketExtension.cs(42,12): error CS0121: The call is ambiguous between the following methods or properties: 'NativeLandmarksArrayExtension.FillWith(List, NativeClassificationResultArray)' and 'NativeContainerArrayExtension.FillWith(List, NativeClassificationResultArray)'
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Components/Containers/PacketExtension.cs(52,12): error CS0121: The call is ambiguous between the following methods or properties: 'NativeLandmarksArrayExtension.FillWith(List, NativeLandmarksArray)' and 'NativeContainerArrayExtension.FillWith(List, NativeLandmarksArray)'
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Components/Containers/PacketExtension.cs(62,12): error CS0121: The call is ambiguous between the following methods or properties: 'NativeLandmarksArrayExtension.FillWith(List, NativeNormalizedLandmarksArray)' and 'NativeContainerArrayExtension.FillWith(List, NativeNormalizedLandmarksArray)'
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Components/Containers/ListExtension.cs(21,11): error CS1061: 'Classifications' does not contain a definition for 'CloneTo' and no accessible extension method 'CloneTo' accepting a first argument of type 'Classifications' could be found (are you missing a using directive or an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Components/Containers/ListExtension.cs(34,11): error CS1061: 'Detection' does not contain a definition for 'CloneTo' and no accessible extension method 'CloneTo' accepting a first argument of type 'Detection' could be found (are you missing a using directive or an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Components/Containers/ListExtension.cs(47,11): error CS1061: 'Landmarks' does not contain a definition for 'CloneTo' and no accessible extension method 'CloneTo' accepting a first argument of type 'Landmarks' could be found (are you missing a using directive or an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Components/Containers/ListExtension.cs(60,11): error CS1061: 'NormalizedLandmarks' does not contain a definition for 'CloneTo' and no accessible extension method 'CloneTo' accepting a first argument of type 'NormalizedLandmarks' could be found (are you missing a using directive or an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Vision/HolisticLandmarker/HolisticLandmarkerResult.cs(78,21): error CS1061: 'NormalizedLandmarks' does not contain a definition for 'CloneTo' and no accessible extension method 'CloneTo' accepting a first argument of type 'NormalizedLandmarks' could be found (are you missing a using directive or an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Vision/HolisticLandmarker/HolisticLandmarkerResult.cs(81,21): error CS1061: 'NormalizedLandmarks' does not contain a definition for 'CloneTo' and no accessible extension method 'CloneTo' accepting a first argument of type 'NormalizedLandmarks' could be found (are you missing a using directive or an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Vision/HolisticLandmarker/HolisticLandmarkerResult.cs(84,26): error CS1061: 'Landmarks' does not contain a definition for 'CloneTo' and no accessible extension method 'CloneTo' accepting a first argument of type 'Landmarks' could be found (are you missing a using directive or an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Vision/HolisticLandmarker/HolisticLandmarkerResult.cs(87,25): error CS1061: 'NormalizedLandmarks' does not contain a definition for 'CloneTo' and no accessible extension method 'CloneTo' accepting a first argument of type 'NormalizedLandmarks' could be found (are you missing a using directive or an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Vision/HolisticLandmarker/HolisticLandmarkerResult.cs(90,30): error CS1061: 'Landmarks' does not contain a definition for 'CloneTo' and no accessible extension method 'CloneTo' accepting a first argument of type 'Landmarks' could be found (are you missing a using directive or an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Vision/HolisticLandmarker/HolisticLandmarkerResult.cs(93,26): error CS1061: 'NormalizedLandmarks' does not contain a definition for 'CloneTo' and no accessible extension method 'CloneTo' accepting a first argument of type 'NormalizedLandmarks' could be found (are you missing a using directive or an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Vision/HolisticLandmarker/HolisticLandmarkerResult.cs(96,31): error CS1061: 'Landmarks' does not contain a definition for 'CloneTo' and no accessible extension method 'CloneTo' accepting a first argument of type 'Landmarks' could be found (are you missing a using directive or an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Vision/HolisticLandmarker/HolisticLandmarkerResult.cs(99,23): error CS1061: 'Classifications' does not contain a definition for 'CloneTo' and no accessible extension method 'CloneTo' accepting a first argument of type 'Classifications' could be found (are you missing a using directive or an assembly reference?)
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Vision/HolisticLandmarker/HolisticLandmarker.cs(282,27): error CS0315: The type 'Mediapipe.Tasks.Components.Containers.NormalizedLandmarks' cannot be used as type parameter 'T' in the generic type or method 'PacketGetterExtension.Get(Packet, MessageParser)'. There is no boxing conversion from 'Mediapipe.Tasks.Components.Containers.NormalizedLandmarks' to 'Google.Protobuf.IMessage<Mediapipe.Tasks.Components.Containers.NormalizedLandmarks>'.
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Vision/HolisticLandmarker/HolisticLandmarker.cs(286,32): error CS0315: The type 'Mediapipe.Tasks.Components.Containers.Landmarks' cannot be used as type parameter 'T' in the generic type or method 'PacketGetterExtension.Get(Packet, MessageParser)'. There is no boxing conversion from 'Mediapipe.Tasks.Components.Containers.Landmarks' to 'Google.Protobuf.IMessage<Mediapipe.Tasks.Components.Containers.Landmarks>'.
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Vision/HolisticLandmarker/HolisticLandmarker.cs(296,29): error CS0315: The type 'Mediapipe.Tasks.Components.Containers.NormalizedLandmarks' cannot be used as type parameter 'T' in the generic type or method 'PacketGetterExtension.Get(Packet, MessageParser)'. There is no boxing conversion from 'Mediapipe.Tasks.Components.Containers.NormalizedLandmarks' to 'Google.Protobuf.IMessage<Mediapipe.Tasks.Components.Containers.NormalizedLandmarks>'.
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Vision/HolisticLandmarker/HolisticLandmarker.cs(307,33): error CS0315: The type 'Mediapipe.Tasks.Components.Containers.NormalizedLandmarks' cannot be used as type parameter 'T' in the generic type or method 'PacketGetterExtension.Get(Packet, MessageParser)'. There is no boxing conversion from 'Mediapipe.Tasks.Components.Containers.NormalizedLandmarks' to 'Google.Protobuf.IMessage<Mediapipe.Tasks.Components.Containers.NormalizedLandmarks>'.
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Vision/HolisticLandmarker/HolisticLandmarker.cs(318,38): error CS0315: The type 'Mediapipe.Tasks.Components.Containers.Landmarks' cannot be used as type parameter 'T' in the generic type or method 'PacketGetterExtension.Get(Packet, MessageParser)'. There is no boxing conversion from 'Mediapipe.Tasks.Components.Containers.Landmarks' to 'Google.Protobuf.IMessage<Mediapipe.Tasks.Components.Containers.Landmarks>'.
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Vision/HolisticLandmarker/HolisticLandmarker.cs(329,34): error CS0315: The type 'Mediapipe.Tasks.Components.Containers.NormalizedLandmarks' cannot be used as type parameter 'T' in the generic type or method 'PacketGetterExtension.Get(Packet, MessageParser)'. There is no boxing conversion from 'Mediapipe.Tasks.Components.Containers.NormalizedLandmarks' to 'Google.Protobuf.IMessage<Mediapipe.Tasks.Components.Containers.NormalizedLandmarks>'.
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Vision/HolisticLandmarker/HolisticLandmarker.cs(340,39): error CS0315: The type 'Mediapipe.Tasks.Components.Containers.Landmarks' cannot be used as type parameter 'T' in the generic type or method 'PacketGetterExtension.Get(Packet, MessageParser)'. There is no boxing conversion from 'Mediapipe.Tasks.Components.Containers.Landmarks' to 'Google.Protobuf.IMessage<Mediapipe.Tasks.Components.Containers.Landmarks>'.
Packages/com.github.homuler.mediapipe/Runtime/Scripts/Tasks/Vision/HolisticLandmarker/HolisticLandmarker.cs(345,29): error CS0315: The type 'Mediapipe.Tasks.Components.Containers.Classifications' cannot be used as type parameter 'T' in the generic type or method 'PacketGetterExtension.Get(Packet, MessageParser)'. There is no boxing conversion from 'Mediapipe.Tasks.Components.Containers.Classifications' to 'Google.Protobuf.IMessage<Mediapipe.Tasks.Components.Containers.Classifications>'.
Screenshot/Video
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: