MFPS 1.1.7 - Compile errors - Unity 5.5.2 - PUN 1.81

Report errors found in any assets.
Post Reply
User avatar
saifcoder
Contributor
Contributor
Posts: 7
Joined: Sat May 02, 2015 8:56 am

Hi.

MFPS - 1.1.7
Unity - 5.5.2 f1 64Bits
PUN - 1.81
MonoDevlop - 5.9.6

I think MFPS should be updated to be compatible with latest version of Unity and PUN, when importing MFPS to Unity without running API Updater i get this unique error :

Code: Select all

Assets/MFPS/Scripts/Misc/AI/bl_SimpleAI.cs(29,13): error CS0246: The type or namespace name `NavMeshAgent' could not be found. Are you missing `UnityEngine.AI' using directive?
the error wont fix even when adding UnityEngine.AI in top.

With running API Updater i get this 73 errors :

Code: Select all

Assets/MFPS/Scripts/Editor/ImageEffects/AntialiasingEditor.cs(7,27): error CS0246: The type or namespace name `Antialiasing' could not be found. Are you missing an assembly reference?
... ... ...
Assets/MFPS/Scripts/Editor/ImageEffects/VignetteAndChromaticAberrationEditor.cs(7,27): error CS0246: The type or namespace name `VignetteAndChromaticAberration' could not be found. Are you missing an assembly reference?
So, any help ?

Thanks,
- Editing Code is nice, but Coding from scratch is genius. -
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Hi.

Thanks for reporting, last version was tested with version 5.5.1,
but due today Unity Version 5.6 was release I will update the package today for compatibility.

Sorry for the inconveniences.
Best Regards.
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
saifcoder
Contributor
Contributor
Posts: 7
Joined: Sat May 02, 2015 8:56 am

Good news, i'm waiting Update :D
- Editing Code is nice, but Coding from scratch is genius. -
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Hi.

I have tested for fix this problem simple delete the folder located in: Assets\MFPS\Scripts\Editor\ImageEffects
this will fix the problems.
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
saifcoder
Contributor
Contributor
Posts: 7
Joined: Sat May 02, 2015 8:56 am

Thank you
- Editing Code is nice, but Coding from scratch is genius. -
User avatar
C3P
Contributor
Contributor
Posts: 1
Joined: Wed Dec 14, 2016 7:25 am

How could one get this 1.1.7 version? last version i could download from the control panel is 1.1.0.3 but the link seems down at the moment.
User avatar
saifcoder
Contributor
Contributor
Posts: 7
Joined: Sat May 02, 2015 8:56 am

i thing you must go to the download page : https://www.lovattostudio.com/en/my-account/downloads/
- Editing Code is nice, but Coding from scratch is genius. -
Post Reply