• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.
CustomShaderLoaderAlt

Plugins + Scripts CustomShaderLoaderAlt

Download [<1 MB]


New Property Type: cubemap — Load Cubemaps from AssetBundle
New version adds the cubemap property type, which automatically scans the AssetBundle for all packaged Cubemap assets and presents them in a dropdown list for the user to select. Supports real-time switching, and selections are automatically saved/restored with the scene. Works across all three modes: Person / Clothing / CUA.

  • Cubemaps are packaged in the same AssetBundle as the shader
  • The dropdown automatically lists all Cubemap assets found in the bundle
  • defaultAssetName (optional): specifies the default Cubemap selection

JSON:
{ "name": "_CubemapTex", "displayName": "Environment Map", "type": "cubemap", "defaultAssetName": "MyCubemap" }


Fixed known bugs and optimized the UI.
Back
Top Bottom