Miguel Nicolás-Díaz

Results 5 issues of Miguel Nicolás-Díaz

Hi, I have an issue with a video that plays fine, but when i try to get some frames it rises the following error: `decord._ffi.base.DECORDError: [10:27:30] C:\projects\decord-distro\decord\src\video\video_reader.cc:641: Error getting frame...

**Describe the bug** I'm using Unity 2021.1.13f1 and after installing this package it doesn't show the Update button for git packages. The other features do work, though. **To Reproduce** Steps...

bug

I have a UI panel that I want to expand and collapse (see following video) https://github.com/user-attachments/assets/e8d5d39f-da1a-42db-a12a-4dc5234e983b This is my code: ``` [SerializeField] private LitMotionAnimation _expandAnim; [SerializeField] private LitMotionAnimation _collapseAnim; private...

In my project, I have a serialization/deserialization system that instantiates prefabs and writes (deserializes) some persistent (serialized) data onto the instances. When an object is deserialized I need to ensure...

I know GameObjectSelfInjector is meant to be used on objects that spawn after the scene is loaded. But, I have some prefabs (with a GameObjectSelfInjector component) that are instantiated at...