playMaker

Author Topic: Can I clean out the actions folder?  (Read 1584 times)

Bradamante3D

  • Playmaker Newbie
  • *
  • Posts: 3
Can I clean out the actions folder?
« on: September 11, 2016, 05:00:16 PM »
Hi,

PlayMaker provides a lot of actions in the Action folder. However, I don't need most of them and I am worried about compile times. So, I'd like to delete all action CS files that I don't need right now and add them back in later, should I need to.

So, currently I'd like to delete everything but the MasterAudio custom actions + Camera Fade In/Out.

Can I delete everything else? Or is there something in the actions folder that other stuff relies on?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Can I clean out the actions folder?
« Reply #1 on: September 11, 2016, 07:36:52 PM »
Hi,
I don't think it will be much of a difference,
But you can try it out.
Just make a copy (backup) from you project
Which you should do regularly btw.
Then you can delete them and see if you get errors.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Can I clean out the actions folder?
« Reply #2 on: September 13, 2016, 03:43:26 AM »
Hi,

 I agree with Djaydino, I don't think you should spend time on this, the build size economy is irrelevant when scripts are compiled, compared to textures, animations, meshes, baked lightmaps, etc etc. a few hundreds scripts is really nothing.

However, where you might see a benefit is when recompiling, you would see a gain in time here for sure.

 Bye,

 Jean