Hi Everyone , I’ve used the <https://docs.spline.d...
# android
a
Hi Everyone , I’ve used the https://docs.spline.design/doc/-getting-started/doc390iSGamE to render 3D objects in my Android app. It allows you to define interactions (e.g., clicks, hover effects) within the Spline design tool itself. These actions are reflected directly in the app when the scene is embedded. However, there’s currently no direct method in the Spline runtime API to handle clicks or other interactions programmatically in Kotlin. Currently, all interactions (such as clicks on 3D objects) must be set up using Spline’s editor, meaning you can only define these behaviors visually and not capture them in Kotlin code for further actions, like navigation or other app-specific logic. Is there any way we can achieve this callbacks programatically in Kotlin code ?
s
Never used Spline before, could this be what you're looking for: https://docs.spline.design/doc/code-api-for-kotlin/docybBQ4OANX The Code API is still not available for Kotlin though.
x