Playmaker Forum

PlayMaker Help & Tips => iOS Help => Topic started by: ergin on February 01, 2016, 07:23:56 PM

Title: How to turn on Symlink for Xcode 7.2 [SOLVED]
Post by: ergin on February 01, 2016, 07:23:56 PM
Hello,

I'm developing my new app for iOS, everything works fine except Get/SetProperty. As documented on "IOS publishing notes", It can be solved by turning on Symlink but I couldn't find it anywhere(Unity3d 5.2 Publish Setting and Xcode 7.2 Build Settings) Is it possible that this feature may be removed? Where is it located?

Thanks in advance for your help.
Title: Re: How to turn on Symlink for Xcode 7.2
Post by: jeanfabre on February 02, 2016, 12:53:09 AM
Hi,

 You'll need to use the Linker Wizard actually. Which thread did you read that? I'll update it to mention this.

http://hutonggames.com/playmakerforum/index.php?topic=11126.msg52535#msg52535

Make sure you follow the video on the steps to make sure the wizard catches all your usages within your game.

Let me know how it goes.

Bye,

 Jean
Title: Re: How to turn on Symlink for Xcode 7.2
Post by: ergin on February 02, 2016, 05:43:46 AM
Hello and thank you.

I read it here:
http://hutonggames.com/playmakerforum/index.php?topic=3107.0

I installed Linker Wizard and it worked great. Just one small issue, frame per second at Unity Editor(Statics) decreased by %40 -%50 but FPS on both iOS and Android remained same.
Editor was 1.100 - 1.200 dropped to 600; Android 60 (v-sync turned off), and iOS 30 remained intact.

Thanks again!
Title: Re: How to turn on Symlink for Xcode 7.2
Post by: jeanfabre on February 02, 2016, 10:16:15 AM
Hi,

 The linker wizard performances do not matter, it's only something you should run once and when you make use of reflections some more down the road.

I haven't noticed a 40% perfs drops when using the linker wizard however, are you sure this is related? that is if you remove the linker wizard asset, perfs comes back?


Bye,

 Jean
Title: Re: How to turn on Symlink for Xcode 7.2 [SOLVED]
Post by: ergin on February 19, 2016, 03:02:00 AM
Hello,

just noticed this message. I removed it and frame rate returned to normal.

Thanks.
Title: Re: How to turn on Symlink for Xcode 7.2 [SOLVED]
Post by: Helen1962 on February 23, 2016, 01:11:56 PM
 Are you using actions like "set property"? else what actions are you using?