com.unity.formats.alembic
com.unity.formats.alembic copied to clipboard
Alembic importer and exporter plugin for Unity
this is frequently requested. but I can't do it. I'm looking for someone who can handle this.
Similar to the change in [upm-ci-yamato-temaplates][1], there's no GPU requirement for running centos tests. [1]: https://github.cds.internal.unity3d.com/unity/upm-ci-yamato-templates/pull/31
This is a pre-requisite refactor for a crash / memory coruption bug. The RawVector implementation is unsafe: in debug bounds are not checked leading to memory corruption. Also empirical tests...
Hi, I want to write a custom script and shader that would use position data of an object from alembic file. I believe that the plugin currently won't allow me...
This bug was caused by importing an Alembic file that contained nodes with non-standard schemas. The error was appearing when these nodes contained children. After the fix, unrecognized schema nodes...
Alembic track that have vertex color animation cause crash, while maya and other engine work fine. Unity will crash immediately when drag the alembic track to timeline, no error log....
I'm trying for different time to export for WebGL. Is it supported ? Thanks
According to line 14 in the file AlembicStreamDescriptor.cs, the path to the ABC file in the editor is handled differently than in the build: [https://github.com/unity3d-jp/AlembicForUnity/blob/master/com.unity.formats.alembic/Runtime/Scripts/Importer/AlembicStreamDescriptor.cs#14](https://github.com/unity3d-jp/AlembicForUnity/blob/master/com.unity.formats.alembic/Runtime/Scripts/Importer/AlembicStreamDescriptor.cs#14) As a result, the path...
UPDATE: I finally got this to work for both xparticles and regular particles. What I did was start at frame 1 when exporting to alembic from Cinema4d. For some reason...
The alembic plugin works in principle, but performance for large files is really slow (5-10 fps). I do understand that playback might not be smooth on the first run, but...