PlayMaker News > PlayMaker Announcements

Playmaker 1.6.1 Released

(1/2) > >>

Alex Chouls:
Playmaker 1.6.1 is now live in the store!

Release Notes: https://hutonggames.fogbugz.com/default.asp?W311

cb:
˚ Fixed NullReferenceException with disabled FSMs and trigger/collision events.

This was the root of my problems then! I had some real head scratching moments with this and could not figure where the problem was. In the end I stripped out the offending code, which forced me into a different but much better approach to my projects game style. For once a bad bug has, eventually, improved my planned game 8)

markfrancombe:
Im getting:
Assets/PlayMaker/Custom Actions/PhotonGetNextRoom.cs(11,22): error CS0101: The namespace `HutongGames.PlayMaker.Actions' already contains a definition for `PhotonNetworkGetNextRoomProperties'

On a project that was fine before the update to 1.6.1

whats this?

Mark

markfrancombe:
I tried a new project... no such error... so what do I need to do to update an existing project?

AND BY THE F***ING WAY... I just clicked on the Photon wizard, and at the top in orange it says:

WARNING: Photon requiresStandaloneOSXIntel Pro to make  an StandaloneOSXIntel build???

What does this mean??? I was using photon 5minutes ago.. on unity free...! Mac version...

jeanfabre:
Hi,

 PhotonNetworkGetNextRoomProperties: that's my fault sorry. It's because I named that action wrongly when I started this and then corrected it, so you get this error. Simply replace in the states where you had implemented PhotonGetNextRoom and use the new one: PhotonNetworkGetNextRoomProperties

As for the orange warning: true, I need to remove that if you are not publishing for mobiles, the problem is that on mobile socket connection is only available for pro. Let me correct this warning so that it doesn't appears on Unity Indie if you are not publishing for mobile platforms.

bye,

 Jean

Navigation

[0] Message Index

[#] Next page

Go to full version