playMaker

Author Topic: Cannot save template in unity 2018.3.b11  (Read 5094 times)

vamky

  • Playmaker Newbie
  • *
  • Posts: 16
Cannot save template in unity 2018.3.b11
« on: December 03, 2018, 02:28:53 AM »
It promotes a error message: "Templates can only be saved in projects asset folder" but actually you cannot save it to anywhere in the asset folder.

DanielThomas

  • Beta Group
  • Full Member
  • *
  • Posts: 150
Re: Cannot save template in unity 2018.3.b11
« Reply #1 on: December 03, 2018, 09:24:08 PM »
Just got the same thing, Unity 2018.2.16f and Playmaker 1.9.0.

Something I did notice was, when saving the template I created a new folder, tried to save inside and got the error. But the folder I created didn't show up in the project view, I noticed then that it was missing a .meta file. I had to tab in and out of Unity for it to update.
I don't know if this could be a clue.
« Last Edit: December 03, 2018, 09:26:53 PM by DanielThomas »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Cannot save template in unity 2018.3.b11
« Reply #2 on: December 04, 2018, 12:47:37 AM »
Hi,

 I can not reproduce this, can you give us the full path to your Assets folder, maybe there is another folder Assets before or some weird character that makes filepath parsing faulty?

Bye,

 Jean

vamky

  • Playmaker Newbie
  • *
  • Posts: 16
Re: Cannot save template in unity 2018.3.b11
« Reply #3 on: December 04, 2018, 02:30:13 AM »
Hi

I have solved this, the cause is the scripting runtime version in the player setting. If you switch to .net 4.0, this error will appear. It is fine in .net 3.5.

I've downgraded my project back to 2018.2 and still got this error, so I switched back to .net 3.5 and everything works fine now.

DanielThomas

  • Beta Group
  • Full Member
  • *
  • Posts: 150
Re: Cannot save template in unity 2018.3.b11
« Reply #4 on: December 04, 2018, 08:08:18 AM »
I can confirm, changing to .net 3.5 solved it for me as well.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Cannot save template in unity 2018.3.b11
« Reply #5 on: December 04, 2018, 05:25:24 PM »
Hi.
Thx for the info.
Did you also try with a playmaker beta version?
« Last Edit: December 04, 2018, 05:27:04 PM by djaydino »

DanielThomas

  • Beta Group
  • Full Member
  • *
  • Posts: 150
Re: Cannot save template in unity 2018.3.b11
« Reply #6 on: December 04, 2018, 07:51:15 PM »
I didn't, I currently only use 1.9.0

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Cannot save template in unity 2018.3.b11
« Reply #7 on: December 05, 2018, 01:10:55 AM »
Hi,

 I see... yes, .net 4.0 is a tricky monster It seems. I would stay away from it until mid 2019 or more to be honest. Unity needs to iron out so many things for it, it's a huge task.

 I'll raise a ticket internally on this, but whether a fix on our end is possible or not, this is not guaranteed.

Bye,

 Jean