Forum rules - please read before posting.

Scratch Card Effect/Asset

Hi,

Are you aware of any tools/ways to replicate a scratch effect like this asset?

https://assetstore.unity.com/packages/tools/particles-effects/scratch-card-79580

And second do you think this asset would work with AC? ( I know hard to tell)!

Thanks!

Comments

  • It's a question of how you want it to work with AC. I don't imagine you'd have issue simply having it run in an AC scene, but if you want to prevent usage during AC cutscenes, or e.g have an ActionList run once enough has been uncovered, then you'll need to rely on custom scripting to connect the two systems.

    You can check if AC is currently in gameplay with:

    AC.KickStarter.stateHandler.IsInGameplay ();
    

    An AC ActionList can be run manually by calling its Interact function.

    How/when exactly you use these will depend on the asset - you should contact the author for advice on this.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.