Playmaker action: Get Files

Discussion and help for Easy Save 3
Post Reply
nFighter
Posts: 52
Joined: Thu Apr 12, 2018 7:15 am

Playmaker action: Get Files

Post by nFighter »

Sorry for bothering, still have a problems with a playmaker actions. Now it's a Get Files action.
No matter do I have files in the directory or not - I got an error:

Code: Select all

System.NullReferenceException: Object reference not set to an instance of an object
  at ES3.GetKeys (.ES3Settings settings) [0x00011] in D:\***\Assets\Plugins\Easy Save 3\Scripts\ES3.cs:799 
  at ES3.GetFiles (System.String directoryPath, .ES3Settings settings) [0x00008] in D:\***\Assets\Plugins\Easy Save 3\Scripts\ES3.cs:826 
  at ES3PlayMaker.GetFiles.Enter () [0x00018] in D:\***\Assets\Plugins\Easy Save 3\PlayMaker\ES3PlayMaker.cs:681 
  at ES3PlayMaker.ActionBase.OnEnter () [0x00003] in D:\***\Assets\Plugins\Easy Save 3\PlayMaker\ES3PlayMaker.cs:34
User avatar
Joel
Moodkie Staff
Posts: 4826
Joined: Wed Nov 07, 2012 10:32 pm

Re: Playmaker action: Get Files

Post by Joel »

Hi there,

I've managed to replicate this at my end and have PM'd you an update.

It looks like our code generator was linking one of the overrides to the ES3.GetKeys method rather than the ES3.GetFiles one, causing an error.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Post Reply