playMaker

Author Topic: Unity 4.7 and windows 10  (Read 2402 times)

clandestine

  • Sr. Member
  • ****
  • Posts: 255
    • ЯKD.ZONE
Unity 4.7 and windows 10
« on: January 23, 2018, 08:13:25 AM »
Hey guys, a couple of days ago i bought a newer desktop. It was time to let my 8 year old laptop take a break. The new one comes with Windows 10. When opening my games made with Unity 4.7, Playmaker doesnt want to load anymore, giving me errors all around the place, including unity layout, etc. One of the projects is ported to Unity 5 and it works there and PM loads and works.

So the problem is Windows 10 + Unity 4.7 + PlayMaker + [project made on windows 7 if that is of relevance].

Could you guys point me to RTFM in the right direction?

Thanks in advance!

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Unity 4.7 and windows 10
« Reply #1 on: January 23, 2018, 08:21:43 AM »
Hi.
What errors are you getting?
It might be that there something else is broken and gives an error.
If there is an error in the console playmaker (and some other assets) will not be loaded.

clandestine

  • Sr. Member
  • ****
  • Posts: 255
    • ЯKD.ZONE
Re: Unity 4.7 and windows 10
« Reply #2 on: January 23, 2018, 08:29:21 AM »
well, the error is not related to PlayMaker.

Assets/Plugins/Steamworks.NET/CallbackDispatcher.cs(20,0): error CS1029: #error: 'You need to define STEAMWORKS_WIN, or STEAMWORKS_LIN_OSX. Refer to the readme for more details.'

BUT: one of the projects has version made in U4.7 and another saved (without any changes) in U5 (with the same Steam implementation), the latter opens and works, and PM is there... in U4.7  PM doesnt want to load anymore. I'm asking because the bike game is all made and maintained in U4 Pro. I'll try a new project in 4 and see if PM wants to work from scratch.

Thanks djaydino!
« Last Edit: January 23, 2018, 08:43:23 AM by clandestine »

clandestine

  • Sr. Member
  • ****
  • Posts: 255
    • ЯKD.ZONE
Re: Unity 4.7 and windows 10
« Reply #3 on: January 23, 2018, 09:10:41 AM »
OK, it works on an empty project.... must be some of the custom actions such as steamworks... the errors show in 4 but not in 5?
« Last Edit: January 23, 2018, 02:45:53 PM by clandestine »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Unity 4.7 and windows 10
« Reply #4 on: January 24, 2018, 02:43:19 AM »
Hi.
So in 5 you don't get any errors and still do not see pm?

clandestine

  • Sr. Member
  • ****
  • Posts: 255
    • ЯKD.ZONE
Re: Unity 4.7 and windows 10
« Reply #5 on: January 24, 2018, 05:37:28 AM »
In 5 everything works, PM and all custom actions (same project).
But i want to make U4 Pro work, because my bike game is made in it and cant update the project to 5 (gazillion errors and all connections lost).

thanks