playMaker

Author Topic: M2h c# game examples into Unity5  (Read 2084 times)

theANMATOR

  • Playmaker Newbie
  • *
  • Posts: 5
M2h c# game examples into Unity5
« on: April 21, 2015, 12:06:57 AM »
Hello all -

I'm looking into the M2h example files found on this page https://hutonggames.fogbugz.com/default.asp?W880

Following the "warning" directions at step 3 importing the c# example package from the asset store I'm greeted with the Unity5 possible incompatibility warning.
"This package was published using Unity 3 and contains asset types which may not upgrade cleanly to Unity 5:
Scripts
Manager assets
While Unity will generally attempt to upgrade assets to work, problems may still occur.For more information about upgrading projects to Unity 5, please refer to the Unity 5.0 Upgrade Guide.
For more information about the compatibility of this specific package, please contact the publisher directly.


Just wondering if anybody has gone through this process with the M2h c# game examples, and if so anything to look out for?
I'm not competent in code in general and haven't performed any Unity5 project upgrade.

Any advice appreciated.

Thanks

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: M2h c# game examples into Unity5
« Reply #1 on: April 21, 2015, 02:32:51 AM »
Hi,

 yeah, that works. You'll simply need to delte two files:

Assets/Standard Assets/Scripts/MeshCombineUtility.cs
Assets/Standard Assets/Scripts/CombineChildren.cs

and let Unity do the script refactoring after you have deleted these two files.

Bye,

 Jean

theANMATOR

  • Playmaker Newbie
  • *
  • Posts: 5
Re: M2h c# game examples into Unity5
« Reply #2 on: April 21, 2015, 11:09:51 AM »
Thanks for the reply Jean. Much appreciated.