playMaker

Author Topic: Moving Character + FSM between projects  (Read 1686 times)

Alternicity

  • Playmaker Newbie
  • *
  • Posts: 19
Moving Character + FSM between projects
« on: April 23, 2016, 10:21:04 PM »
Hi,
I had a project in which I was having difficulty getting the character working. I made a new project, purely to tinker with the character. Fixed the character.

How best do I get this character, along with it's FSM+ Character Controller, back into the original project?

Thanks in advance!
« Last Edit: April 23, 2016, 10:23:44 PM by Alternicity »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4000
  • Official Playmaker Support
    • LinkedIn
Re: Moving Character + FSM between projects
« Reply #1 on: April 24, 2016, 07:15:22 PM »
Make the character a prefab and use ExportPackage.

Unity generally wants to include most of the project in a Unitypackage with Include Dependencies checked, so be careful you don't overwrite anything important when you Import Package.

Main thing is to BACKUP the project so you can revert and try again if it doesn't work first time!

Alternicity

  • Playmaker Newbie
  • *
  • Posts: 19
Re: Moving Character + FSM between projects
« Reply #2 on: April 26, 2016, 01:01:31 PM »
Great, thanks.  :)