Sparkifier
Last updated
Last updated
Used to create new or edit Sparks.
Details
Converts 3D objects, such as GLB and gITF files, into a usable asset in Bonfire known as a Spark.
Supports the conversion (or âSparkificationâ) of Entity, Config, Symbol, and Audio assets.
Entity - An interactive 3D object, such as houses, walls, or tables, that can be placed in the world and anchored to a physical space. This is the most commonly used type of Spark.
Config - Use a Config Spark to add Causes, Effects, and Traits without displaying any in-book visuals. Examples include systems such as an inventory manager, timer, or data holder.
Symbol - Symbol Sparks represent symbols like text, images, or input fields used in graphical interfaces, such as forms or on screen health bars.
Audio - Although there's no visual in the Book, the placed Spark location will serve as the point for spatial audio playback.
Prerequisites
Ensure that a .glb or .gITF file is ready for conversion.
Creating an Entity Spark
Navigate to the Sparkifier homepage and click the New Spark button.
Observe that the Spark Type dropdown in the lower left corner now displays âSpark.Entities.Entityâ.
To import the .glb or .gltf file, click the browse button located underneath the Loaded Actor File Path field and select the intended file for conversion.
Assign a name to the new Spark, for example, âSample Entityâ.
Click the Build Spark button in the lower left corner and choose a folder for the export location.
Ensure that a .jpg or .png file is ready for conversion.
Creating an Entity Spark
Navigate to the Sparkifier homepage and click the New Spark button.
A window will appear, prompting for the selection of the Spark type to be created. Choose Symbol Spark Type from the available options
Observe that the Spark Type dropdown in the lower left corner now displays âSpark.Symbols.Symbolâ.
To import the .jpg or .png file, click the browse button located underneath the Loaded Actor File Path field and select the intended file for conversion.
Assign a name to the new Spark, for example, âSample Symbolâ.
Click the Build Spark button in the lower left corner and choose a folder for the export location.
The following instructions describe creating an Audio Spark and configuring its settings.
Prerequisites
Ensure that a sample .mp3 file is available for conversion.
Creating an Audio Spark
Navigate to the Sparkifier homepage and click the New Spark button.
A window will appear, prompting for the selection of the Spark type to be created. Choose Audio Spark Type from the available options.
Observe that the Spark Type dropdown in the lower left corner now displays âSparks.Configs.Audioâ. This indicates that an Audio Spark is being created.
Assign a name to the new Spark, for example, âSample Audioâ.
Click the Build Spark button in the lower left corner and choose a folder for the export location.
Overview A grab point is a designated position or reference on a 3D game object that defines where an interaction, such as grabbing or attaching, occurs. It guides how an object is held or manipulated during gameplay.
Game objects and their first-degree child objects, whether they contain components or are empty objects, are considered potential grab points.
For example, in a 3D modeling software like Blender:
An empty object named "Corner Grab Point" positioned at the corner of a parent cube object.
A "Sphere" object positioned on the face side of the parent cube.
These two child objects, along with the parent cube's origin position, are treated as potential grab points.
Note: When the cube object is converted into a Spark file, the default grab point will be set to the center of the parent object, regardless of the number of child objects in the exported 3D asset.
By default, any Sparkified 3D object has its grab point set to the center of the object.
To define a custom grab point in an existing Spark:
Open the Spark file.
Enable the "Use Custom Grab Points" checkbox.
Two dropdown options, Grab Point Primary and Grab Point Secondary, will appear. These dropdowns allow the selection of:
The parent object (e.g., CubeM).
Any child objects, such as "Corner Grab Point" or "Sphere."
Example:
The primary grab point can be set to "Corner Grab Point."
The secondary grab point can be set to "Sphere."
Limitations (as of v1.16.1): Custom grab points cannot be defined during the Spark creation process. They can only be configured by opening an existing Spark in the Sparkifier app.
Adding Grab Points to an Existing Spark Adding new grab points directly to an existing Spark is not supported in version 1.16.1.
Workaround:
Access the source 3D object file.
Add empty objects to define desired grab points.
Convert the 3D object to a Spark.
Open the Spark in the Sparkifier app to define custom grab points.
This feature is under development, and future updates will include enhanced functionality for adding grab points directly to Sparks.
A window will appear, prompting for the selection of the Spark type to be created. Choose Entity Spark Type from the available options.
In the builder interface, click the icon in the Spark Browser and locate the newly created Entity Spark. After importing, the âSample Entityâ Spark should appear in the Sparks â My Sparks directory.
In the builder interface, click the icon in the Spark Browser and locate the newly created Symbol Spark. After importing, the âSample Symbolâ Spark should appear in the Sparks â My Sparks directory
To import the .mp3 file, click the icon located at the top right corner. Select and open the .mp3 file intended for conversion.
In the Builder interface, click the icon in the Spark Browser and locate the newly created Audio Spark. After importing, the âSample Audioâ Spark should appear in Sparks â My Sparks directory