Creator Companion Beta Bug - Unity Export Missing Parameters
closed
wordweaver1001
Using Shape Type "Box" does not export Size on VRC Contact Receivers when exporting unity packages.
Photo Viewer
View photos in a modal
Log In
Dexvoid
updated the status to
closed
Dexvoid
updated the status to
needs more information
Thanks for your report. We are currently unable to reproduce this problem when following these steps:
- Add a contact receiver to a game object and configure it to be a box with a size.
- Convert this game object to a prefab.
- Right click on the prefab and export it as a .unitypackagefile.
- In a different SDK project, import the Unity package.
When following these steps, as the package is imported, the Size property (as well as all other values) seem to come in as expected, with their values still set.
Please can you provide the set of steps you're following to trigger this issue to help us investigate further? Thanks very much.
wordweaver1001
Dexvoid Ah I missed some info, my apologies.
You need to import it to a project not on the beta, then convert the project to beta afterwards.
This may be symptom of version change, and if so, I would like to know so I can provide that info to my buyers of my prefab.
Dexvoid
wordweaver1001 Thanks for clarifying. What you're describing is expected behavior because saved data in components that is not recognized by a particular SDK version will be dropped from the project. This is a trait of how Unity behaves - there's nothing we can do about it from our side.
Box shaped contacts are available in 3.10.4, which we released publicly just a few minutes ago. Your buyers must be on SDK version 3.10.4 (or later) before importing your package for the data to be read successfully. If they've already imported in an earlier SDK, they may need to import it again. This guidance also applies generally to any new component features we release in the future.
Please also note that we recommend not building production content using beta SDKs (especially when the content is paid), because we may change them at any time in compatibility breaking ways until the SDK releases, since beta SDKs are intended for testing and feedback only.
I'll go ahead and close this report for now, since the behavior is expected.
StormRel
updated the status to
tracked