Page 1 of 1

Playmaker action: Get Files

Posted: Mon Apr 23, 2018 11:46 pm
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

Re: Playmaker action: Get Files

Posted: Tue Apr 24, 2018 6:42 am
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