(07-30-2024, 06:31 PM)_Aka_ Wrote: Found what triggers the issue: the scripts in the examples package use the PlaymakerFSM script from a dll file that is not present in Playmaker anymore. I will contact my contact at the company to understand fully what is happening and discuss a fix. I will post here once I have any news.
This process can take some time, so until then, here is a workaround:
This should do the trick. Let me know if it didn't.
- Go to Assets\Plugins\PlayMaker
- Create a folder called WP8
- Copy in it the following file: Assets\Plugins\PlayMaker\PlayMaker.dll
Have a nice day
Thank you for the quick response!
(07-31-2024, 02:44 AM)justifun Wrote:(07-30-2024, 06:31 PM)_Aka_ Wrote: Found what triggers the issue: the scripts in the examples package use the PlaymakerFSM script from a dll file that is not present in Playmaker anymore. I will contact my contact at the company to understand fully what is happening and discuss a fix. I will post here once I have any news.
This process can take some time, so until then, here is a workaround:
This should do the trick. Let me know if it didn't.
- Go to Assets\Plugins\PlayMaker
- Create a folder called WP8
- Copy in it the following file: Assets\Plugins\PlayMaker\PlayMaker.dll
Have a nice day
Thank you for the quick response!
It appears that the same issues persist after copying over the .dll
The missing script, and unity not able to find the "PlayMaker Curvy" prefab even though its in the scene.
What's the correct method for adding the package at https://github.com/PlayMakerEcosystem/Pl...ddy--Curvy
I tried using the package manager and pressed the + button and used add package by git url.
both with https://github.com/PlayMakerEcosystem/Pl...ddy--Curvy
and https://github.com/PlayMakerEcosystem/Pl...-Curvy.git
but unity errors out and says
[Package Manager Window] Error adding package: https://github.com/PlayMakerEcosystem/Pl...-Curvy.git.
Unable to add package [https://github.com/PlayMakerEcosystem/Pl...-Curvy.git]:
[https://github.com/PlayMakerEcosystem/Pl...-Curvy.git] does not point to a valid package. No package manifest was found.
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()

