playMaker

Author Topic: (RESOLVED) Missing Mono Script when updating to U6  (Read 91 times)

LeDisciple

  • Playmaker Newbie
  • *
  • Posts: 41
(RESOLVED) Missing Mono Script when updating to U6
« on: April 01, 2026, 11:47:54 PM »
Hi,
It was a very long time since I didn't get into my project due to personal affair about a couple years. Last time I was on Unity 2022 and now with all the changing I want to update to U6 to go on with my project; i'm fine with all the deprecated stuff but my concern is my main script (very big)  who do ALL the generating random stuff and another script on the same object are missing but the last one on this object is well good... WHY not my 2 other ones? I tried all the "trick" on the net about GUID "find and replace", both versions of the .dll are on the same GUID, try the delete library,etc. Nothing works only if I stick with the original version of Unity. Is it something when the conversion do? I tried to make a prefab of it but saw that fsm are baked into the scene.unity so it didn't follow. I know it's better "local" than external. Does it happen to someone and be able to update his project? If yes, It will be your key to the paradise if you can help me with that.  :'(
« Last Edit: April 02, 2026, 03:32:39 PM by LeDisciple »

LeDisciple

  • Playmaker Newbie
  • *
  • Posts: 41
(RESOLVED) Missing Mono Script when updating to U6
« Reply #1 on: April 02, 2026, 03:30:38 PM »
OK, found it! 👍 With the help of this page: https://hutonggames.fogbugz.com/default.asp?W1254
I just needed to replace GUID (with the Find and Replace Tool here: https://findandreplace.io/ the link one the helper is no good anymore) from ALL PlayMaker.dll.meta inside the backup folders inside Asset/Plugin/PlayMaker with this one from the arrowed file on the capture: e743331561ef77147ae48cda9bcb8209 (I think it's the standard serial for FSM as said by Alex Chouls on the helper page ) NOT just into WP8 as I saw elsewhere. I think that my 3 FSM on my Game Object ARE those 3 folders.

As you see on the second capture, it's quite a big spaghetti bowl I didn't wanted to drop!  ;) Enjoy!
« Last Edit: April 02, 2026, 03:49:26 PM by LeDisciple »