The '''BinaryExportable''' component takes in a [[Type:Binary|Binary]] asset and allows the [[Slot]] to be exportable as a binary file on your device.
This is more of an uncommon way to export your files, but there are a couple of [[Component:BinaryExportable#Usage|uses]] that are useful to know.
<!--T:2-->
<!--T:2-->
Line 16:
Line 20:
<!--T:3-->
<!--T:3-->
== Usage ==
== Usage ==
Using this component with the [[Component:StaticBinary|StaticBinary]] component, allows the user to export a binary file with a provided [[Type:Uri|url]].
Keep in mind that exporting a binary file is one-way currently in [[Resonite]] (especially if you are thinking about local storage), this is due to the fact that Resonite uses the <code>.bin</code> as files that it does not recognize. So importing from a binary raw file is not doable.
<!--T:4-->
<!--T:4-->
Revision as of 23:24, 6 July 2024
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Using this component with the StaticBinary component, allows the user to export a binary file with a provided url.
Keep in mind that exporting a binary file is one-way currently in Resonite (especially if you are thinking about local storage), this is due to the fact that Resonite uses the .bin as files that it does not recognize. So importing from a binary raw file is not doable.