Forum rules - please read before posting.

RuntimeActionList keep reference to assetFile

edited September 2014 in Technical Q&A
Hi,

When using DownloadActions() in RuntimeActionList, it doesn't keep a reference to the asset file it downloaded its actions from. There's a member "assetFile" that therefore remains set to null.

Would that break anything to add "assetFile = actionListAsset;" ? I dont have other means to compare the action list being runned.

Regards

Comments

  • Where is the assetFile member you mention?
  • edited September 2014
    in the parent class ActionList. this member seems to have appeared in 1.34
    // ActionList.cs
    [HideInInspector] public ActionListAsset assetFile;
  • That's an unrelated variable.  But I'll add the kind you're looking for in 1.39.
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.