playMaker

Author Topic: Can't Install Playmaker on 2019.2.9f1[SOLVED]  (Read 2320 times)

rechronicle

  • Full Member
  • ***
  • Posts: 119
  • Mystvaldia
    • Indie RPG Creator
Can't Install Playmaker on 2019.2.9f1[SOLVED]
« on: December 07, 2019, 10:44:57 AM »
Hello,
I am trying to create a new Unity project and add Playmaker into it. But every time I import the package, there's no welcome screen. And executing the Playmaker.exe in the folder resulting in a blank state (nothing happen). The window is not showing on the upper-left as well. Any ideas what is happening?

I have tried to delete the package file from Unity asset folder and redownload it, but it still the same.
I also have an older project which is using the same version, the Playmaker in that project is still working fine. The problem occurs when installing a new one.

What should I do to fix this?
Thanks!
« Last Edit: December 10, 2019, 01:40:46 AM by jeanfabre »

PlaymakerNOOB

  • Full Member
  • ***
  • Posts: 219
Re: Can't Install Playmaker on 2019.2.9f1
« Reply #1 on: December 09, 2019, 06:05:32 PM »
This happened to me today.  You have 2 potential problems

1) If there is any red errors in the console log, it will prevent the playmaker window from opening after installation.  Fix those errors to correct the problem.

2) If the playmaker installation window doesnt open automatically, you can find the Playmaker folder within assets, inside that is the Install folder, and inside that is the Playmaker 1.9 file.  Double click that to open and to install playmaker.

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4000
  • Official Playmaker Support
    • LinkedIn
Re: Can't Install Playmaker on 2019.2.9f1
« Reply #2 on: December 09, 2019, 06:18:35 PM »
Also, check this Troubleshooting page:
https://hutonggames.fogbugz.com/f/page?W624

And the installation guide:
https://hutonggames.fogbugz.com/f/page?W11

If none of that helps, please post any errors you're seeing in the Unity Console.

rechronicle

  • Full Member
  • ***
  • Posts: 119
  • Mystvaldia
    • Indie RPG Creator
Re: Can't Install Playmaker on 2019.2.9f1
« Reply #3 on: December 10, 2019, 01:28:44 AM »
It turns out there are Unity blank errors every time I create a new project file. So it's not an error related to Playmaker.

I found this thread https://forum.unity.com/threads/four-blank-errors-in-each-new-project.599980/page-2 which suggest installing Ubuntu but I can't execute the '.lib' file nor it is executable. Any suggestion?


UPDATE: This is the fix for anyone who may encounter the same blank console error.
  • Go to "C:\Program Files\Unity\Editor\2019.2.15f1\Editor\Data\Tools\RoslynScripts"
  • Edit "unity_csc.bat"
  • Replace the line that says "%APPLICATION_CONTENTS%\Tools\Roslyn\csc" /shared % with the following: "%APPLICATION_CONTENTS%\Tools\Roslyn\csc.exe" /shared %*

Edited from this source (As the original fix not working for me): https://answers.unity.com/questions/1680858/blank-console-error-on-empty-project-with-a-single.html


That's it.
Cheers
« Last Edit: December 10, 2019, 02:49:18 AM by rechronicle »