itch.io is community of indie game creators and players

Devlogs

Add materials expression

Construct 3 3DObject Plugin - SDK V1 only
A browser asset pack made in HTML5

Add 'Materials' expression, which will return a JSON string with the instance's current material names and paths (if the material was loaded during runtime from a file or URL.)

Example return string:

[{"name":"Cleric_Texture","path":"Cleric_Texture"},{"name":"Cleric_Staff_Texture","path":"Cleric_Staff_Texture"},{"name":"baseColor","path":"baseColor.png"},{"name":"checker","path":"checker.png"}]

This format is useful as input to the C3 JSON Object for use in events, etc.

Files

  • 3DObject-2-31-0.c3addon 58 kB
    Aug 25, 2022
Download Construct 3 3DObject Plugin - SDK V1 only
Leave a comment