Playmaker Forum

Bug Reporting => PlayMaker Bug Reporting => Topic started by: allornothing on March 08, 2015, 08:12:25 PM

Title: Compiler Error on 1.7.7.8 with Unity 5 - AddComponent.cs obsolete?
Post by: allornothing on March 08, 2015, 08:12:25 PM
Hey, I'm trying to build an apk for Android and it fails on

Assets/PlayMaker/Actions/AddComponent.cs(56,88): warning CS0618: `UnityEngineInternal.APIUpdaterRuntimeServices.AddComponent(UnityEngine.GameObject, string, string)' is obsolete: `Unable to resolve the type specified in parameter 'name' at api updating time. Delegating to APIUpdaterRuntimeServices.AddComponent(). In order to be able to build the game, replace this call with GameObject.AddComponent<T>() / GameObject.AddComponent(Type)'

It doesn't allow me to run the API updater on it, and I'm not confident enough to change it myself :) Any ideas?

Title: Re: Compiler Error on 1.7.7.8 with Unity 5 - AddComponent.cs obsolete?
Post by: jeanfabre on March 09, 2015, 02:46:37 AM
Hi,

 I am not sure you have the right version. Can you double check on this AddComponent.cs script that line 68 you have this:

Code: [Select]
        // Temporary Type Helper for 1.7.8
Bye,

 Jean