menu
 

Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

0 votes
Hey all,

I'm trying to update our project to 2014.1 (I've got 2013.2.9 running smoothly now).  I've followed all the migration steps, but I'm getting errors during the Unity Integration Package installation:

- It gets past the import window, and loads the custom Wwise migration window.

- I then click on "start" to start the migration

- It stalls, and I see 3 errors in the console regarding Guids (see pic below)

 https://drive.google.com/file/d/0B-XUwCvS8Y18cTluQlE2dkNRYUk/view?usp=sharing

 

The migration fails after this.  Any ideas?  Thanks in advance.

-Joel
in General Discussion by Joel G. (190 points)

1 Answer

0 votes
Do you, by any chance, have a script that redefines the "Guid" class in your project? The standard System.Guid that is used here does contain the constructor we need (see http://msdn.microsoft.com/en-us/library/90ck37x3(v=vs.80).aspx ).
by Benoit S. (Audiokinetic) (16.0k points)
That was it... One of our programmers had created a class called Guid.  Thanks for your help.

I managed to get things mostly working, but I've had a lot of trouble with this migration.  The installation tool didn't work properly for whatever reason and I've had to do a lot of stuff manually.  The integration has recevied quite the overhaul, but all the documentation seems to be geared towards new projects.  It would be nice to get an upgrade guide for those of us who came from 2013.2.3 and such.  Many components have changed and need to be replaced throughout the game (AkEnvironments for example).  Glad we're getting updated functionality though!
...