Search found 7 matches

by laserpants
Sat Mar 22, 2014 8:01 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: stripping not working
Replies: 19
Views: 25732

Re: stripping not working

Sweet! Glad I procrastinated and didn't rewrite all my dicts yet. :)
by laserpants
Sat Mar 15, 2014 12:57 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: stripping not working
Replies: 19
Views: 25732

Re: stripping not working

I've commented out any places I was saving or loading dicts, and that seems to have done the trick. I'll work on converting them to lists as a temporary workaround.
by laserpants
Wed Mar 12, 2014 12:32 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: stripping not working
Replies: 19
Views: 25732

Re: stripping not working

Right, sorry :) When I use no stripping, it builds fine, no errors.
by laserpants
Wed Mar 12, 2014 10:54 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: stripping not working
Replies: 19
Views: 25732

Re: stripping not working

Same result with either Strip Assemblies or Strip Bytecode. I deleted all ES2 folders and files and reimported from the Asset Store, but with the same result. Cross compilation job ES2.dll failed. UnityEngine.UnityException: Failed AOT cross compiler: /Applications/Unity/Unity.app/Contents/BuildTarg...
by laserpants
Sat Mar 08, 2014 6:43 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: stripping not working
Replies: 19
Views: 25732

Re: stripping not working

I'm attempting to use Strip Bytecode. I get this error in the Unity editor log at build time: Cross compilation job ES2.dll failed. UnityEngine.UnityException: Failed AOT cross compiler: /Applications/Unity/Unity.app/Contents/BuildTargetTools/iPhonePlayer/mono-xcompiler --aot=full,asmonly,nodebug,fi...
by laserpants
Thu Mar 06, 2014 2:36 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: stripping not working
Replies: 19
Views: 25732

stripping not working

Hi,

I'm attempting to use stripping with iOS by copying the link.xml file from the plugin folder to the Assets folder, but that's not preventing the build errors.

Unity v 4.3.4f1 with Easy Save v 2.33
by laserpants
Tue Mar 04, 2014 5:08 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Which is faster, a Dictionary or multiple tags?
Replies: 1
Views: 4013

Which is faster, a Dictionary or multiple tags?

I'm wonder which performs better with ES2: saving and reading a generic Dictionary<T, T> or saving each individual value with a unique tag. This would be with a writer/reader, and not individual save/read calls. Thanks!