Search Unity

Failed to re-package resources : aapt.exe package

Discussion in 'Editor & General Support' started by Shadehater, Jun 16, 2016.

  1. Shadehater

    Shadehater

    Joined:
    Dec 11, 2013
    Posts:
    4
    So yeah , pretty much what the title says. This is the full error that I'm getting. Any help would be greatly appreciated. It's a simple 2D game I'm trying to build.

    Code (CSharp):
    1. CommandInvokationFailure: Failed to re-package resources. See the Console for details.
    2. C:\Users\Kalliopi\AppData\Local\Android\sdk\build-tools\24.0.0\aapt.exe package --auto-add-overlay -v -f -m -J gen -M AndroidManifest.xml -S "res" -I "C:/Users/Kalliopi/AppData/Local/Android/sdk\platforms\android-23\android.jar" -F bin/resources.ap_
    3.  
    4. stderr[
    5.  
    6. ]
    7. stdout[
    8.  
    9. ]
    10. UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg)
    11. UnityEditor.Android.PostProcessAndroidPlayer.Exec (System.String command, System.String args, System.String workingdir, System.String[] progress_strings, Single progress_value, System.String errorMsg)
    12. UnityEditor.Android.PostProcessAndroidPlayer.CompileResources (System.String stagingArea, System.String packageName, UnityEditor.Android.AndroidLibraries androidLibraries)
    13. UnityEditor.Android.PostProcessAndroidPlayer.PostProcessInternal (System.String stagingAreaData, System.String stagingArea, System.String playerPackage, System.String installPath, System.String companyName, System.String productName, BuildOptions options, UnityEditor.RuntimeClassRegistry usedClassRegistry)
    14. UnityEditor.Android.PostProcessAndroidPlayer.PostProcess (BuildTarget target, System.String stagingAreaData, System.String stagingArea, System.String playerPackage, System.String installPath, System.String companyName, System.String productName, BuildOptions options, UnityEditor.RuntimeClassRegistry usedClassRegistry)
    15. UnityEditor.HostView:OnGUI()
    16.  
     
  2. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    Unity is running aapt.exe from build-tools/24.0.0 ( you can see the path of aapt.exe in the log)
    Version 24 is for Android N (the next upcoming version Android), which is not supported by Unity at the moment ( i saw this complaint from other people recently).

    Under your Android SDK folder, you should remove the 24.0.0 folder, or, in case you need that version specifically, you should upgrade to the latest Unity version (5.3.5 patch 4 i think) which may support this, but i'm not sure ..
     
    AibNihan and rosdi like this.
  3. Shadehater

    Shadehater

    Joined:
    Dec 11, 2013
    Posts:
    4
    I solved it by downloading a different aapt.exe and replacing the one in the 24.0.0 folder. The builds are stable with it, but I'll give your method a try
     
  4. Shadehater

    Shadehater

    Joined:
    Dec 11, 2013
    Posts:
    4
    You were right, thank you. Just delete the 24.0.0 folder. Hope that if anyone else has such a problem will see this simple solution. Didn't cross my mind that it was just a compatibility issue
     
    Ulter7 and liortal like this.
  5. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    This should be solved soon. I believe they already solved that in the latest Unity 5.4 beta version (see release notes here: https://unity3d.com/unity/beta)

    Specifically, this is the relevant part:
    upload_2016-6-21_20-51-48.png
     
    rosdi likes this.
  6. grosssmutttr

    grosssmutttr

    Joined:
    Apr 15, 2014
    Posts:
    168
    Just upgraded to build tools 24 and now I'm getting the same error when building a project.
    Is this issue already solved in Unity 5.3.5p4?
     
  7. grosssmutttr

    grosssmutttr

    Joined:
    Apr 15, 2014
    Posts:
    168
    Just downloaded the Unity 5.3.5p4 and got the same error:
    C:\Company\Android\adt-bundle-windows-x86_64-20140702\sdk\build-tools\24.0.0\aapt.exe package --auto-add-overlay -v -f -m -J gen -M AndroidManifest.xml -S "res" -I "C:/Company/Android/adt-bundle-windows-x86_64-20140702/sdk\platforms\android-24\android.jar" -F bin/resources.ap_ --extra-packages com.prime31.AdMob:com.google.android.gms -S "C:\Company\Unity3D\TestIT\Temp\StagingArea\android-libraries\google-play-services_lib\res"
     
  8. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    You cannot use build tools 24...
     
    Mycroft likes this.
  9. grosssmutttr

    grosssmutttr

    Joined:
    Apr 15, 2014
    Posts:
    168
    So we have to wait for a new Unity version?

    Is it possible to set the build tools for Unity or a project because we already have native apps developed within Android Studio and these apps use version 24.0.0
     
    Last edited: Jun 26, 2016
  10. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    Since the android SDK is portable, you can download it again and install it to a different location (e.g: D:\android-sdk-unity) and in that installation do not download the preview 24.0.0 tools. You should point Unity to use this version.

    This is just a temp workaround until they resolve this issue, but it may take a while so this should get you going in the meantime :)
     
  11. grosssmutttr

    grosssmutttr

    Joined:
    Apr 15, 2014
    Posts:
    168
    Thanks for the advice :) I hope it won't be too long as the build tools 24 are officially released and I don't use a preview version....
     
  12. TheRaider

    TheRaider

    Joined:
    Dec 5, 2010
    Posts:
    2,250
    where do you find the download for 23 it seems to always install 24
     
  13. Yury-Habets

    Yury-Habets

    Unity Technologies

    Joined:
    Nov 18, 2013
    Posts:
    1,167
    There's a bug in AAPT from build-tools v24 that is causing crash on Windows. We've reported it to Google. Stay tuned!
     
    oblivionkey21 likes this.
  14. CaoMengde777

    CaoMengde777

    Joined:
    Nov 5, 2013
    Posts:
    813
    ugghhh wtfffff .....
     
  15. Yury-Habets

    Yury-Habets

    Unity Technologies

    Joined:
    Nov 18, 2013
    Posts:
    1,167
    Please update your Android Build Tools to 24.0.1 - should not crash anymore.
     
    rosdi, oblivionkey21 and liortal like this.
  16. RoyalCoder

    RoyalCoder

    Joined:
    Oct 4, 2013
    Posts:
    301
    Hi Shadehater, from where did you downloaded the aaap.exe file ?

    Did someone managed to build an .apk for targetSdkLevel=“24“ ?

    Thanks!
     
  17. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    What was the issue with build tools 24.0.0 ?
     
  18. Yury-Habets

    Yury-Habets

    Unity Technologies

    Joined:
    Nov 18, 2013
    Posts:
    1,167
    @liortal: it crashed on Windows when packaging resources :)
    I've reported that to Google, and the issue was fixed in 24.0.1.
     
    rosdi and liortal like this.
  19. varosi

    varosi

    Joined:
    Jul 12, 2016
    Posts:
    2
    I am using android build tools 24.0.2 and that happened to me. So what can I do? This is the mesage of console:

    AndroidManifest.xml:18: error: Error: No resource found that matches the given name (at 'value' with value '@Integer/google_play_services_version').

    ]
    stdout[
    Configurations:
    (default)
    v14
    v21
    ldpi-v4
    hdpi-v4
    xhdpi-v4
    xxhdpi-v4
    xxxhdpi-v4

    Files:
    drawable\app_icon.png
    Src: () res\drawable\app_icon.png
    Src: (ldpi-v4) res\drawable-ldpi\app_icon.png
    Src: (hdpi-v4) res\drawable-hdpi\app_icon.png
    Src: (xhdpi-v4) res\drawable-xhdpi\app_icon.png
    Src: (xxhdpi-v4) res\drawable-xxhdpi\app_icon.png
    Src: (xxxhdpi-v4) res\drawable-xxxhdpi\app_icon.png
    values\strings.xml
    Src: () res\values\strings.xml
    values\styles.xml
    Src: () res\values\styles.xml
    Src: (v14) res\values-v14\styles.xml
    Src: (v21) res\values-v21\styles.xml
    AndroidManifest.xml
    Src: () AndroidManifest.xml

    Resource Dirs:
    Type drawable
    drawable\app_icon.png
    Src: () res\drawable\app_icon.png
    Src: (ldpi-v4) res\drawable-ldpi\app_icon.png
    Src: (hdpi-v4) res\drawable-hdpi\app_icon.png
    Src: (xhdpi-v4) res\drawable-xhdpi\app_icon.png
    Src: (xxhdpi-v4) res\drawable-xxhdpi\app_icon.png
    Src: (xxxhdpi-v4) res\drawable-xxxhdpi\app_icon.png
    Type values
    values\strings.xml
    Src: () res\values\strings.xml
    values\styles.xml
    Src: () res\values\styles.xml
    Src: (v14) res\values-v14\styles.xml
    Src: (v21) res\values-v21\styles.xml
    Including resources from package: C:\Users\User\AppData\Local\Android\sdk\platforms\android-23\android.jar
    applyFileOverlay for drawable
    applyFileOverlay for layout
    applyFileOverlay for anim
    applyFileOverlay for animator
    applyFileOverlay for interpolator
    applyFileOverlay for transition
    applyFileOverlay for xml
    applyFileOverlay for raw
    applyFileOverlay for color
    applyFileOverlay for menu
    applyFileOverlay for mipmap
    Processing image: res\drawable\app_icon.png
    Processing image: res\drawable-ldpi\app_icon.png
    Processing image: res\drawable-hdpi\app_icon.png
    (processed image res\drawable-ldpi\app_icon.png: 95% size of source)
    Processing image: res\drawable-xhdpi\app_icon.png
    (processed image res\drawable-hdpi\app_icon.png: 85% size of source)
    Processing image: res\drawable-xxhdpi\app_icon.png
    Processing image: res\drawable-xxxhdpi\app_icon.png
    (processed image res\drawable\app_icon.png: 90% size of source)
    (processed image res\drawable-xhdpi\app_icon.png: 81% size of source)
    (processed image res\drawable-xxhdpi\app_icon.png: 75% size of source)
    (processed image res\drawable-xxxhdpi\app_icon.png: 71% size of source)
    (new resource id app_icon from drawable\app_icon.png #generated)
    (new resource id app_icon from ldpi-v4\drawable\app_icon.png #generated)
    (new resource id app_icon from hdpi-v4\drawable\app_icon.png #generated)
    (new resource id app_icon from xhdpi-v4\drawable\app_icon.png #generated)
    (new resource id app_icon from xxhdpi-v4\drawable\app_icon.png #generated)
    (new resource id app_icon from xxxhdpi-v4\drawable\app_icon.png #generated)
    ]
    UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg)
    UnityEditor.Android.PostProcessor.Tasks.TasksCommon.Exec (System.String command, System.String args, System.String workingdir, System.String errorMsg)
    UnityEditor.Android.PostProcessor.Tasks.BuildResources.CompileResources (UnityEditor.Android.PostProcessor.PostProcessorContext context)
    UnityEditor.Android.PostProcessor.Tasks.BuildResources.Execute (UnityEditor.Android.PostProcessor.PostProcessorContext context)
    UnityEditor.Android.PostProcessor.PostProcessRunner.RunAllTasks (UnityEditor.Android.PostProcessor.PostProcessorContext context)
    UnityEditor.HostView:OnGUI()
     
  20. varosi

    varosi

    Joined:
    Jul 12, 2016
    Posts:
    2
    Did this come because I have not google API installed or what.
     
  21. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    @varosi you are accessing a resource named google_play_services_version but it is not defined anywhere.

    This may happen, for example, if you integrated an older version of the google play services library, that did not come as an .aar file that already contains this resource definition.
     
  22. Bentoon

    Bentoon

    Joined:
    Apr 26, 2013
    Posts:
    98
    Hi
    I'm getting this problem whether i have v 23 or 24 installed:

    and I just updated Unity too...

    Tried to find assets/Bin/data but no such

    Code (CSharp):
    1. CommandInvokationFailure: Android Asset Packaging Tool failed.
    2. C:\Users\johnb\AppData\Local\Android\sdk\build-tools\24.0.3\aapt.exe package -v -f -F assets.ap_ -A assets
    3.  
    4. stderr[
    5.       Unable to add 'assets\bin\Data\0000000000000000f000000000000000': Zip add failed (-2147483648)
    6. ERROR: unable to process assets while packaging 'assets.ap_'
    7. ERROR: packaging of 'assets.ap_'
     
    Last edited: Sep 30, 2016
  23. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    The message is truncated. please copy the full message from the editor log (see this link to get its path)
     
  24. Bentoon

    Bentoon

    Joined:
    Apr 26, 2013
    Posts:
    98
    @liortal
    Here is the full Console message thnks!
    Code (CSharp):
    1. CommandInvokationFailure: Android Asset Packaging Tool failed.
    2. C:\Users\johnb\AppData\Local\Android\sdk\build-tools\24.0.3\aapt.exe package -v -f -F assets.ap_ -A assets
    3.  
    4. stderr[
    5.       Unable to add 'assets\bin\Data\0000000000000000f000000000000000': Zip add failed (-2147483648)
    6. ERROR: unable to process assets while packaging 'assets.ap_'
    7. ERROR: packaging of 'assets.ap_''assets.ap_'
    8. Writing all files...
    9.       'assets/BardoTestMSI.apk' (not compressed)
    10.       'assets/BardoTestMSI_1.apk' (compressed 168%)
    11. Removing assets.ap_ due to earlier failures
    12. ]
    13.   at UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg) [0x00000] in <filename unknown>:0
    14.   at UnityEditor.Android.PostProcessor.Tasks.TasksCommon.Exec (System.String command, System.String args, System.String workingdir, System.String errorMsg, Int32 retiresOnFailure) [0x00000] in <filename unknown>:0
    15. UnityEditor.BuildPipeline:BuildPlayerInternalNoCheck(String[], String, BuildTarget, BuildOptions, Boolean)
    16. UnityEditor.BuildPlayerWindow:BuildPlayerWithDefaultSettings(Boolean, BuildOptions, Boolean) (at C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindow.cs:541)
    17. UnityEditor.BuildPlayerWindow:BuildPlayerWithDefaultSettings(Boolean, BuildOptions) (at C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindow.cs:403)
    18. UnityEditor.BuildPlayerWindow:GUIBuildButtons(IBuildWindowExtension, Boolean, Boolean, Boolean, BuildPlatform) (at C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindow.cs:1467)
    19. UnityEditor.BuildPlayerWindow:ShowBuildTargetSettings() (at C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindow.cs:1395)
    20. UnityEditor.BuildPlayerWindow:OnGUI() (at C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindow.cs:959)
    21. System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
    22. System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
    23. System.Reflection.MethodBase:Invoke(Object, Object[]) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MethodBase.cs:115)
    24. UnityEditor.HostView:Invoke(String, Object) (at C:\buildslave\unity\build\Editor\Mono\HostView.cs:187)
    25. UnityEditor.HostView:Invoke(String) (at C:\buildslave\unity\build\Editor\Mono\HostView.cs:180)
    26. UnityEditor.HostView:OnGUI() (at C:\buildslave\unity\build\Editor\Mono\HostView.cs:76)
    27. (Filename:  Line: -1)
    28.  
    29. Load scene 'Temp/__Backupscenes/0.backup' time: 0.009873 ms
    30. Unloading 482 Unused Serialized files (Serialized files now loaded: 0)
    31. System memory in use before: 189.9 MB.
    32. System memory in use after: 185.6 MB.
    33.  
    34. Unloading 1121 unused Assets to reduce memory usage. Loaded Objects now: 6379.
    35. Total: 26.883484 ms (FindLiveObjects: 1.968658 ms CreateObjectMapping: 0.169608 ms MarkObjects: 11.182527 ms  DeleteObjects: 13.561277 ms)
    36.  
    37. Unloading 14 Unused Serialized files (Serialized files now loaded: 0)
    38. System memory in use before: 177.9 MB.
    39. System memory in use after: 178.2 MB.
    40.  
    41. Unloading 0 unused Assets to reduce memory usage. Loaded Objects now: 6536.
    42. Total: 9.834122 ms (FindLiveObjects: 1.196780 ms CreateObjectMapping: 0.062413 ms MarkObjects: 8.549188 ms  DeleteObjects: 0.023977 ms)
    43.  
    44. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor
    45. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityAnalytics/UnityEngine.Analytics.dll' because we're compiling for Editor
    46. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor
    47. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor
    48. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityAnalytics/UnityEngine.Analytics.dll' because we're compiling for Editor
    49. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor
    50. - starting compile Library/ScriptAssemblies/Assembly-CSharp-firstpass.dll, for buildtarget 13
    51. Unloading 20 Unused Serialized files (Serialized files now loaded: 0)
    52. System memory in use before: 177.4 MB.
    53. System memory in use after: 177.7 MB.
    54.  
    55. Unloading 20 unused Assets to reduce memory usage. Loaded Objects now: 6536.
    56. Total: 11.281260 ms (FindLiveObjects: 1.414697 ms CreateObjectMapping: 0.063470 ms MarkObjects: 9.762894 ms  DeleteObjects: 0.039140 ms)
    57.  
    58.  
    59. *** Cancelled 'Build.Player.AndroidPlayer' in 497 seconds (496674 ms)
    60.  
    61. [00:00:00] Enlighten: Precompute started.
    62. [00:00:00] Enlighten: Finished 1 Layout Systems job (0.00s execute, 0.00s integrate, 0.06s wallclock)
    63. [00:00:00] Enlighten: Finished 1 Tetrahedralize Probes job (0.00s execute, 0.00s integrate, 0.06s wallclock)
    64. [00:00:00] Enlighten: Precompute took 0.121094 seconds.
    65. Enlighten scene contents:   0 geometries.   0 instances.   0 systems.   0 probe groups.   0 cube maps. Scene is up-to-date.
    66. [00:00:01] Enlighten: Bake started.
    67. [00:00:01] Enlighten: Finished 1 Bake Runtime job (0.05s execute, 0.00s integrate, 0.06s wallclock)
    68. [00:00:01] Enlighten: Bake took 0.061963 seconds.
    69.  
    70. -----Compiler Commandline Arguments:
    71. Filename: "C:\Program Files\Unity\Editor\Data\Mono\bin\mono.exe"
    72. Arguments: "C:\Program Files\Unity\Editor\Data\Mono\lib\mono\unity\smcs.exe"  @Temp/UnityTempFile-9488677ff4f70b6498ef3c0e8ae14d89
    73. MONO_PATH: C:\Program Files\Unity\Editor\Data\Mono\lib\mono\unity
    74. MONO_CFG_DIR: C:\Program Files\Unity\Editor\Data\Mono\etc
    75. index: 68
    76. Responsefile: Temp/UnityTempFile-9488677ff4f70b6498ef3c0e8ae14d89 Contents:
    77. -debug
    78. -target:library
    79. -nowarn:0169
    80. -out:Temp/Assembly-CSharp-firstpass.dll
    81. -r:"C:/Program Files/Unity/Editor/Data/Managed/UnityEngine.dll"
    82. -r:"C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll"
    83. -r:"C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll"
    84. -r:Assets/Plugins/Google.ProtocolBuffers.dll
    85. -r:Assets/ProCore/ProBuilder/Classes/ProBuilderCore-Unity5.dll
    86. -r:Assets/ProCore/ProBuilder/Classes/ProBuilderMeshOps-Unity5.dll
    87. -r:Assets/ProCore/ProBuilder/Classes/ClassesLib/KDTree.dll
    88. -r:Assets/ProCore/ProBuilder/Classes/ClassesLib/Triangle.dll
    89. -r:"Assets/Super Sampling (SSAA)/Data/SSAA.dll"
    90. -r:"Assets/VacuumShaders/Curved World/Scripts/VacuumShaders.CurvedWorld.dll"
    91. -r:"Assets/VacuumShaders/Mesh Materializer/Scripts/VacuumShaders.MeshMaterializer.dll"
    92. -r:Assets/WellFired/hipfilters/Compiled/Runtime/hipfiltersRuntime.dll
    93. -r:Assets/WellFired/shared/Compiled/Runtime/sharedRuntime.dll
    94. -r:"C:/Program Files/Unity/Editor/Data/Managed/UnityEditor.dll"
    95. -r:"C:/Program Files/Unity/Editor/Data/PlaybackEngines/iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll"
    96. -r:"C:/Program Files/Unity/Editor/Data/PlaybackEngines/iOSSupport\UnityEditor.iOS.Extensions.Common.dll"
    97. -define:UNITY_5_3_OR_NEWER
    98. -define:UNITY_5_4_OR_NEWER
    99. -define:UNITY_5_4_1
    100. -define:UNITY_5_4
    101. -define:UNITY_5
    102. -define:ENABLE_NEW_BUGREPORTER
    103. -define:ENABLE_AUDIO
    104. -define:ENABLE_CACHING
    105. -define:ENABLE_CLOTH
    106. -define:ENABLE_EDITOR_RETINA
    107. -define:ENABLE_RETINA_GUISTYLES
    108. -define:ENABLE_FRAME_DEBUGGER
    109. -define:ENABLE_GENERICS
    110. -define:ENABLE_HOME_SCREEN
    111. -define:ENABLE_IMAGEEFFECTS
    112. -define:ENABLE_LIGHT_PROBES_LEGACY
    113. -define:ENABLE_MICROPHONE
    114. -define:ENABLE_MULTIPLE_DISPLAYS
    115. -define:ENABLE_PHYSICS
    116. -define:ENABLE_PLUGIN_INSPECTOR
    117. -define:ENABLE_SHADOWS
    118. -define:ENABLE_SPRITERENDERER_FLIPPING
    119. -define:ENABLE_SPRITES
    120. -define:ENABLE_SPRITE_POLYGON
    121. -define:ENABLE_TERRAIN
    122. -define:ENABLE_RAKNET
    123. -define:ENABLE_UNET
    124. -define:ENABLE_UNITYEVENTS
    125. -define:ENABLE_VR
    126. -define:ENABLE_WEBCAM
    127. -define:ENABLE_WWW
    128. -define:ENABLE_CLOUD_SERVICES
    129. -define:ENABLE_CLOUD_SERVICES_COLLAB
    130. -define:ENABLE_CLOUD_SERVICES_ADS
    131. -define:ENABLE_CLOUD_HUB
    132. -define:ENABLE_CLOUD_PROJECT_ID
    133. -define:ENABLE_CLOUD_SERVICES_CRASH_REPORTING
    134. -define:ENABLE_CLOUD_SERVICES_PURCHASING
    135. -define:ENABLE_CLOUD_SERVICES_ANALYTICS
    136. -define:ENABLE_CLOUD_SERVICES_UNET
    137. -define:ENABLE_CLOUD_SERVICES_BUILD
    138. -define:ENABLE_CLOUD_LICENSE
    139. -define:ENABLE_EDITOR_METRICS
    140. -define:ENABLE_EDITOR_METRICS_CACHING
    141. -define:INCLUDE_DYNAMIC_GI
    142. -define:INCLUDE_GI
    143. -define:INCLUDE_IL2CPP
    144. -define:INCLUDE_DIRECTX12
    145. -define:PLATFORM_SUPPORTS_MONO
    146. -define:INCLUDE_PUBNUB
    147. -define:ENABLE_LOCALIZATION
    148. -define:ENABLE_ANDROID_ATLAS_ETC1_COMPRESSION
    149. -define:ENABLE_EDITOR_TESTS_RUNNER
    150. -define:UNITY_ANDROID
    151. -define:UNITY_ANDROID_API
    152. -define:ENABLE_SUBSTANCE
    153. -define:ENABLE_TEXTUREID_MAP
    154. -define:ENABLE_EGL
    155. -define:ENABLE_NETWORK
    156. -define:ENABLE_RUNTIME_GI
    157. -define:ENABLE_CRUNCH_TEXTURE_COMPRESSION
    158. -define:ENABLE_UNITYWEBREQUEST
    159. -define:PLATFORM_SUPPORTS_ADS_ID
    160. -define:UNITY_CAN_SHOW_SPLASH_SCREEN
    161. -define:ENABLE_UNITYADS_RUNTIME
    162. -define:UNITY_UNITYADS_API
    163. -define:ENABLE_MONO
    164. -define:ENABLE_PROFILER
    165. -define:DEBUG
    166. -define:TRACE
    167. -define:UNITY_ASSERTIONS
    168. -define:UNITY_EDITOR
    169. -define:UNITY_EDITOR_64
    170. -define:UNITY_EDITOR_WIN
    171. -define:UNITY_TEAM_LICENSE
    172. -define:ENABLE_VSTU
    173. -define:UNITY_PRO_LICENSE
    174. -define:CROSS_PLATFORM_INPUT
    175. -define:MOBILE_INPUT
    176. Assets/Plugins/openvr_api.cs
    177. "Assets/Standard Assets/2D/Scripts/Camera2DFollow.cs"
    178. "Assets/Standard Assets/2D/Scripts/CameraFollow.cs"
    179. "Assets/Standard Assets/2D/Scripts/Platformer2DUserControl.cs"
    180. "Assets/Standard Assets/2D/Scripts/PlatformerCharacter2D.cs"
    181. "Assets/Standard Assets/2D/Scripts/Restarter.cs"
    182. "Assets/Standard Assets/Cameras/Scripts/AbstractTargetFollower.cs"
    183. "Assets/Standard Assets/Cameras/Scripts/AutoCam.cs"
    184. "Assets/Standard Assets/Cameras/Scripts/FreeLookCam.cs"
    185. "Assets/Standard Assets/Cameras/Scripts/HandHeldCam.cs"
    186. "Assets/Standard Assets/Cameras/Scripts/LookatTarget.cs"
    187. "Assets/Standard Assets/Cameras/Scripts/PivotBasedCameraRig.cs"
    188. "Assets/Standard Assets/Cameras/Scripts/ProtectCameraFromWallClip.cs"
    189. "Assets/Standard Assets/Cameras/Scripts/TargetFieldOfView.cs"
    190. "Assets/Standard Assets/Characters/FirstPersonCharacter/Scripts/FirstPersonController.cs"
    191. "Assets/Standard Assets/Characters/FirstPersonCharacter/Scripts/HeadBob.cs"
    192. "Assets/Standard Assets/Characters/FirstPersonCharacter/Scripts/MouseLook.cs"
    193. "Assets/Standard Assets/Characters/FirstPersonCharacter/Scripts/RigidbodyFirstPersonController.cs"
    194. "Assets/Standard Assets/Characters/RollerBall/Scripts/Ball.cs"
    195. "Assets/Standard Assets/Characters/RollerBall/Scripts/BallUserControl.cs"
    196. "Assets/Standard Assets/Characters/ThirdPersonCharacter/Scripts/AICharacterControl.cs"
    197. "Assets/Standard Assets/Characters/ThirdPersonCharacter/Scripts/ThirdPersonCharacter.cs"
    198. "Assets/Standard Assets/Characters/ThirdPersonCharacter/Scripts/ThirdPersonUserControl.cs"
    199. "Assets/Standard Assets/CrossPlatformInput/Scripts/AxisTouchButton.cs"
    200. "Assets/Standard Assets/CrossPlatformInput/Scripts/ButtonHandler.cs"
    201. "Assets/Standard Assets/CrossPlatformInput/Scripts/CrossPlatformInputManager.cs"
    202. "Assets/Standard Assets/CrossPlatformInput/Scripts/InputAxisScrollbar.cs"
    203. "Assets/Standard Assets/CrossPlatformInput/Scripts/Joystick.cs"
    204. "Assets/Standard Assets/CrossPlatformInput/Scripts/MobileControlRig.cs"
    205. "Assets/Standard Assets/CrossPlatformInput/Scripts/PlatformSpecific/MobileInput.cs"
    206. "Assets/Standard Assets/CrossPlatformInput/Scripts/PlatformSpecific/StandaloneInput.cs"
    207. "Assets/Standard Assets/CrossPlatformInput/Scripts/TiltInput.cs"
    208. "Assets/Standard Assets/CrossPlatformInput/Scripts/TouchPad.cs"
    209. "Assets/Standard Assets/CrossPlatformInput/Scripts/VirtualInput.cs"
    210. "Assets/Standard Assets/Effects/AmbientOcclusion/AmbientOcclusion.cs"
    211. "Assets/Standard Assets/Effects/AmbientOcclusion/Helpers/PropertyObserver.cs"
    212. "Assets/Standard Assets/Effects/AmbientOcclusion/Helpers/Settings.cs"
    213. "Assets/Standard Assets/Effects/AntiAliasing/AntiAliasing.cs"
    214. "Assets/Standard Assets/Effects/AntiAliasing/FXAA/FXAA.cs"
    215. "Assets/Standard Assets/Effects/AntiAliasing/IAntiAliasing.cs"
    216. "Assets/Standard Assets/Effects/AntiAliasing/SMAA/SMAA.cs"
    217. "Assets/Standard Assets/Effects/Bloom/Bloom.cs"
    218. "Assets/Standard Assets/Effects/Common/ImageEffectHelper.cs"
    219. "Assets/Standard Assets/Effects/Common/MinAttribute.cs"
    220. "Assets/Standard Assets/Effects/Common/RenderTextureUtility.cs"
    221. "Assets/Standard Assets/Effects/DepthOfField/DepthOfField.cs"
    222. "Assets/Standard Assets/Effects/LensAberrations/LensAberrations.cs"
    223. "Assets/Standard Assets/Effects/ScreenSpaceReflection/ScreenSpaceReflection.cs"
    224. "Assets/Standard Assets/Effects/TonemappingColorGrading/TonemappingColorGrading.cs"
    225. "Assets/Standard Assets/Environment/Water (Basic)/Scripts/WaterBasic.cs"
    226. "Assets/Standard Assets/Environment/Water/Water/Scripts/Displace.cs"
    227. "Assets/Standard Assets/Environment/Water/Water/Scripts/GerstnerDisplace.cs"
    228. "Assets/Standard Assets/Environment/Water/Water/Scripts/MeshContainer.cs"
    229. "Assets/Standard Assets/Environment/Water/Water/Scripts/PlanarReflection.cs"
    230. "Assets/Standard Assets/Environment/Water/Water/Scripts/SpecularLighting.cs"
    231. "Assets/Standard Assets/Environment/Water/Water/Scripts/Water.cs"
    232. "Assets/Standard Assets/Environment/Water/Water/Scripts/WaterBase.cs"
    233. "Assets/Standard Assets/Environment/Water/Water/Scripts/WaterTile.cs"
    234. "Assets/Standard Assets/ParticleSystems/Scripts/AfterburnerPhysicsForce.cs"
    235. "Assets/Standard Assets/ParticleSystems/Scripts/ExplosionFireAndDebris.cs"
    236. "Assets/Standard Assets/ParticleSystems/Scripts/ExplosionPhysicsForce.cs"
    237. "Assets/Standard Assets/ParticleSystems/Scripts/Explosive.cs"
    238. "Assets/Standard Assets/ParticleSystems/Scripts/ExtinguishableParticleSystem.cs"
    239. "Assets/Standard Assets/ParticleSystems/Scripts/FireLight.cs"
    240. "Assets/Standard Assets/ParticleSystems/Scripts/Hose.cs"
    241. "Assets/Standard Assets/ParticleSystems/Scripts/ParticleSystemMultiplier.cs"
    242. "Assets/Standard Assets/ParticleSystems/Scripts/SmokeParticles.cs"
    243. "Assets/Standard Assets/ParticleSystems/Scripts/WaterHoseParticles.cs"
    244. "Assets/Standard Assets/Utility/ActivateTrigger.cs"
    245. "Assets/Standard Assets/Utility/AlphaButtonClickMask.cs"
    246. "Assets/Standard Assets/Utility/AutoMobileShaderSwitch.cs"
    247. "Assets/Standard Assets/Utility/AutoMoveAndRotate.cs"
    248. "Assets/Standard Assets/Utility/CameraRefocus.cs"
    249. "Assets/Standard Assets/Utility/CurveControlledBob.cs"
    250. "Assets/Standard Assets/Utility/DragRigidbody.cs"
    251. "Assets/Standard Assets/Utility/DynamicShadowSettings.cs"
    252. "Assets/Standard Assets/Utility/EventSystemChecker.cs"
    253. "Assets/Standard Assets/Utility/FOVKick.cs"
    254. "Assets/Standard Assets/Utility/FPSCounter.cs"
    255. "Assets/Standard Assets/Utility/FollowTarget.cs"
    256. "Assets/Standard Assets/Utility/ForcedReset.cs"
    257. "Assets/Standard Assets/Utility/LerpControlledBob.cs"
    258. "Assets/Standard Assets/Utility/ObjectResetter.cs"
    259. "Assets/Standard Assets/Utility/ParticleSystemDestroyer.cs"
    260. "Assets/Standard Assets/Utility/PlatformSpecificContent.cs"
    261. "Assets/Standard Assets/Utility/SimpleActivatorMenu.cs"
    262. "Assets/Standard Assets/Utility/SimpleMouseRotator.cs"
    263. "Assets/Standard Assets/Utility/SmoothFollow.cs"
    264. "Assets/Standard Assets/Utility/TimedObjectActivator.cs"
    265. "Assets/Standard Assets/Utility/TimedObjectDestructor.cs"
    266. "Assets/Standard Assets/Utility/WaypointCircuit.cs"
    267. "Assets/Standard Assets/Utility/WaypointProgressTracker.cs"
    268. "Assets/Standard Assets/Vehicles/Aircraft/Scripts/AeroplaneAiControl.cs"
    269. "Assets/Standard Assets/Vehicles/Aircraft/Scripts/AeroplaneAudio.cs"
    270. "Assets/Standard Assets/Vehicles/Aircraft/Scripts/AeroplaneControlSurfaceAnimator.cs"
    271. "Assets/Standard Assets/Vehicles/Aircraft/Scripts/AeroplaneController.cs"
    272. "Assets/Standard Assets/Vehicles/Aircraft/Scripts/AeroplanePropellerAnimator.cs"
    273. "Assets/Standard Assets/Vehicles/Aircraft/Scripts/AeroplaneUserControl2Axis.cs"
    274. "Assets/Standard Assets/Vehicles/Aircraft/Scripts/AeroplaneUserControl4Axis.cs"
    275. "Assets/Standard Assets/Vehicles/Aircraft/Scripts/JetParticleEffect.cs"
    276. "Assets/Standard Assets/Vehicles/Aircraft/Scripts/LandingGear.cs"
    277. "Assets/Standard Assets/Vehicles/Car/Scripts/BrakeLight.cs"
    278. "Assets/Standard Assets/Vehicles/Car/Scripts/CarAIControl.cs"
    279. "Assets/Standard Assets/Vehicles/Car/Scripts/CarAudio.cs"
    280. "Assets/Standard Assets/Vehicles/Car/Scripts/CarController.cs"
    281. "Assets/Standard Assets/Vehicles/Car/Scripts/CarSelfRighting.cs"
    282. "Assets/Standard Assets/Vehicles/Car/Scripts/CarUserControl.cs"
    283. "Assets/Standard Assets/Vehicles/Car/Scripts/Mudguard.cs"
    284. "Assets/Standard Assets/Vehicles/Car/Scripts/SkidTrail.cs"
    285. "Assets/Standard Assets/Vehicles/Car/Scripts/Suspension.cs"
    286. "Assets/Standard Assets/Vehicles/Car/Scripts/WheelEffects.cs"
    287. -r:"C:\Program Files\Unity\Editor\Data\Mono\lib\mono\unity\System.Runtime.Serialization.dll"
    288. -r:"C:\Program Files\Unity\Editor\Data\Mono\lib\mono\unity\System.Xml.Linq.dll"
    289.  
    290. -----CompilerOutput:-stdout--exitcode: 0--compilationhadfailure: False--outfile: Temp/Assembly-CSharp-firstpass.dll
    291. Compilation succeeded - 2 warning(s)
    292. -----CompilerOutput:-stderr----------
    293. Assets/Standard Assets/Cameras/Scripts/TargetFieldOfView.cs(62,53): warning CS0618: `UnityEngine.ParticleRenderer' is obsolete: `This component is part of the legacy particle system, which is deprecated and will be removed in a future release. Use the ParticleSystem component instead.'
    294. Assets/Standard Assets/ParticleSystems/Scripts/WaterHoseParticles.cs(31,55): warning CS0618: `UnityEngine.ParticlePhysicsExtensions.GetCollisionEvents(this UnityEngine.ParticleSystem, UnityEngine.GameObject, UnityEngine.ParticleCollisionEvent[])' is obsolete: `GetCollisionEvents function using ParticleCollisionEvent[] is deprecated. Use List<ParticleCollisionEvent> instead.'
    295. -----EndCompilerOutput---------------
    296. - Finished compile Library/ScriptAssemblies/Assembly-CSharp-firstpass.dll
    297. WeaveUnetFromEditor Temp/Assembly-CSharp-firstpass.dll
    298. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor
    299. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityAnalytics/UnityEngine.Analytics.dll' because we're compiling for Editor
    300. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor
    301. WeaveAssemblies unityPath= C:/Program Files/Unity/Editor/Data/Managed/UnityEngine.dll
    302. WeaveAssemblies unetPath= C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll
    303. Symbols will be read from Temp/Assembly-CSharp-firstpass.dll.mdb
    304. Script Module: Assembly-CSharp-firstpass.dll
    305. Assets/Standard Assets/Cameras/Scripts/TargetFieldOfView.cs(62,53): warning CS0618: `UnityEngine.ParticleRenderer' is obsolete: `This component is part of the legacy particle system, which is deprecated and will be removed in a future release. Use the ParticleSystem component instead.'
    306. (Filename: Assets/Standard Assets/Cameras/Scripts/TargetFieldOfView.cs Line: 62)
    307.  
    308. Assets/Standard Assets/ParticleSystems/Scripts/WaterHoseParticles.cs(31,55): warning CS0618: `UnityEngine.ParticlePhysicsExtensions.GetCollisionEvents(this UnityEngine.ParticleSystem, UnityEngine.GameObject, UnityEngine.ParticleCollisionEvent[])' is obsolete: `GetCollisionEvents function using ParticleCollisionEvent[] is deprecated. Use List<ParticleCollisionEvent> instead.'
    309. (Filename: Assets/Standard Assets/ParticleSystems/Scripts/WaterHoseParticles.cs Line: 31)
    310.  
    311. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor
    312. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityAnalytics/UnityEngine.Analytics.dll' because we're compiling for Editor
    313. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor
    314. - starting compile Library/ScriptAssemblies/Assembly-CSharp.dll, for buildtarget 13
    315. - starting compile Library/ScriptAssemblies/Assembly-CSharp-Editor-firstpass.dll, for buildtarget 13
    316. - starting compile Library/ScriptAssemblies/Assembly-UnityScript.dll, for buildtarget 13
    317. [00:00:02] Enlighten: Reflection Probes started.
    318. [00:00:02] Enlighten: Finished 1 Ambient Probes job (0.00s execute, 0.00s integrate, 0.06s wallclock)
    319. [00:00:02] Enlighten: Finished 1 Reflection Probes job (0.00s execute, 0.00s integrate, 0.06s wallclock)
    320. - Finished compile Library/ScriptAssemblies/Assembly-CSharp-Editor-firstpass.dll
    321. WeaveUnetFromEditor Temp/Assembly-CSharp-Editor-firstpass.dll
    322. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor
    323. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityAnalytics/UnityEngine.Analytics.dll' because we're compiling for Editor
    324. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor
    325. WeaveAssemblies unityPath= C:/Program Files/Unity/Editor/Data/Managed/UnityEngine.dll
    326. WeaveAssemblies unetPath= C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll
    327. Symbols will be read from Temp/Assembly-CSharp-Editor-firstpass.dll.mdb
    328. Script Module: Assembly-CSharp-Editor-firstpass.dll
    329. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor
    330. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityAnalytics/UnityEngine.Analytics.dll' because we're compiling for Editor
    331. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor
    332.  
    333. -----Compiler Commandline Arguments:
    334. Filename: "C:\Program Files\Unity\Editor\Data\Mono\bin\mono.exe"
    335. Arguments: "C:\Program Files\Unity\Editor\Data\Mono\lib\mono\unity\smcs.exe"  @Temp/UnityTempFile-7b294f0ae8e093448a46ad79595c7b87
    336. MONO_PATH: C:\Program Files\Unity\Editor\Data\Mono\lib\mono\unity
    337. MONO_CFG_DIR: C:\Program Files\Unity\Editor\Data\Mono\etc
    338. index: 68
    339. Responsefile: Temp/UnityTempFile-7b294f0ae8e093448a46ad79595c7b87 Contents:
    340. -debug
    341. -target:library
    342. -nowarn:0169
    343. -out:Temp/Assembly-CSharp.dll
    344. -r:"C:/Program Files/Unity/Editor/Data/Managed/UnityEngine.dll"
    345. -r:Library/ScriptAssemblies/Assembly-CSharp-firstpass.dll
    346. -r:"C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll"
    347. -r:"C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll"
    348. -r:Assets/Plugins/Google.ProtocolBuffers.dll
    349. -r:Assets/ProCore/ProBuilder/Classes/ProBuilderCore-Unity5.dll
    350. -r:Assets/ProCore/ProBuilder/Classes/ProBuilderMeshOps-Unity5.dll
    351. -r:Assets/ProCore/ProBuilder/Classes/ClassesLib/KDTree.dll
    352. -r:Assets/ProCore/ProBuilder/Classes/ClassesLib/Triangle.dll
    353. -r:"Assets/Super Sampling (SSAA)/Data/SSAA.dll"
    354. -r:"Assets/VacuumShaders/Curved World/Scripts/VacuumShaders.CurvedWorld.dll"
    355. -r:"Assets/VacuumShaders/Mesh Materializer/Scripts/VacuumShaders.MeshMaterializer.dll"
    356. -r:Assets/WellFired/hipfilters/Compiled/Runtime/hipfiltersRuntime.dll
    357. -r:Assets/WellFired/shared/Compiled/Runtime/sharedRuntime.dll
    358. -r:"C:/Program Files/Unity/Editor/Data/Managed/UnityEditor.dll"
    359. -r:"C:/Program Files/Unity/Editor/Data/PlaybackEngines/iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll"
    360. -r:"C:/Program Files/Unity/Editor/Data/PlaybackEngines/iOSSupport\UnityEditor.iOS.Extensions.Common.dll"
    361. -define:UNITY_5_3_OR_NEWER
    362. -define:UNITY_5_4_OR_NEWER
    363. -define:UNITY_5_4_1
    364. -define:UNITY_5_4
    365. -define:UNITY_5
    366. -define:ENABLE_NEW_BUGREPORTER
    367. -define:ENABLE_AUDIO
    368. -define:ENABLE_CACHING
    369. -define:ENABLE_CLOTH
    370. -define:ENABLE_EDITOR_RETINA
    371. -define:ENABLE_RETINA_GUISTYLES
    372. -define:ENABLE_FRAME_DEBUGGER
    373. -define:ENABLE_GENERICS
    374. -define:ENABLE_HOME_SCREEN
    375. -define:ENABLE_IMAGEEFFECTS
    376. -define:ENABLE_LIGHT_PROBES_LEGACY
    377. -define:ENABLE_MICROPHONE
    378. -define:ENABLE_MULTIPLE_DISPLAYS
    379. -define:ENABLE_PHYSICS
    380. -define:ENABLE_PLUGIN_INSPECTOR
    381. -define:ENABLE_SHADOWS
    382. -define:ENABLE_SPRITERENDERER_FLIPPING
    383. -define:ENABLE_SPRITES
    384. -define:ENABLE_SPRITE_POLYGON
    385. -define:ENABLE_TERRAIN
    386. -define:ENABLE_RAKNET
    387. -define:ENABLE_UNET
    388. -define:ENABLE_UNITYEVENTS
    389. -define:ENABLE_VR
    390. -define:ENABLE_WEBCAM
    391. -define:ENABLE_WWW
    392. -define:ENABLE_CLOUD_SERVICES
    393. -define:ENABLE_CLOUD_SERVICES_COLLAB
    394. -define:ENABLE_CLOUD_SERVICES_ADS
    395. -define:ENABLE_CLOUD_HUB
    396. -define:ENABLE_CLOUD_PROJECT_ID
    397. -define:ENABLE_CLOUD_SERVICES_CRASH_REPORTING
    398. -define:ENABLE_CLOUD_SERVICES_PURCHASING
    399. -define:ENABLE_CLOUD_SERVICES_ANALYTICS
    400. -define:ENABLE_CLOUD_SERVICES_UNET
    401. -define:ENABLE_CLOUD_SERVICES_BUILD
    402. -define:ENABLE_CLOUD_LICENSE
    403. -define:ENABLE_EDITOR_METRICS
    404. -define:ENABLE_EDITOR_METRICS_CACHING
    405. -define:INCLUDE_DYNAMIC_GI
    406. -define:INCLUDE_GI
    407. -define:INCLUDE_IL2CPP
    408. -define:INCLUDE_DIRECTX12
    409. -define:PLATFORM_SUPPORTS_MONO
    410. -define:INCLUDE_PUBNUB
    411. -define:ENABLE_LOCALIZATION
    412. -define:ENABLE_ANDROID_ATLAS_ETC1_COMPRESSION
    413. -define:ENABLE_EDITOR_TESTS_RUNNER
    414. -define:UNITY_ANDROID
    415. -define:UNITY_ANDROID_API
    416. -define:ENABLE_SUBSTANCE
    417. -define:ENABLE_TEXTUREID_MAP
    418. -define:ENABLE_EGL
    419. -define:ENABLE_NETWORK
    420. -define:ENABLE_RUNTIME_GI
    421. -define:ENABLE_CRUNCH_TEXTURE_COMPRESSION
    422. -define:ENABLE_UNITYWEBREQUEST
    423. -define:PLATFORM_SUPPORTS_ADS_ID
    424. -define:UNITY_CAN_SHOW_SPLASH_SCREEN
    425. -define:ENABLE_UNITYADS_RUNTIME
    426. -define:UNITY_UNITYADS_API
    427. -define:ENABLE_MONO
    428. -define:ENABLE_PROFILER
    429. -define:DEBUG
    430. -define:TRACE
    431. -define:UNITY_ASSERTIONS
    432. -define:UNITY_EDITOR
    433. -define:UNITY_EDITOR_64
    434. -define:UNITY_EDITOR_WIN
    435. -define:UNITY_TEAM_LICENSE
    436. -define:ENABLE_VSTU
    437. -define:UNITY_PRO_LICENSE
    438. -define:CROSS_PLATFORM_INPUT
    439. -define:MOBILE_INPUT
    440. Assets/3d_clouds_Unity5/scripts/PanWM.cs
    441. Assets/3d_clouds_Unity5/scripts/transparency.cs
    442. Assets/3d_clouds_Unity5/scripts/visibility.cs
    443. Assets/BlendModes/Demo/Scripts/DemoBlendModePicker.cs
    444. Assets/BlendModes/Demo/Scripts/DemoObject.cs
    445. Assets/BlendModes/Demo/Scripts/DemoObjectPicker.cs
    446. Assets/BlendModes/Demo/Scripts/DemoRotator.cs
    447. Assets/BlendModes/Demo/Scripts/DemoTiltWindow.cs
    448. Assets/BlendModes/Scripts/BlendMaterials.cs
    449. Assets/BlendModes/Scripts/BlendMode.cs
    450. Assets/BlendModes/Scripts/BlendModeEffect.cs
    451. Assets/BlendModes/Scripts/ObjectType.cs
    452. Assets/BlendModes/Scripts/RenderMode.cs
    453. Assets/Chronos/Example/ExampleBaseBehaviour.cs
    454. Assets/Chronos/Example/ExampleBubble.cs
    455. Assets/Chronos/Example/ExampleNavigator.cs
    456. Assets/Chronos/Example/ExampleOccurrences.cs
    457. Assets/Chronos/Example/ExamplePhysics.cs
    458. Assets/Chronos/Example/ExampleSlider.cs
    459. Assets/Chronos/Example/ExampleSpin.cs
    460. Assets/Chronos/Example/ExampleTimeColor.cs
    461. Assets/Chronos/PlayMaker/ChronosComponentAction.cs
    462. Assets/Chronos/PlayMaker/GetBaseSpeed.cs
    463. Assets/Chronos/PlayMaker/GetClockInfo.cs
    464. Assets/Chronos/PlayMaker/GetGlobalClock.cs
    465. Assets/Chronos/PlayMaker/GetTimelineInfo.cs
    466. Assets/Chronos/PlayMaker/PauseClock.cs
    467. "Assets/Chronos/PlayMaker/Physics 2D/AddForce2d.cs"
    468. "Assets/Chronos/PlayMaker/Physics 2D/AddTorque2d.cs"
    469. "Assets/Chronos/PlayMaker/Physics 2D/GetMass2d.cs"
    470. "Assets/Chronos/PlayMaker/Physics 2D/GetSpeed2d.cs"
    471. "Assets/Chronos/PlayMaker/Physics 2D/GetVelocity2d.cs"
    472. "Assets/Chronos/PlayMaker/Physics 2D/IsKinematic2d.cs"
    473. "Assets/Chronos/PlayMaker/Physics 2D/SetIsKinematic2d.cs"
    474. "Assets/Chronos/PlayMaker/Physics 2D/SetMass2d.cs"
    475. "Assets/Chronos/PlayMaker/Physics 2D/SetVelocity2d.cs"
    476. "Assets/Chronos/PlayMaker/Physics 3D/AddExplosionForce.cs"
    477. "Assets/Chronos/PlayMaker/Physics 3D/AddForce.cs"
    478. "Assets/Chronos/PlayMaker/Physics 3D/AddTorque.cs"
    479. "Assets/Chronos/PlayMaker/Physics 3D/GetMass.cs"
    480. "Assets/Chronos/PlayMaker/Physics 3D/GetSpeed.cs"
    481. "Assets/Chronos/PlayMaker/Physics 3D/GetVelocity.cs"
    482. "Assets/Chronos/PlayMaker/Physics 3D/IsKinematic.cs"
    483. "Assets/Chronos/PlayMaker/Physics 3D/SetDrag.cs"
    484. "Assets/Chronos/PlayMaker/Physics 3D/SetIsKinematic.cs"
    485. "Assets/Chronos/PlayMaker/Physics 3D/SetMass.cs"
    486. "Assets/Chronos/PlayMaker/Physics 3D/SetVelocity.cs"
    487. "Assets/Chronos/PlayMaker/Physics 3D/UseGravity.cs"
    488. Assets/Chronos/PlayMaker/ReleaseAreaClock.cs
    489. Assets/Chronos/PlayMaker/ReleaseTimeline.cs
    490. Assets/Chronos/PlayMaker/ScaleClockTime.cs
    491. Assets/Chronos/PlayMaker/ScaleClockTimeSmoothly.cs
    492. Assets/Chronos/PlayMaker/ScaleGlobalClockTime.cs
    493. Assets/Chronos/PlayMaker/ScaleGlobalClockTimeSmoothly.cs
    494. Assets/Chronos/PlayMaker/Schedule.cs
    495. Assets/Chronos/PlayMaker/SetBaseSpeed.cs
    496. Assets/Chronos/PlayMaker/TimelineStateSwitch.cs
    497. Assets/Chronos/Source/AreaClock.cs
    498. Assets/Chronos/Source/AreaClock2D.cs
    499. Assets/Chronos/Source/AreaClock3D.cs
    500. Assets/Chronos/Source/ChronosException.cs
    501. Assets/Chronos/Source/Clock.cs
    502. Assets/Chronos/Source/ComponentTimeline.cs
    503. Assets/Chronos/Source/CustomRecorder.cs
    504. Assets/Chronos/Source/Dependencies/Reflection/AnimatorParameter.cs
    505. Assets/Chronos/Source/Dependencies/Reflection/FilterAttribute.cs
    506. Assets/Chronos/Source/Dependencies/Reflection/SelfTargetedAttribute.cs
    507. Assets/Chronos/Source/Dependencies/Reflection/TypeFamily.cs
    508. Assets/Chronos/Source/Dependencies/Reflection/UnityMember.cs
    509. Assets/Chronos/Source/Dependencies/Reflection/UnityMethod.cs
    510. Assets/Chronos/Source/Dependencies/Reflection/UnityVariable.cs
    511. Assets/Chronos/Source/Dependencies/Reflection/Utilities/Extensions.cs
    512. Assets/Chronos/Source/Dependencies/Reflection/Utilities/TypeSerializer.cs
    513. Assets/Chronos/Source/GlobalClock.cs
    514. Assets/Chronos/Source/GlobalClockAttribute.cs
    515. Assets/Chronos/Source/LocalClock.cs
    516. Assets/Chronos/Source/Occurrences/ActionOccurence.cs
    517. Assets/Chronos/Source/Occurrences/ForwardActionOccurrence.cs
    518. Assets/Chronos/Source/Occurrences/FuncOccurence.cs
    519. Assets/Chronos/Source/Occurrences/Occurrence.cs
    520. Assets/Chronos/Source/Recorder.cs
    521. Assets/Chronos/Source/RecorderTimeline.cs
    522. Assets/Chronos/Source/TimeState.cs
    523. Assets/Chronos/Source/Timekeeper.cs
    524. Assets/Chronos/Source/Timeline.cs
    525. Assets/Chronos/Source/TimelineChild.cs
    526. Assets/Chronos/Source/TimelineEffector.cs
    527. Assets/Chronos/Source/Timelines/AnimationTimeline.cs
    528. Assets/Chronos/Source/Timelines/AnimatorTimeline.cs
    529. Assets/Chronos/Source/Timelines/AudioSourceTimeline.cs
    530. Assets/Chronos/Source/Timelines/IParticleSystemTimeline.cs
    531. Assets/Chronos/Source/Timelines/NavMeshAgentTimeline.cs
    532. Assets/Chronos/Source/Timelines/NonRewindableParticleSystemTimeline.cs
    533. Assets/Chronos/Source/Timelines/RewindableParticleSystemTimeline.cs
    534. Assets/Chronos/Source/Timelines/RigidbodyTimeline.cs
    535. Assets/Chronos/Source/Timelines/RigidbodyTimeline2D.cs
    536. Assets/Chronos/Source/Timelines/RigidbodyTimeline3D.cs
    537. Assets/Chronos/Source/Timelines/TerrainTimeline.cs
    538. Assets/Chronos/Source/Timelines/TransformTimeline.cs
    539. Assets/Chronos/Source/Timelines/WindZoneTimeline.cs
    540. Assets/Chronos/Source/Utilities/Severity.cs
    541. Assets/Chronos/Source/Utilities/Singleton.cs
    542. Assets/Colorful/Components/CC_AnalogTV.cs
    543. Assets/Colorful/Components/CC_Base.cs
    544. Assets/Colorful/Components/CC_BleachBypass.cs
    545. Assets/Colorful/Components/CC_Blend.cs
    546. Assets/Colorful/Components/CC_BrightnessContrastGamma.cs
    547. Assets/Colorful/Components/CC_ChannelClamper.cs
    548. Assets/Colorful/Components/CC_ChannelMixer.cs
    549. Assets/Colorful/Components/CC_ChannelSwapper.cs
    550. Assets/Colorful/Components/CC_ContrastVignette.cs
    551. Assets/Colorful/Components/CC_Convolution3x3.cs
    552. Assets/Colorful/Components/CC_CrossStitch.cs
    553. Assets/Colorful/Components/CC_DoubleVision.cs
    554. Assets/Colorful/Components/CC_FastVignette.cs
    555. Assets/Colorful/Components/CC_Frost.cs
    556. Assets/Colorful/Components/CC_Glitch.cs
    557. Assets/Colorful/Components/CC_GradientRamp.cs
    558. Assets/Colorful/Components/CC_Grayscale.cs
    559. Assets/Colorful/Components/CC_Halftone.cs
    560. Assets/Colorful/Components/CC_HueFocus.cs
    561. Assets/Colorful/Components/CC_HueSaturationValue.cs
    562. Assets/Colorful/Components/CC_Kuwahara.cs
    563. Assets/Colorful/Components/CC_Led.cs
    564. Assets/Colorful/Components/CC_Levels.cs
    565. Assets/Colorful/Components/CC_LookupFilter.cs
    566. Assets/Colorful/Components/CC_Negative.cs
    567. Assets/Colorful/Components/CC_PhotoFilter.cs
    568. Assets/Colorful/Components/CC_Pixelate.cs
    569. Assets/Colorful/Components/CC_Posterize.cs
    570. Assets/Colorful/Components/CC_RGBSplit.cs
    571. Assets/Colorful/Components/CC_RadialBlur.cs
    572. Assets/Colorful/Components/CC_Sharpen.cs
    573. Assets/Colorful/Components/CC_Technicolor.cs
    574. Assets/Colorful/Components/CC_Threshold.cs
    575. Assets/Colorful/Components/CC_Vibrance.cs
    576. Assets/Colorful/Components/CC_Vintage.cs
    577. Assets/Colorful/Components/CC_WhiteBalance.cs
    578. Assets/Colorful/Components/CC_Wiggle.cs
    579. Assets/Colr/DemoScenes/Common/Scripts/CameraMouseOrbit.cs
    580. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/EdgeDetectEffect.cs"
    581. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/GlowEffect.cs"
    582. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/Antialiasing.cs"
    583. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/Bloom.cs"
    584. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/BloomAndFlares.cs"
    585. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/BloomOptimized.cs"
    586. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/Blur.cs"
    587. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/BlurOptimized.cs"
    588. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/CameraMotionBlur.cs"
    589. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/ColorCorrectionCurves.cs"
    590. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/ColorCorrectionLookup.cs"
    591. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/ColorCorrectionRamp.cs"
    592. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/ContrastEnhance.cs"
    593. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/ContrastStretch.cs"
    594. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/CreaseShading.cs"
    595. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/DepthOfField.cs"
    596. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/DepthOfFieldDeprecated.cs"
    597. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/EdgeDetection.cs"
    598. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/Fisheye.cs"
    599. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/GlobalFog.cs"
    600. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/Grayscale.cs"
    601. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/ImageEffectBase.cs"
    602. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/ImageEffects.cs"
    603. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/MotionBlur.cs"
    604. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/NoiseAndGrain.cs"
    605. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/NoiseAndScratches.cs"
    606. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/PostEffectsBase.cs"
    607. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/PostEffectsHelper.cs"
    608. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/Quads.cs"
    609. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/ScreenOverlay.cs"
    610. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/ScreenSpaceAmbientObscurance.cs"
    611. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/ScreenSpaceAmbientOcclusion.cs"
    612. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/SepiaTone.cs"
    613. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/SunShafts.cs"
    614. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/TiltShift.cs"
    615. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/Tonemapping.cs"
    616. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/Triangles.cs"
    617. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/Twirl.cs"
    618. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/VignetteAndChromaticAberration.cs"
    619. "Assets/Colr/DemoScenes/Standard Assets/Effects/ImageEffects/Scripts/Vortex.cs"
    620. Assets/Colr/Scripts/ScreenColorTransition.cs
    621. Assets/GoogleVR/DemoScenes/ControllerDemo/ControllerDebugInfo.cs
    622. Assets/GoogleVR/DemoScenes/ControllerDemo/ControllerDemoManager.cs
    623. Assets/GoogleVR/DemoScenes/HeadsetDemo/FPS.cs
    624. Assets/GoogleVR/DemoScenes/HeadsetDemo/Teleport.cs
    625. Assets/GoogleVR/Legacy/Scripts/GvrHead.cs
    626. Assets/GoogleVR/Legacy/Scripts/Internal/GvrCameraUtils.cs
    627. Assets/GoogleVR/Legacy/Scripts/Internal/GvrEye.cs
    628. Assets/GoogleVR/Legacy/Scripts/Internal/GvrPostRender.cs
    629. Assets/GoogleVR/Legacy/Scripts/Internal/GvrPreRender.cs
    630. Assets/GoogleVR/Legacy/Scripts/Internal/GvrProfile.cs
    631. Assets/GoogleVR/Legacy/Scripts/Internal/StereoController.cs
    632. Assets/GoogleVR/Legacy/Scripts/Internal/StereoRenderEffect.cs
    633. Assets/GoogleVR/Legacy/Scripts/Internal/VRDevices/AndroidDevice.cs
    634. Assets/GoogleVR/Legacy/Scripts/Internal/VRDevices/BaseAndroidDevice.cs
    635. Assets/GoogleVR/Legacy/Scripts/Internal/VRDevices/BaseVRDevice.cs
    636. Assets/GoogleVR/Legacy/Scripts/Internal/VRDevices/EditorDevice.cs
    637. Assets/GoogleVR/Legacy/Scripts/Internal/VRDevices/GvrDevice.cs
    638. Assets/GoogleVR/Legacy/Scripts/Internal/VRDevices/iOSDevice.cs
    639. Assets/GoogleVR/Scripts/Audio/GvrAudio.cs
    640. Assets/GoogleVR/Scripts/Audio/GvrAudioListener.cs
    641. Assets/GoogleVR/Scripts/Audio/GvrAudioRoom.cs
    642. Assets/GoogleVR/Scripts/Audio/GvrAudioSoundfield.cs
    643. Assets/GoogleVR/Scripts/Audio/GvrAudioSource.cs
    644. Assets/GoogleVR/Scripts/Controller/GvrController.cs
    645. Assets/GoogleVR/Scripts/Controller/Internal/ControllerProviderFactory.cs
    646. Assets/GoogleVR/Scripts/Controller/Internal/ControllerProviders/AndroidNativeControllerProvider.cs
    647. Assets/GoogleVR/Scripts/Controller/Internal/ControllerProviders/DummyControllerProvider.cs
    648. Assets/GoogleVR/Scripts/Controller/Internal/ControllerProviders/EmulatorControllerProvider.cs
    649. Assets/GoogleVR/Scripts/Controller/Internal/ControllerState.cs
    650. Assets/GoogleVR/Scripts/Controller/Internal/Emulator/EmulatorClientSocket.cs
    651. Assets/GoogleVR/Scripts/Controller/Internal/Emulator/EmulatorConfig.cs
    652. Assets/GoogleVR/Scripts/Controller/Internal/Emulator/EmulatorDataTypes.cs
    653. Assets/GoogleVR/Scripts/Controller/Internal/Emulator/EmulatorManager.cs
    654. Assets/GoogleVR/Scripts/Controller/Internal/Emulator/PhoneEvent.cs
    655. Assets/GoogleVR/Scripts/Controller/Internal/IControllerProvider.cs
    656. Assets/GoogleVR/Scripts/GazeInputModule.cs
    657. Assets/GoogleVR/Scripts/GvrViewer.cs
    658. Assets/GoogleVR/Scripts/Pose3D.cs
    659. Assets/GoogleVR/Scripts/UI/GvrGaze.cs
    660. Assets/GoogleVR/Scripts/UI/GvrReticle.cs
    661. Assets/GoogleVR/Scripts/UI/IGvrGazePointer.cs
    662. Assets/GoogleVR/Scripts/UI/IGvrGazeResponder.cs
    663. "Assets/JMO Assets/Toony Colors Pro/Demo TCP2/TCP2 Demo Assets/Misc/TCP2_Demo.cs"
    664. "Assets/JMO Assets/Toony Colors Pro/Demo TCP2/TCP2 Demo Assets/Misc/TCP2_Demo_PBS.cs"
    665. "Assets/JMO Assets/Toony Colors Pro/Demo TCP2/TCP2 Demo Assets/Misc/TCP2_Demo_PBS_View.cs"
    666. "Assets/JMO Assets/Toony Colors Pro/Demo TCP2/TCP2 Demo Assets/Misc/TCP2_Demo_View.cs"
    667. "Assets/JMO Assets/Toony Colors Pro/Scripts/TCP2_RuntimeUtils.cs"
    668. "Assets/ProCore/ProBuilder/API Examples/Icosphere FFT/Scripts/CameraControls.cs"
    669. "Assets/ProCore/ProBuilder/API Examples/Icosphere FFT/Scripts/IcoBumpin.cs"
    670. "Assets/ProCore/ProBuilder/API Examples/Misc/HueCube.cs"
    671. "Assets/ProCore/ProBuilder/API Examples/Runtime Editing/RuntimeEdit.cs"
    672. "Assets/RoomProInterior/Standard Assets/RoomWanderer.cs"
    673. Assets/SampleScenes/Menu/Scripts/MenuSceneLoader.cs
    674. Assets/SampleScenes/Menu/Scripts/PauseMenu.cs
    675. Assets/SampleScenes/Menu/Scripts/ReturnToMainMenu.cs
    676. Assets/SampleScenes/Menu/Scripts/SceneAndURLLoader.cs
    677. Assets/SampleScenes/Scripts/CameraSwitch.cs
    678. Assets/SampleScenes/Scripts/LevelReset.cs
    679. Assets/SampleScenes/Scripts/ParticleSceneControls.cs
    680. Assets/SampleScenes/Scripts/PlaceTargetWithMouse.cs
    681. Assets/SampleScenes/Scripts/SlowMoButton.cs
    682. Assets/SimpleLOD/Demo/Scripts/SimpleLODClickObject.cs
    683. Assets/SimpleLOD/Demo/Scripts/SimpleLODDemo.cs
    684. Assets/SimpleLOD/Demo/Scripts/SimpleLODDemoCamera.cs
    685. Assets/SimpleLOD/Demo/Scripts/SimpleLODShowInfo.cs
    686. Assets/SimpleLOD/Demo/Scripts/SimpleLODTredMill.cs
    687. Assets/SimpleLOD/Extensions/FloatExtensions.cs
    688. Assets/SimpleLOD/Extensions/GameObjectExtensions.cs
    689. Assets/SimpleLOD/Extensions/MeshExtensions.cs
    690. Assets/SimpleLOD/Extensions/RectExtensions.cs
    691. Assets/SimpleLOD/Extensions/Texture2DExtensions.cs
    692. Assets/SimpleLOD/Extensions/TransformExtensions.cs
    693. Assets/SimpleLOD/Extensions/Vector3Extensions.cs
    694. Assets/SimpleLOD/LODMaker.cs
    695. Assets/SimpleLOD/LODSwitcher.cs
    696. Assets/Sugiyama/Shaders/Ghost/Sample/anim.cs
    697. "Assets/Super Sampling (SSAA)/SuperSampling_SSAA.cs"
    698. "Assets/Tales From The Rift/Fader/Demo/FaderDemo.cs"
    699. "Assets/Tales From The Rift/Fader/Fader.cs"
    700. "Assets/VacuumShaders/Curved World/Example Scenes/1. Classic Runner/Scripts/Runner_Car.cs"
    701. "Assets/VacuumShaders/Curved World/Example Scenes/1. Classic Runner/Scripts/Runner_Chunk.cs"
    702. "Assets/VacuumShaders/Curved World/Example Scenes/1. Classic Runner/Scripts/Runner_Player.cs"
    703. "Assets/VacuumShaders/Curved World/Example Scenes/1. Classic Runner/Scripts/Runner_SceneManager.cs"
    704. "Assets/VacuumShaders/Curved World/Example Scenes/2. Little Planet (Nightmare)/Scripts/Enemy/EnemyAttack.cs"
    705. "Assets/VacuumShaders/Curved World/Example Scenes/2. Little Planet (Nightmare)/Scripts/Enemy/EnemyHealth.cs"
    706. "Assets/VacuumShaders/Curved World/Example Scenes/2. Little Planet (Nightmare)/Scripts/Enemy/EnemyMovement.cs"
    707. "Assets/VacuumShaders/Curved World/Example Scenes/2. Little Planet (Nightmare)/Scripts/Managers/EnemyManager.cs"
    708. "Assets/VacuumShaders/Curved World/Example Scenes/2. Little Planet (Nightmare)/Scripts/Managers/GameOverManager.cs"
    709. "Assets/VacuumShaders/Curved World/Example Scenes/2. Little Planet (Nightmare)/Scripts/Managers/ScoreManager.cs"
    710. "Assets/VacuumShaders/Curved World/Example Scenes/2. Little Planet (Nightmare)/Scripts/Player/PlayerHealth.cs"
    711. "Assets/VacuumShaders/Curved World/Example Scenes/2. Little Planet (Nightmare)/Scripts/Player/PlayerMovement.cs"
    712. "Assets/VacuumShaders/Curved World/Example Scenes/2. Little Planet (Nightmare)/Scripts/Player/PlayerShooting.cs"
    713. "Assets/VacuumShaders/Curved World/Example Scenes/2. Little Planet (Nightmare)/Scripts/Scripts/Audio/MixLevels.cs"
    714. "Assets/VacuumShaders/Curved World/Example Scenes/2. Little Planet (Nightmare)/Scripts/Scripts/Camera/CameraFollow.cs"
    715. "Assets/VacuumShaders/Curved World/Example Scenes/2. Little Planet (Nightmare)/Scripts/Scripts/Enemy/EnemyAttack.cs"
    716. "Assets/VacuumShaders/Curved World/Example Scenes/2. Little Planet (Nightmare)/Scripts/Scripts/Enemy/EnemyHealth.cs"
    717. "Assets/VacuumShaders/Curved World/Example Scenes/2. Little Planet (Nightmare)/Scripts/Scripts/Enemy/EnemyMovement.cs"
    718. "Assets/VacuumShaders/Curved World/Example Scenes/2. Little Planet (Nightmare)/Scripts/Scripts/Managers/EnemyManager.cs"
    719. "Assets/VacuumShaders/Curved World/Example Scenes/2. Little Planet (Nightmare)/Scripts/Scripts/Managers/GameOverManager.cs"
    720. "Assets/VacuumShaders/Curved World/Example Scenes/2. Little Planet (Nightmare)/Scripts/Scripts/Managers/PauseManager.cs"
    721. "Assets/VacuumShaders/Curved World/Example Scenes/2. Little Planet (Nightmare)/Scripts/Scripts/Managers/ScoreManager.cs"
    722. "Assets/VacuumShaders/Curved World/Example Scenes/2. Little Planet (Nightmare)/Scripts/Scripts/Player/PlayerHealth.cs"
    723. "Assets/VacuumShaders/Curved World/Example Scenes/2. Little Planet (Nightmare)/Scripts/Scripts/Player/PlayerMovement.cs"
    724. "Assets/VacuumShaders/Curved World/Example Scenes/2. Little Planet (Nightmare)/Scripts/Scripts/Player/PlayerShooting.cs"
    725. "Assets/VacuumShaders/Curved World/Example Scenes/3. Little Planet (Follow script)/Scripts/CameraPan.cs"
    726. "Assets/VacuumShaders/Curved World/Example Scenes/3. Little Planet (Follow script)/Scripts/Follow.cs"
    727. "Assets/VacuumShaders/Curved World/Example Scenes/4. Cylindrical Tower/Scripts/CylindricalTower_Car.cs"
    728. "Assets/VacuumShaders/Curved World/Example Scenes/4. Cylindrical Tower/Scripts/CylindricalTower_Chunk.cs"
    729. "Assets/VacuumShaders/Curved World/Example Scenes/4. Cylindrical Tower/Scripts/CylindricalTower_Player.cs"
    730. "Assets/VacuumShaders/Curved World/Example Scenes/4. Cylindrical Tower/Scripts/CylindricalTower_SceneManager.cs"
    731. "Assets/VacuumShaders/Mesh Materializer/Example Scenes/Files/Scripts/Runtime.cs"
    732. "Assets/VacuumShaders/Mesh Materializer/Example Scenes/Files/Scripts/Runtime_FacetedTerrain.cs"
    733. "Assets/VacuumShaders/Mesh Materializer/Example Scenes/Files/Scripts/Runtime_MeshCombine.cs"
    734. "Assets/VacuumShaders/Mesh Materializer/Example Scenes/Files/Scripts/Runtime_TerrainToMesh.cs"
    735. "Assets/WellFired/hipfilters/Example Scenes/Simple Filter Sample/Scripts/FilterUI.cs"
    736. "Assets/WellFired/hipfilters/Example Scenes/Simple Filter Sample/Scripts/RotateObject.cs"
    737. "Assets/WellFired/hipfilters/Example Scenes/Simple Filter Sample/Scripts/ScreenshotButton.cs"
    738. "Assets/WellFired/shared/Uncompiled/Runtime/Platform Specific/IO/OtherIOHelper.cs"
    739. "Assets/WellFired/shared/Uncompiled/Runtime/Platform Specific/IO/WebPlayerIOHelper.cs"
    740. "Assets/WellFired/shared/Uncompiled/Runtime/Platform Specific/IO/WindowsAppStoreIOHelper.cs"
    741. "Assets/WellFired/shared/Uncompiled/Runtime/Platform Specific/OpenInExplorer/IOpen.cs"
    742. "Assets/WellFired/shared/Uncompiled/Runtime/Platform Specific/OpenInExplorer/LinuxOpen.cs"
    743. "Assets/WellFired/shared/Uncompiled/Runtime/Platform Specific/OpenInExplorer/OSXOpen.cs"
    744. "Assets/WellFired/shared/Uncompiled/Runtime/Platform Specific/OpenInExplorer/OpenFactory.cs"
    745. "Assets/WellFired/shared/Uncompiled/Runtime/Platform Specific/OpenInExplorer/WinOpen.cs"
    746. "Assets/WellFired/shared/Uncompiled/Runtime/Platform Specific/Reflection/OtherReflectionHelper.cs"
    747. "Assets/WellFired/shared/Uncompiled/Runtime/Platform Specific/Reflection/WindowsAppStoreReflectionHelper.cs"
    748. "Assets/WellFired/shared/Uncompiled/Runtime/Platform Specific/RuntimeProcessRunner.cs"
    749. "Assets/WellFired/shared/Uncompiled/Runtime/Platform Specific/UnityEditor/EditorUnityEditorHelper.cs"
    750. "Assets/WellFired/shared/Uncompiled/Runtime/Platform Specific/UnityEditor/RuntimeUnityEditorHelper.cs"
    751. Assets/_Scripts/ClickAndHold.cs
    752. Assets/_Scripts/EnableVr.cs
    753. Assets/_Scripts/FadeObjectInOut.cs
    754. Assets/_Scripts/LerpColor.cs
    755. Assets/_Scripts/LookAt3.cs
    756. Assets/_Scripts/LookPoint.cs
    757. Assets/_Scripts/LookTarget.cs
    758. Assets/_Scripts/MovePoint.cs
    759. Assets/_Scripts/WASD.cs
    760. Assets/_Scripts/loadLevelAfter.cs
    761. Assets/_Scripts/rotateTest.cs
    762. Assets/_Scripts/rotateTouch.cs
    763. Assets/_Scripts/rotateTouch_Y.cs
    764. Assets/_Scripts/rotateY.cs
    765. Assets/_Scripts/timer.cs
    766. Assets/_Scripts/walkForward.cs
    767. "Assets/hazelwoodloft/Camera Effects/OldCameraEffect.cs"
    768. Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data/Floor_ReflectionScriptCamera.cs
    769. Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data_MirrorReflection/MirrorReflection.cs
    770. Assets/hazelwoodloft/Scripts/LightMapData.cs
    771. Assets/hazelwoodloft/Scripts/LightMapDataContainerObject.cs
    772. Assets/hazelwoodloft/Scripts/LightmappingManager.cs
    773. "Assets/hazelwoodloft/Standard Assets/Character Controllers/Sources/Scripts/MouseLook.cs"
    774. -r:"C:\Program Files\Unity\Editor\Data\Mono\lib\mono\unity\System.Runtime.Serialization.dll"
    775. -r:"C:\Program Files\Unity\Editor\Data\Mono\lib\mono\unity\System.Xml.Linq.dll"
    776.  
    777. -----CompilerOutput:-stdout--exitcode: 0--compilationhadfailure: False--outfile: Temp/Assembly-CSharp.dll
    778. Compilation succeeded - 11 warning(s)
    779. -----CompilerOutput:-stderr----------
    780. Assets/3d_clouds_Unity5/scripts/visibility.cs(20,58): warning CS0618: `UnityEngine.ParticleSystem.emissionRate' is obsolete: `emissionRate property is deprecated. Use emission.rate instead.'
    781. Assets/3d_clouds_Unity5/scripts/visibility.cs(127,45): warning CS0618: `UnityEngine.ParticleSystem.emissionRate' is obsolete: `emissionRate property is deprecated. Use emission.rate instead.'
    782. Assets/GoogleVR/Legacy/Scripts/Internal/VRDevices/GvrDevice.cs(90,10): warning CS0618: `UnityEngine.GL.IssuePluginEvent(int)' is obsolete: `IssuePluginEvent(eventID) is deprecated. Use IssuePluginEvent(callback, eventID) instead.'
    783. Assets/_Scripts/LookAt3.cs(20,21): warning CS0219: The variable `index' is assigned but its value is never used
    784. Assets/_Scripts/LookAt3.cs(19,23): warning CS0219: The variable `angle' is assigned but its value is never used
    785. Assets/_Scripts/loadLevelAfter.cs(25,25): warning CS0618: `UnityEngine.Application.LoadLevel(string)' is obsolete: `Use SceneManager.LoadScene'
    786. Assets/hazelwoodloft/Camera Effects/OldCameraEffect.cs(74,30): warning CS0618: `ImageEffects.BlitWithMaterial(UnityEngine.Material, UnityEngine.RenderTexture, UnityEngine.RenderTexture)' is obsolete: `Use Graphics.Blit(source, destination, material) instead'
    787. Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data/Floor_ReflectionScriptCamera.cs(169,20): warning CS0618: `UnityEngine.GL.SetRevertBackfacing(bool)' is obsolete: `Use invertCulling property'
    788. Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data/Floor_ReflectionScriptCamera.cs(203,20): warning CS0618: `UnityEngine.GL.SetRevertBackfacing(bool)' is obsolete: `Use invertCulling property'
    789. Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data_MirrorReflection/MirrorReflection.cs(75,12): warning CS0618: `UnityEngine.GL.SetRevertBackfacing(bool)' is obsolete: `Use invertCulling property'
    790. Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data_MirrorReflection/MirrorReflection.cs(81,12): warning CS0618: `UnityEngine.GL.SetRevertBackfacing(bool)' is obsolete: `Use invertCulling property'
    791. -----EndCompilerOutput---------------
    792. - Finished compile Library/ScriptAssemblies/Assembly-CSharp.dll
    793. WeaveUnetFromEditor Temp/Assembly-CSharp.dll
    794. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor
    795. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityAnalytics/UnityEngine.Analytics.dll' because we're compiling for Editor
    796. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor
    797. WeaveAssemblies unityPath= C:/Program Files/Unity/Editor/Data/Managed/UnityEngine.dll
    798. WeaveAssemblies unetPath= C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll
    799. Symbols will be read from Temp/Assembly-CSharp.dll.mdb
    800. Script Module: Assembly-CSharp.dll
    801. Assets/3d_clouds_Unity5/scripts/visibility.cs(20,58): warning CS0618: `UnityEngine.ParticleSystem.emissionRate' is obsolete: `emissionRate property is deprecated. Use emission.rate instead.'
    802. (Filename: Assets/3d_clouds_Unity5/scripts/visibility.cs Line: 20)
    803.  
    804. Assets/3d_clouds_Unity5/scripts/visibility.cs(127,45): warning CS0618: `UnityEngine.ParticleSystem.emissionRate' is obsolete: `emissionRate property is deprecated. Use emission.rate instead.'
    805. (Filename: Assets/3d_clouds_Unity5/scripts/visibility.cs Line: 127)
    806.  
    807. Assets/GoogleVR/Legacy/Scripts/Internal/VRDevices/GvrDevice.cs(90,10): warning CS0618: `UnityEngine.GL.IssuePluginEvent(int)' is obsolete: `IssuePluginEvent(eventID) is deprecated. Use IssuePluginEvent(callback, eventID) instead.'
    808. (Filename: Assets/GoogleVR/Legacy/Scripts/Internal/VRDevices/GvrDevice.cs Line: 90)
    809.  
    810. Assets/_Scripts/LookAt3.cs(20,21): warning CS0219: The variable `index' is assigned but its value is never used
    811. (Filename: Assets/_Scripts/LookAt3.cs Line: 20)
    812.  
    813. Assets/_Scripts/LookAt3.cs(19,23): warning CS0219: The variable `angle' is assigned but its value is never used
    814. (Filename: Assets/_Scripts/LookAt3.cs Line: 19)
    815.  
    816. Assets/_Scripts/loadLevelAfter.cs(25,25): warning CS0618: `UnityEngine.Application.LoadLevel(string)' is obsolete: `Use SceneManager.LoadScene'
    817. (Filename: Assets/_Scripts/loadLevelAfter.cs Line: 25)
    818.  
    819. Assets/hazelwoodloft/Camera Effects/OldCameraEffect.cs(74,30): warning CS0618: `ImageEffects.BlitWithMaterial(UnityEngine.Material, UnityEngine.RenderTexture, UnityEngine.RenderTexture)' is obsolete: `Use Graphics.Blit(source, destination, material) instead'
    820. (Filename: Assets/hazelwoodloft/Camera Effects/OldCameraEffect.cs Line: 74)
    821.  
    822. Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data/Floor_ReflectionScriptCamera.cs(169,20): warning CS0618: `UnityEngine.GL.SetRevertBackfacing(bool)' is obsolete: `Use invertCulling property'
    823. (Filename: Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data/Floor_ReflectionScriptCamera.cs Line: 169)
    824.  
    825. Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data/Floor_ReflectionScriptCamera.cs(203,20): warning CS0618: `UnityEngine.GL.SetRevertBackfacing(bool)' is obsolete: `Use invertCulling property'
    826. (Filename: Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data/Floor_ReflectionScriptCamera.cs Line: 203)
    827.  
    828. Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data_MirrorReflection/MirrorReflection.cs(75,12): warning CS0618: `UnityEngine.GL.SetRevertBackfacing(bool)' is obsolete: `Use invertCulling property'
    829. (Filename: Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data_MirrorReflection/MirrorReflection.cs Line: 75)
    830.  
    831. Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data_MirrorReflection/MirrorReflection.cs(81,12): warning CS0618: `UnityEngine.GL.SetRevertBackfacing(bool)' is obsolete: `Use invertCulling property'
    832. (Filename: Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data_MirrorReflection/MirrorReflection.cs Line: 81)
    833.  
    834. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor
    835. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityAnalytics/UnityEngine.Analytics.dll' because we're compiling for Editor
    836. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor
    837. - Finished compile Library/ScriptAssemblies/Assembly-UnityScript.dll
    838. WeaveUnetFromEditor Temp/Assembly-UnityScript.dll
    839. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor
    840. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityAnalytics/UnityEngine.Analytics.dll' because we're compiling for Editor
    841. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor
    842. WeaveAssemblies unityPath= C:/Program Files/Unity/Editor/Data/Managed/UnityEngine.dll
    843. WeaveAssemblies unetPath= C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll
    844. Symbols will be read from Temp/Assembly-UnityScript.dll.mdb
    845. Script Module: Assembly-UnityScript
    846. Assets/_Scripts/NEWiPhoneGyroCam.js(25,26): BCW0012: WARNING: 'UnityEngine.Input.isGyroAvailable' is obsolete. isGyroAvailable property is deprecated. Please use SystemInfo.supportsGyroscope instead.
    847. (Filename: Assets/_Scripts/NEWiPhoneGyroCam.js Line: 25)
    848.  
    849. Assets/_Scripts/mouseUpLoadLevel.js(7,15): BCW0012: WARNING: 'UnityEngine.Application.LoadLevel(String)' is obsolete. Use SceneManager.LoadScene
    850. (Filename: Assets/_Scripts/mouseUpLoadLevel.js Line: 7)
    851.  
    852. Assets/_Scripts/onCollisionLoadLevel.js(31,15): BCW0012: WARNING: 'UnityEngine.Application.LoadLevel(String)' is obsolete. Use SceneManager.LoadScene
    853. (Filename: Assets/_Scripts/onCollisionLoadLevel.js Line: 31)
    854.  
    855. Assets/hazelwoodloft/Camera Effects/RenderDepth.js(25,37): BCW0012: WARNING: 'UnityEngine.GameObject.active' is obsolete. GameObject.active is obsolete. Use GameObject.SetActive(), GameObject.activeSelf or GameObject.activeInHierarchy.
    856. (Filename: Assets/hazelwoodloft/Camera Effects/RenderDepth.js Line: 25)
    857.  
    858. Assets/hazelwoodloft/Camera Effects/RenderDepth.js(48,37): BCW0012: WARNING: 'UnityEngine.GameObject.active' is obsolete. GameObject.active is obsolete. Use GameObject.SetActive(), GameObject.activeSelf or GameObject.activeInHierarchy.
    859. (Filename: Assets/hazelwoodloft/Camera Effects/RenderDepth.js Line: 48)
    860.  
    861. Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data/Floor_PlanarReflection.js(18,24): BCW0012: WARNING: 'UnityEngine.RenderTexture.enabled' is obsolete. Use SystemInfo.supportsRenderTextures instead.
    862. (Filename: Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data/Floor_PlanarReflection.js Line: 18)
    863.  
    864. Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data/Floor_PlanarReflection.js(61,24): BCW0012: WARNING: 'UnityEngine.RenderTexture.enabled' is obsolete. Use SystemInfo.supportsRenderTextures instead.
    865. (Filename: Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data/Floor_PlanarReflection.js Line: 61)
    866.  
    867. Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data/Floor_PlanarReflection.js(111,8): BCW0012: WARNING: 'UnityEngine.GL.SetRevertBackfacing(boolean)' is obsolete. Use invertCulling property
    868. (Filename: Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data/Floor_PlanarReflection.js Line: 111)
    869.  
    870. Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data/Floor_PlanarReflection.js(115,40): BCW0012: WARNING: 'UnityEngine.Light.pixelLightCount' is obsolete. Use QualitySettings.pixelLightCount instead.
    871. (Filename: Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data/Floor_PlanarReflection.js Line: 115)
    872.  
    873. Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data/Floor_PlanarReflection.js(116,15): BCW0012: WARNING: 'UnityEngine.Light.pixelLightCount' is obsolete. Use QualitySettings.pixelLightCount instead.
    874. (Filename: Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data/Floor_PlanarReflection.js Line: 116)
    875.  
    876. Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data/Floor_PlanarReflection.js(123,8): BCW0012: WARNING: 'UnityEngine.GL.SetRevertBackfacing(boolean)' is obsolete. Use invertCulling property
    877. (Filename: Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data/Floor_PlanarReflection.js Line: 123)
    878.  
    879. Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data/Floor_PlanarReflection.js(126,15): BCW0012: WARNING: 'UnityEngine.Light.pixelLightCount' is obsolete. Use QualitySettings.pixelLightCount instead.
    880. (Filename: Assets/hazelwoodloft/Geometry/Materials/Floor_reflective_data/Floor_PlanarReflection.js Line: 126)
    881.  
    882. Assets/hazelwoodloft/Standard Assets (Mobile)/Scripts/Joystick.js(90,20): BCW0012: WARNING: 'UnityEngine.GameObject.active' is obsolete. GameObject.active is obsolete. Use GameObject.SetActive(), GameObject.activeSelf or GameObject.activeInHierarchy.
    883. (Filename: Assets/hazelwoodloft/Standard Assets (Mobile)/Scripts/Joystick.js Line: 90)
    884.  
    885. Assets/hazelwoodloft/Standard Assets/Character Controllers/Sources/Scripts/ThirdPersonController.js(193,54): UCW0003: WARNING: Bitwise operation '|' on boolean values won't shortcut. Did you mean '||'?
    886. (Filename: Assets/hazelwoodloft/Standard Assets/Character Controllers/Sources/Scripts/ThirdPersonController.js Line: 193)
    887.  
    888. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor
    889. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityAnalytics/UnityEngine.Analytics.dll' because we're compiling for Editor
    890. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor
    891. - starting compile Library/ScriptAssemblies/Assembly-CSharp-Editor.dll, for buildtarget 13
    892. - starting compile Library/ScriptAssemblies/Assembly-UnityScript-Editor.dll, for buildtarget 13
    893. - Finished compile Library/ScriptAssemblies/Assembly-UnityScript-Editor.dll
    894. WeaveUnetFromEditor Temp/Assembly-UnityScript-Editor.dll
    895. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor
    896. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityAnalytics/UnityEngine.Analytics.dll' because we're compiling for Editor
    897. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor
    898. WeaveAssemblies unityPath= C:/Program Files/Unity/Editor/Data/Managed/UnityEngine.dll
    899. WeaveAssemblies unetPath= C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll
    900.  
    901. -----Compiler Commandline Arguments:
    902. Filename: "C:\Program Files\Unity\Editor\Data\Mono\bin\mono.exe"
    903. Arguments: "C:\Program Files\Unity\Editor\Data\Mono\lib\mono\2.0\gmcs.exe"  @Temp/UnityTempFile-002cd74063130af4a8737f0eade50cb1
    904. MONO_PATH: C:\Program Files\Unity\Editor\Data\Mono\lib\mono\2.0
    905. MONO_CFG_DIR: C:\Program Files\Unity\Editor\Data\Mono\etc
    906. index: 66
    907. Responsefile: Temp/UnityTempFile-002cd74063130af4a8737f0eade50cb1 Contents:
    908. -debug
    909. -target:library
    910. -nowarn:0169
    911. -out:Temp/Assembly-CSharp-Editor.dll
    912. -r:"C:/Program Files/Unity/Editor/Data/Managed/UnityEngine.dll"
    913. -r:"C:/Program Files/Unity/Editor/Data/Managed/UnityEditor.dll"
    914. -r:Library/ScriptAssemblies/Assembly-CSharp-firstpass.dll
    915. -r:Library/ScriptAssemblies/Assembly-CSharp.dll
    916. -r:Library/ScriptAssemblies/Assembly-UnityScript.dll
    917. -r:Library/ScriptAssemblies/Assembly-CSharp-Editor-firstpass.dll
    918. -r:"C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/Editor/UnityEditor.Advertisements.dll"
    919. -r:"C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/EditorTestsRunner/Editor/nunit.framework.dll"
    920. -r:"C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/EditorTestsRunner/Editor/UnityEditor.EditorTestsRunner.dll"
    921. -r:"C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll"
    922. -r:"C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll"
    923. -r:"C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll"
    924. -r:"C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll"
    925. -r:"C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TreeEditor/Editor/UnityEditor.TreeEditor.dll"
    926. -r:"Assets/JMO Assets/Editor/JMOAssets.dll"
    927. -r:Assets/Plugins/Google.ProtocolBuffers.dll
    928. -r:Assets/ProCore/ProBuilder/Classes/ProBuilderCore-Unity5.dll
    929. -r:Assets/ProCore/ProBuilder/Classes/ProBuilderMeshOps-Unity5.dll
    930. -r:Assets/ProCore/ProBuilder/Classes/ClassesLib/KDTree.dll
    931. -r:Assets/ProCore/ProBuilder/Classes/ClassesLib/Triangle.dll
    932. -r:Assets/ProCore/ProBuilder/Editor/ProBuilderEditor-Unity5.dll
    933. -r:"Assets/Super Sampling (SSAA)/Data/SSAA.dll"
    934. -r:"Assets/VacuumShaders/Curved World/Editor/VacuumShaders.CurvedWorldVC.dll"
    935. -r:"Assets/VacuumShaders/Curved World/Editor/VacuumShaders.CurvedWorld_Editor.dll"
    936. -r:"Assets/VacuumShaders/Curved World/Scripts/VacuumShaders.CurvedWorld.dll"
    937. -r:Assets/VacuumShaders/Editor/VacuumShaders.dll
    938. -r:"Assets/VacuumShaders/Mesh Materializer/Editor/VacuumShaders.MeshMaterializerVC.dll"
    939. -r:"Assets/VacuumShaders/Mesh Materializer/Editor/VacuumShaders.MeshMaterializer_Editor.dll"
    940. -r:"Assets/VacuumShaders/Mesh Materializer/Scripts/VacuumShaders.MeshMaterializer.dll"
    941. -r:"Assets/VacuumShaders/Vertex Color Shaders/Editor/VacuumShaders.VertexColorShaders.dll"
    942. -r:Assets/WellFired/hipfilters/Compiled/Editor/hipfiltersEditor.dll
    943. -r:Assets/WellFired/hipfilters/Compiled/Runtime/hipfiltersRuntime.dll
    944. -r:Assets/WellFired/shared/Compiled/Editor/sharedEditor.dll
    945. -r:Assets/WellFired/shared/Compiled/Runtime/sharedRuntime.dll
    946. -r:"C:/Program Files/Unity/Editor/Data/Managed/UnityEditor.Graphs.dll"
    947. -r:"C:/Program Files/Unity/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll"
    948. -r:"C:/Program Files/Unity/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll"
    949. -r:"C:/Program Files/Unity/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll"
    950. -r:"C:/Program Files (x86)/Microsoft Visual Studio Tools for Unity/2015/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll"
    951. -r:"C:/Program Files/Unity/Editor/Data/PlaybackEngines/iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll"
    952. -r:"C:/Program Files/Unity/Editor/Data/PlaybackEngines/iOSSupport\UnityEditor.iOS.Extensions.Common.dll"
    953. -define:UNITY_5_3_OR_NEWER
    954. -define:UNITY_5_4_OR_NEWER
    955. -define:UNITY_5_4_1
    956. -define:UNITY_5_4
    957. -define:UNITY_5
    958. -define:ENABLE_NEW_BUGREPORTER
    959. -define:ENABLE_AUDIO
    960. -define:ENABLE_CACHING
    961. -define:ENABLE_CLOTH
    962. -define:ENABLE_EDITOR_RETINA
    963. -define:ENABLE_RETINA_GUISTYLES
    964. -define:ENABLE_FRAME_DEBUGGER
    965. -define:ENABLE_GENERICS
    966. -define:ENABLE_HOME_SCREEN
    967. -define:ENABLE_IMAGEEFFECTS
    968. -define:ENABLE_LIGHT_PROBES_LEGACY
    969. -define:ENABLE_MICROPHONE
    970. -define:ENABLE_MULTIPLE_DISPLAYS
    971. -define:ENABLE_PHYSICS
    972. -define:ENABLE_PLUGIN_INSPECTOR
    973. -define:ENABLE_SHADOWS
    974. -define:ENABLE_SPRITERENDERER_FLIPPING
    975. -define:ENABLE_SPRITES
    976. -define:ENABLE_SPRITE_POLYGON
    977. -define:ENABLE_TERRAIN
    978. -define:ENABLE_RAKNET
    979. -define:ENABLE_UNET
    980. -define:ENABLE_UNITYEVENTS
    981. -define:ENABLE_VR
    982. -define:ENABLE_WEBCAM
    983. -define:ENABLE_WWW
    984. -define:ENABLE_CLOUD_SERVICES
    985. -define:ENABLE_CLOUD_SERVICES_COLLAB
    986. -define:ENABLE_CLOUD_SERVICES_ADS
    987. -define:ENABLE_CLOUD_HUB
    988. -define:ENABLE_CLOUD_PROJECT_ID
    989. -define:ENABLE_CLOUD_SERVICES_CRASH_REPORTING
    990. -define:ENABLE_CLOUD_SERVICES_PURCHASING
    991. -define:ENABLE_CLOUD_SERVICES_ANALYTICS
    992. -define:ENABLE_CLOUD_SERVICES_UNET
    993. -define:ENABLE_CLOUD_SERVICES_BUILD
    994. -define:ENABLE_CLOUD_LICENSE
    995. -define:ENABLE_EDITOR_METRICS
    996. -define:ENABLE_EDITOR_METRICS_CACHING
    997. -define:INCLUDE_DYNAMIC_GI
    998. -define:INCLUDE_GI
    999. -define:INCLUDE_IL2CPP
    1000. -define:INCLUDE_DIRECTX12
    1001. -define:PLATFORM_SUPPORTS_MONO
    1002. -define:INCLUDE_PUBNUB
    1003. -define:ENABLE_LOCALIZATION
    1004. -define:ENABLE_ANDROID_ATLAS_ETC1_COMPRESSION
    1005. -define:ENABLE_EDITOR_TESTS_RUNNER
    1006. -define:UNITY_ANDROID
    1007. -define:UNITY_ANDROID_API
    1008. -define:ENABLE_SUBSTANCE
    1009. -define:ENABLE_TEXTUREID_MAP
    1010. -define:ENABLE_EGL
    1011. -define:ENABLE_NETWORK
    1012. -define:ENABLE_RUNTIME_GI
    1013. -define:ENABLE_CRUNCH_TEXTURE_COMPRESSION
    1014. -define:ENABLE_UNITYWEBREQUEST
    1015. -define:PLATFORM_SUPPORTS_ADS_ID
    1016. -define:UNITY_CAN_SHOW_SPLASH_SCREEN
    1017. -define:ENABLE_UNITYADS_RUNTIME
    1018. -define:UNITY_UNITYADS_API
    1019. -define:ENABLE_MONO
    1020. -define:ENABLE_PROFILER
    1021. -define:DEBUG
    1022. -define:TRACE
    1023. -define:UNITY_ASSERTIONS
    1024. -define:UNITY_EDITOR
    1025. -define:UNITY_EDITOR_64
    1026. -define:UNITY_EDITOR_WIN
    1027. -define:UNITY_TEAM_LICENSE
    1028. -define:ENABLE_VSTU
    1029. -define:UNITY_PRO_LICENSE
    1030. -define:ENABLE_DUCK_TYPING
    1031. -define:CROSS_PLATFORM_INPUT
    1032. -define:MOBILE_INPUT
    1033. Assets/BlendModes/Editor/BMEffectEditor.cs
    1034. Assets/BlendModes/Editor/BMMaterialEditor.cs
    1035. Assets/Chronos/Source/Dependencies/Controls/Editor/Extensions.cs
    1036. Assets/Chronos/Source/Dependencies/Controls/Editor/PopupGUI.cs
    1037. Assets/Chronos/Source/Dependencies/Controls/Editor/PopupOption.cs
    1038. Assets/Chronos/Source/Dependencies/Reflection/Editor/AnimatorParameterDrawer.cs
    1039. Assets/Chronos/Source/Dependencies/Reflection/Editor/Extensions.cs
    1040. Assets/Chronos/Source/Dependencies/Reflection/Editor/TargetedDrawer.cs
    1041. Assets/Chronos/Source/Dependencies/Reflection/Editor/UnityMemberDrawer.cs
    1042. Assets/Chronos/Source/Dependencies/Reflection/Editor/UnityMethodDrawer.cs
    1043. Assets/Chronos/Source/Dependencies/Reflection/Editor/UnityObjectType.cs
    1044. Assets/Chronos/Source/Dependencies/Reflection/Editor/UnityVariableDrawer.cs
    1045. "Assets/Chronos/Source/Dependencies/ReorderableList/Editor/Element Adder Menu/ElementAdderMenuBuilder.cs"
    1046. "Assets/Chronos/Source/Dependencies/ReorderableList/Editor/Element Adder Menu/ElementAdderMenuCommandAttribute.cs"
    1047. "Assets/Chronos/Source/Dependencies/ReorderableList/Editor/Element Adder Menu/ElementAdderMeta.cs"
    1048. "Assets/Chronos/Source/Dependencies/ReorderableList/Editor/Element Adder Menu/GenericElementAdderMenu.cs"
    1049. "Assets/Chronos/Source/Dependencies/ReorderableList/Editor/Element Adder Menu/GenericElementAdderMenuBuilder.cs"
    1050. "Assets/Chronos/Source/Dependencies/ReorderableList/Editor/Element Adder Menu/IElementAdder.cs"
    1051. "Assets/Chronos/Source/Dependencies/ReorderableList/Editor/Element Adder Menu/IElementAdderMenu.cs"
    1052. "Assets/Chronos/Source/Dependencies/ReorderableList/Editor/Element Adder Menu/IElementAdderMenuBuilder.cs"
    1053. "Assets/Chronos/Source/Dependencies/ReorderableList/Editor/Element Adder Menu/IElementAdderMenuCommand.cs"
    1054. Assets/Chronos/Source/Dependencies/ReorderableList/Editor/GenericListAdaptor.cs
    1055. Assets/Chronos/Source/Dependencies/ReorderableList/Editor/IReorderableListAdaptor.cs
    1056. Assets/Chronos/Source/Dependencies/ReorderableList/Editor/IReorderableListDropTarget.cs
    1057. Assets/Chronos/Source/Dependencies/ReorderableList/Editor/Internal/GUIHelper.cs
    1058. Assets/Chronos/Source/Dependencies/ReorderableList/Editor/Internal/ReorderableListResources.cs
    1059. Assets/Chronos/Source/Dependencies/ReorderableList/Editor/Internal/SerializedPropertyUtility.cs
    1060. Assets/Chronos/Source/Dependencies/ReorderableList/Editor/ReorderableListControl.cs
    1061. Assets/Chronos/Source/Dependencies/ReorderableList/Editor/ReorderableListEvents.cs
    1062. Assets/Chronos/Source/Dependencies/ReorderableList/Editor/ReorderableListFlags.cs
    1063. Assets/Chronos/Source/Dependencies/ReorderableList/Editor/ReorderableListGUI.cs
    1064. Assets/Chronos/Source/Dependencies/ReorderableList/Editor/ReorderableListStyles.cs
    1065. Assets/Chronos/Source/Dependencies/ReorderableList/Editor/SerializedPropertyAdaptor.cs
    1066. Assets/Chronos/Source/Editor/AreaClock2DEditor.cs
    1067. Assets/Chronos/Source/Editor/AreaClock3DEditor.cs
    1068. Assets/Chronos/Source/Editor/AreaClockEditor.cs
    1069. Assets/Chronos/Source/Editor/ClockEditor.cs
    1070. Assets/Chronos/Source/Editor/CustomRecorderEditor.cs
    1071. Assets/Chronos/Source/Editor/GlobalClockDrawer.cs
    1072. Assets/Chronos/Source/Editor/GlobalClockEditor.cs
    1073. Assets/Chronos/Source/Editor/LocalClockEditor.cs
    1074. Assets/Chronos/Source/Editor/TimekeeperEditor.cs
    1075. Assets/Chronos/Source/Editor/TimelineChildEditor.cs
    1076. Assets/Chronos/Source/Editor/TimelineEditor.cs
    1077. Assets/Chronos/Source/Utilities/Editor/AddonDetector.cs
    1078. Assets/Colorful/Editor/CC_AnalogTVEditor.cs
    1079. Assets/Colorful/Editor/CC_BaseEditor.cs
    1080. Assets/Colorful/Editor/CC_BleachBypassEditor.cs
    1081. Assets/Colorful/Editor/CC_BlendEditor.cs
    1082. Assets/Colorful/Editor/CC_BrightnessContrastGammaEditor.cs
    1083. Assets/Colorful/Editor/CC_ChannelClamperEditor.cs
    1084. Assets/Colorful/Editor/CC_ChannelMixerEditor.cs
    1085. Assets/Colorful/Editor/CC_ChannelSwapperEditor.cs
    1086. Assets/Colorful/Editor/CC_ContrastVignetteEditor.cs
    1087. Assets/Colorful/Editor/CC_Convolution3x3Editor.cs
    1088. Assets/Colorful/Editor/CC_CrossStitchEditor.cs
    1089. Assets/Colorful/Editor/CC_DoubleVisionEditor.cs
    1090. Assets/Colorful/Editor/CC_FastVignetteEditor.cs
    1091. Assets/Colorful/Editor/CC_FrostEditor.cs
    1092. Assets/Colorful/Editor/CC_GlitchEditor.cs
    1093. Assets/Colorful/Editor/CC_GradientRampEditor.cs
    1094. Assets/Colorful/Editor/CC_GrayscaleEditor.cs
    1095. Assets/Colorful/Editor/CC_HalftoneEditor.cs
    1096. Assets/Colorful/Editor/CC_HueFocusEditor.cs
    1097. Assets/Colorful/Editor/CC_HueSaturationValueEditor.cs
    1098. Assets/Colorful/Editor/CC_KuwaharaEditor.cs
    1099. Assets/Colorful/Editor/CC_LedEditor.cs
    1100. Assets/Colorful/Editor/CC_LevelsEditor.cs
    1101. Assets/Colorful/Editor/CC_LookupFilterEditor.cs
    1102. Assets/Colorful/Editor/CC_NegativeEditor.cs
    1103. Assets/Colorful/Editor/CC_PhotoFilterEditor.cs
    1104. Assets/Colorful/Editor/CC_PixelateEditor.cs
    1105. Assets/Colorful/Editor/CC_PosterizeEditor.cs
    1106. Assets/Colorful/Editor/CC_RGBSplitEditor.cs
    1107. Assets/Colorful/Editor/CC_RadialBlurEditor.cs
    1108. Assets/Colorful/Editor/CC_SharpenEditor.cs
    1109. Assets/Colorful/Editor/CC_TechnicolorEditor.cs
    1110. Assets/Colorful/Editor/CC_ThresholdEditor.cs
    1111. Assets/Colorful/Editor/CC_VibranceEditor.cs
    1112. Assets/Colorful/Editor/CC_VintageEditor.cs
    1113. Assets/Colorful/Editor/CC_WhiteBalanceEditor.cs
    1114. Assets/Colorful/Editor/CC_WiggleEditor.cs
    1115. Assets/Colorful/Editor/Startup/CC_StartupWindow.cs
    1116. "Assets/Colr/DemoScenes/Standard Assets/Editor/ImageEffects/AntialiasingEditor.cs"
    1117. "Assets/Colr/DemoScenes/Standard Assets/Editor/ImageEffects/BloomAndFlaresEditor.cs"
    1118. "Assets/Colr/DemoScenes/Standard Assets/Editor/ImageEffects/BloomEditor.cs"
    1119. "Assets/Colr/DemoScenes/Standard Assets/Editor/ImageEffects/CameraMotionBlurEditor.cs"
    1120. "Assets/Colr/DemoScenes/Standard Assets/Editor/ImageEffects/ColorCorrectionCurvesEditor.cs"
    1121. "Assets/Colr/DemoScenes/Standard Assets/Editor/ImageEffects/ColorCorrectionLookupEditor.cs"
    1122. "Assets/Colr/DemoScenes/Standard Assets/Editor/ImageEffects/CreaseShadingEditor.cs"
    1123. "Assets/Colr/DemoScenes/Standard Assets/Editor/ImageEffects/DepthOfFieldDeprecatedEditor.cs"
    1124. "Assets/Colr/DemoScenes/Standard Assets/Editor/ImageEffects/DepthOfFieldEditor.cs"
    1125. "Assets/Colr/DemoScenes/Standard Assets/Editor/ImageEffects/EdgeDetectionEditor.cs"
    1126. "Assets/Colr/DemoScenes/Standard Assets/Editor/ImageEffects/NoiseAndGrainEditor.cs"
    1127. "Assets/Colr/DemoScenes/Standard Assets/Editor/ImageEffects/SunShaftsEditor.cs"
    1128. "Assets/Colr/DemoScenes/Standard Assets/Editor/ImageEffects/TonemappingEditor.cs"
    1129. "Assets/Colr/DemoScenes/Standard Assets/Editor/ImageEffects/VignetteAndChromaticAberrationEditor.cs"
    1130. Assets/Colr/Editor/GradientSkyboxEditor.cs
    1131. Assets/Colr/Editor/MasterShaderEditor.cs
    1132. Assets/Colr/Editor/MasterShaderLocalSpaceEditor.cs
    1133. Assets/Editor/CrossPlatformInput/CrossPlatformInputInitialize.cs
    1134. Assets/Editor/Water/Water4/GerstnerDisplaceEditor.cs
    1135. Assets/Editor/Water/Water4/PlanarReflectionEditor.cs
    1136. Assets/Editor/Water/Water4/SpecularLightingEditor.cs
    1137. Assets/Editor/Water/Water4/WaterBaseEditor.cs
    1138. Assets/Editor/Water/Water4/WaterEditorUtility.cs
    1139. Assets/GoogleVR/Editor/GvrAudioListenerEditor.cs
    1140. Assets/GoogleVR/Editor/GvrAudioRoomEditor.cs
    1141. Assets/GoogleVR/Editor/GvrAudioSoundfieldEditor.cs
    1142. Assets/GoogleVR/Editor/GvrAudioSourceEditor.cs
    1143. Assets/GoogleVR/Editor/GvrGazeEditor.cs
    1144. Assets/GoogleVR/Legacy/Editor/GvrMenu.cs
    1145. Assets/GoogleVR/Legacy/Editor/GvrViewerEditor.cs
    1146. Assets/GoogleVR/Legacy/Editor/StereoControllerEditor.cs
    1147. "Assets/JMO Assets/Toony Colors Pro/Editor/TCP2_Config.cs"
    1148. "Assets/JMO Assets/Toony Colors Pro/Editor/TCP2_GUI.cs"
    1149. "Assets/JMO Assets/Toony Colors Pro/Editor/TCP2_MaterialInspector.cs"
    1150. "Assets/JMO Assets/Toony Colors Pro/Editor/TCP2_MaterialInspector_PBS.cs"
    1151. "Assets/JMO Assets/Toony Colors Pro/Editor/TCP2_Menu.cs"
    1152. "Assets/JMO Assets/Toony Colors Pro/Editor/TCP2_OutlineInspector.cs"
    1153. "Assets/JMO Assets/Toony Colors Pro/Editor/TCP2_RampGenerator.cs"
    1154. "Assets/JMO Assets/Toony Colors Pro/Editor/TCP2_ShaderGenerator.cs"
    1155. "Assets/JMO Assets/Toony Colors Pro/Editor/TCP2_SmoothedNormalsUtility.cs"
    1156. "Assets/JMO Assets/Toony Colors Pro/Editor/Utils/TCP2_ShaderGeneratorUtils.cs"
    1157. "Assets/JMO Assets/Toony Colors Pro/Editor/Utils/TCP2_Utils.cs"
    1158. Assets/ProCore/ProBuilder/About/Editor/pb_AboutWindow.cs
    1159. Assets/ProCore/ProBuilder/Editor/MenuItems/Actions/pb_ExportObj.cs
    1160. Assets/ProCore/ProBuilder/Editor/MenuItems/Actions/pb_GenerateUV2.cs
    1161. Assets/ProCore/ProBuilder/Editor/MenuItems/Actions/pb_MakeMeshAsset.cs
    1162. Assets/ProCore/ProBuilder/Editor/MenuItems/Actions/pb_ProBuilderize.cs
    1163. Assets/ProCore/ProBuilder/Editor/MenuItems/Actions/pb_StripProBuilderScripts.cs
    1164. Assets/ProCore/ProBuilder/Editor/MenuItems/Geometry/pb_BridgeEdges.cs
    1165. Assets/ProCore/ProBuilder/Editor/MenuItems/Geometry/pb_ConformNormals.cs
    1166. Assets/ProCore/ProBuilder/Editor/MenuItems/Geometry/pb_ConnectEdges.cs
    1167. Assets/ProCore/ProBuilder/Editor/MenuItems/Geometry/pb_DetachDeleteFace.cs
    1168. Assets/ProCore/ProBuilder/Editor/MenuItems/Geometry/pb_ExtrudeElement.cs
    1169. Assets/ProCore/ProBuilder/Editor/MenuItems/Geometry/pb_FlipEdge.cs
    1170. Assets/ProCore/ProBuilder/Editor/MenuItems/Geometry/pb_FlipNormals.cs
    1171. Assets/ProCore/ProBuilder/Editor/MenuItems/Geometry/pb_FreezeTransform.cs
    1172. Assets/ProCore/ProBuilder/Editor/MenuItems/Geometry/pb_MergeFaces.cs
    1173. Assets/ProCore/ProBuilder/Editor/MenuItems/Geometry/pb_SetPivot.cs
    1174. Assets/ProCore/ProBuilder/Editor/MenuItems/Geometry/pb_Triangulate.cs
    1175. Assets/ProCore/ProBuilder/Editor/MenuItems/Geometry/pb_VertexMergeWeld.cs
    1176. Assets/ProCore/ProBuilder/Editor/MenuItems/Repair/pb_CleanLeakedMeshes.cs
    1177. Assets/ProCore/ProBuilder/Editor/MenuItems/Repair/pb_ForceSceneRefresh.cs
    1178. Assets/ProCore/ProBuilder/Editor/MenuItems/Repair/pb_RemoveDegenerateTris.cs
    1179. Assets/ProCore/ProBuilder/Editor/MenuItems/Repair/pb_RepairColors.cs
    1180. Assets/ProCore/ProBuilder/Editor/MenuItems/Repair/pb_RepairMeshReferences.cs
    1181. Assets/ProCore/ProBuilder/Editor/MenuItems/Repair/pb_RepairUV.cs
    1182. Assets/ProCore/ProBuilder/Editor/MenuItems/Repair/pb_ResetEntityMaterials.cs
    1183. Assets/ProCore/ProBuilder/Editor/MenuItems/Selection/pb_EdgeSelection.cs
    1184. Assets/ProCore/ProBuilder/Editor/MenuItems/Selection/pb_ExpandSelection.cs
    1185. Assets/ProCore/ProBuilder/Editor/MenuItems/Selection/pb_InvertSelection.cs
    1186. Assets/ProCore/ProBuilder/Editor/MenuItems/Selection/pb_MaterialSelection.cs
    1187. Assets/ProCore/ProBuilder/Editor/MenuItems/Tools/pb_BooleanInterface.cs
    1188. Assets/ProCore/ProBuilder/Editor/MenuItems/Tools/pb_MaterialSelection.cs
    1189. Assets/ProCore/ProBuilder/Editor/MenuItems/Window/pb_ProBuilderMenuItems.cs
    1190. Assets/ProCore/ProBuilder/Editor/pb_MenuItems.cs
    1191. Assets/ProCore/ProBuilder/Editor/pb_MissingScriptEditor.cs
    1192. Assets/ProCore/ProBuilder/Editor/pb_Preferences.cs
    1193. Assets/ProCore/ProBuilder/Editor/pb_ScenePostProcessor.cs
    1194. Assets/SimpleLOD/Editor/LODSwitcher_Editor.cs
    1195. Assets/SimpleLOD/Editor/SimpleLOD_Editor.cs
    1196. Assets/SimpleLOD/Editor/SimpleLOD_MaterialPopup.cs
    1197. Assets/SimpleLOD/Editor/SimpleLOD_MergePopup.cs
    1198. Assets/SimpleLOD/Editor/SimpleLOD_RemoveHiddenPopup.cs
    1199. Assets/SimpleLOD/Editor/SimpleLOD_RemovePopup.cs
    1200. "Assets/Super Sampling (SSAA)/Editor/SSAAInspector.cs"
    1201. Assets/hazelwoodloft/Editor/LightMappingPortingManager.cs
    1202. Assets/hazelwoodloft/Editor/LightmappingManagerEditor.cs
    1203. -r:"C:\Program Files\Unity\Editor\Data\Mono\lib\mono\2.0\System.Runtime.Serialization.dll"
    1204. -r:"C:\Program Files\Unity\Editor\Data\Mono\lib\mono\2.0\System.Xml.Linq.dll"
    1205.  
    1206. -----CompilerOutput:-stdout--exitcode: 0--compilationhadfailure: False--outfile: Temp/Assembly-CSharp-Editor.dll
    1207. Compilation succeeded - 1 warning(s)
    1208. -----CompilerOutput:-stderr----------
    1209. Assets/hazelwoodloft/Editor/LightMappingPortingManager.cs(86,127): warning CS0618: `UnityEditor.EditorApplication.currentScene' is obsolete: `Use EditorSceneManager to see which scenes are currently loaded'
    1210. -----EndCompilerOutput---------------
    1211. - Finished compile Library/ScriptAssemblies/Assembly-CSharp-Editor.dll
    1212. WeaveUnetFromEditor Temp/Assembly-CSharp-Editor.dll
    1213. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Advertisements/UnityEngine.Advertisements.dll' because we're compiling for Editor
    1214. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityAnalytics/UnityEngine.Analytics.dll' because we're compiling for Editor
    1215. Ignoring 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityPurchasing/UnityEngine.Purchasing.dll' because we're compiling for Editor
    1216. WeaveAssemblies unityPath= C:/Program Files/Unity/Editor/Data/Managed/UnityEngine.dll
    1217. WeaveAssemblies unetPath= C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll
    1218. Assets/hazelwoodloft/Editor/LightMappingPortingManager.cs(86,127): warning CS0618: `UnityEditor.EditorApplication.currentScene' is obsolete: `Use EditorSceneManager to see which scenes are currently loaded'
    1219. (Filename: Assets/hazelwoodloft/Editor/LightMappingPortingManager.cs Line: 86)
    1220.  
    1221. Reloading assemblies after finishing script compilation.
    1222. Begin MonoManager ReloadAssembly
    1223. Platform assembly: C:\Program Files\Unity\Editor\Data\Managed\UnityEngine.dll (this message is harmless)
    1224. Platform assembly: C:\Program Files\Unity\Editor\Data\Managed\UnityEditor.dll (this message is harmless)
    1225. Platform assembly: C:\Program Files\Unity\Editor\Data\Managed\Unity.Locator.dll (this message is harmless)
    1226. Platform assembly: C:\Program Files\Unity\Editor\Data\Mono\lib\mono\2.0\I18N.dll (this message is harmless)
    1227. Platform assembly: C:\Program Files\Unity\Editor\Data\Mono\lib\mono\2.0\I18N.West.dll (this message is harmless)
    1228. Registering custom dll's ...
    1229. Register platform support module: C:\Program Files\Unity\Editor\Data\PlaybackEngines\AndroidPlayer/UnityEditor.Android.Extensions.dll
    1230. Register platform support module: C:/Program Files/Unity/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll
    1231. Register platform support module: C:\Program Files\Unity\Editor\Data\PlaybackEngines\windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll
    1232. Platform assembly: C:\Program Files\Unity\Editor\Data\Mono\lib\mono\2.0\System.Core.dll (this message is harmless)
    1233. Registered in 0.168922 seconds.
    1234. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Library\ScriptAssemblies\Assembly-CSharp-firstpass.dll (this message is harmless)
    1235. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Library\ScriptAssemblies\Assembly-CSharp-firstpass.dll into Unity Child Domain
    1236. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Library\ScriptAssemblies\Assembly-CSharp.dll (this message is harmless)
    1237. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Library\ScriptAssemblies\Assembly-CSharp.dll into Unity Child Domain
    1238. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Library\ScriptAssemblies\Assembly-CSharp-Editor-firstpass.dll (this message is harmless)
    1239. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Library\ScriptAssemblies\Assembly-CSharp-Editor-firstpass.dll into Unity Child Domain
    1240. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Library\ScriptAssemblies\Assembly-CSharp-Editor.dll (this message is harmless)
    1241. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Library\ScriptAssemblies\Assembly-CSharp-Editor.dll into Unity Child Domain
    1242. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Library\ScriptAssemblies\Assembly-UnityScript.dll (this message is harmless)
    1243. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Library\ScriptAssemblies\Assembly-UnityScript.dll into Unity Child Domain
    1244. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Library\ScriptAssemblies\Assembly-UnityScript-Editor.dll (this message is harmless)
    1245. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Library\ScriptAssemblies\Assembly-UnityScript-Editor.dll into Unity Child Domain
    1246. Platform assembly: C:\Program Files\Unity\Editor\Data\PackageManager\Unity\PackageManager\5.4.1\Unity.PackageManager.dll (this message is harmless)
    1247. Loading C:\Program Files\Unity\Editor\Data\PackageManager\Unity\PackageManager\5.4.1\Unity.PackageManager.dll into Unity Child Domain
    1248. Non platform assembly: C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\Advertisements\Editor\UnityEditor.Advertisements.dll (this message is harmless)
    1249. Loading C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\Advertisements\Editor\UnityEditor.Advertisements.dll into Unity Child Domain
    1250. Non platform assembly: C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\EditorTestsRunner\Editor\nunit.framework.dll (this message is harmless)
    1251. Loading C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\EditorTestsRunner\Editor\nunit.framework.dll into Unity Child Domain
    1252. Non platform assembly: C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\EditorTestsRunner\Editor\UnityEditor.EditorTestsRunner.dll (this message is harmless)
    1253. Loading C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\EditorTestsRunner\Editor\UnityEditor.EditorTestsRunner.dll into Unity Child Domain
    1254. Non platform assembly: C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\GUISystem\UnityEngine.UI.dll (this message is harmless)
    1255. Loading C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\GUISystem\UnityEngine.UI.dll into Unity Child Domain
    1256. Non platform assembly: C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\GUISystem\Editor\UnityEditor.UI.dll (this message is harmless)
    1257. Loading C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\GUISystem\Editor\UnityEditor.UI.dll into Unity Child Domain
    1258. Non platform assembly: C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\Networking\UnityEngine.Networking.dll (this message is harmless)
    1259. Loading C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\Networking\UnityEngine.Networking.dll into Unity Child Domain
    1260. Non platform assembly: C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\Networking\Editor\UnityEditor.Networking.dll (this message is harmless)
    1261. Loading C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\Networking\Editor\UnityEditor.Networking.dll into Unity Child Domain
    1262. Non platform assembly: C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\TreeEditor\Editor\UnityEditor.TreeEditor.dll (this message is harmless)
    1263. Loading C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\TreeEditor\Editor\UnityEditor.TreeEditor.dll into Unity Child Domain
    1264. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\JMO Assets\Editor\JMOAssets.dll (this message is harmless)
    1265. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\JMO Assets\Editor\JMOAssets.dll into Unity Child Domain
    1266. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\Plugins\Google.ProtocolBuffers.dll (this message is harmless)
    1267. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\Plugins\Google.ProtocolBuffers.dll into Unity Child Domain
    1268. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\ProCore\ProBuilder\Classes\ProBuilderCore-Unity5.dll (this message is harmless)
    1269. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\ProCore\ProBuilder\Classes\ProBuilderCore-Unity5.dll into Unity Child Domain
    1270. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\ProCore\ProBuilder\Classes\ProBuilderMeshOps-Unity5.dll (this message is harmless)
    1271. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\ProCore\ProBuilder\Classes\ProBuilderMeshOps-Unity5.dll into Unity Child Domain
    1272. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\ProCore\ProBuilder\Classes\ClassesLib\KDTree.dll (this message is harmless)
    1273. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\ProCore\ProBuilder\Classes\ClassesLib\KDTree.dll into Unity Child Domain
    1274. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\ProCore\ProBuilder\Classes\ClassesLib\Triangle.dll (this message is harmless)
    1275. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\ProCore\ProBuilder\Classes\ClassesLib\Triangle.dll into Unity Child Domain
    1276. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\ProCore\ProBuilder\Editor\ProBuilderEditor-Unity5.dll (this message is harmless)
    1277. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\ProCore\ProBuilder\Editor\ProBuilderEditor-Unity5.dll into Unity Child Domain
    1278. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\Super Sampling (SSAA)\Data\SSAA.dll (this message is harmless)
    1279. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\Super Sampling (SSAA)\Data\SSAA.dll into Unity Child Domain
    1280. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\VacuumShaders\Curved World\Editor\VacuumShaders.CurvedWorldVC.dll (this message is harmless)
    1281. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\VacuumShaders\Curved World\Editor\VacuumShaders.CurvedWorldVC.dll into Unity Child Domain
    1282. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\VacuumShaders\Curved World\Editor\VacuumShaders.CurvedWorld_Editor.dll (this message is harmless)
    1283. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\VacuumShaders\Curved World\Editor\VacuumShaders.CurvedWorld_Editor.dll into Unity Child Domain
    1284. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\VacuumShaders\Curved World\Scripts\VacuumShaders.CurvedWorld.dll (this message is harmless)
    1285. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\VacuumShaders\Curved World\Scripts\VacuumShaders.CurvedWorld.dll into Unity Child Domain
    1286. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\VacuumShaders\Editor\VacuumShaders.dll (this message is harmless)
    1287. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\VacuumShaders\Editor\VacuumShaders.dll into Unity Child Domain
    1288. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\VacuumShaders\Mesh Materializer\Editor\VacuumShaders.MeshMaterializerVC.dll (this message is harmless)
    1289. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\VacuumShaders\Mesh Materializer\Editor\VacuumShaders.MeshMaterializerVC.dll into Unity Child Domain
    1290. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\VacuumShaders\Mesh Materializer\Editor\VacuumShaders.MeshMaterializer_Editor.dll (this message is harmless)
    1291. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\VacuumShaders\Mesh Materializer\Editor\VacuumShaders.MeshMaterializer_Editor.dll into Unity Child Domain
    1292. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\VacuumShaders\Mesh Materializer\Scripts\VacuumShaders.MeshMaterializer.dll (this message is harmless)
    1293. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\VacuumShaders\Mesh Materializer\Scripts\VacuumShaders.MeshMaterializer.dll into Unity Child Domain
    1294. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\VacuumShaders\Vertex Color Shaders\Editor\VacuumShaders.VertexColorShaders.dll (this message is harmless)
    1295. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\VacuumShaders\Vertex Color Shaders\Editor\VacuumShaders.VertexColorShaders.dll into Unity Child Domain
    1296. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\WellFired\hipfilters\Compiled\Editor\hipfiltersEditor.dll (this message is harmless)
    1297. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\WellFired\hipfilters\Compiled\Editor\hipfiltersEditor.dll into Unity Child Domain
    1298. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\WellFired\hipfilters\Compiled\Runtime\hipfiltersRuntime.dll (this message is harmless)
    1299. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\WellFired\hipfilters\Compiled\Runtime\hipfiltersRuntime.dll into Unity Child Domain
    1300. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\WellFired\shared\Compiled\Editor\sharedEditor.dll (this message is harmless)
    1301. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\WellFired\shared\Compiled\Editor\sharedEditor.dll into Unity Child Domain
    1302. Non platform assembly: C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\WellFired\shared\Compiled\Runtime\sharedRuntime.dll (this message is harmless)
    1303. Loading C:\Users\johnb\Documents\U3D\BARDO_Android - Copy\Assets\WellFired\shared\Compiled\Runtime\sharedRuntime.dll into Unity Child Domain
    1304. Platform assembly: C:\Program Files\Unity\Editor\Data\Managed\UnityEditor.Graphs.dll (this message is harmless)
    1305. Loading C:\Program Files\Unity\Editor\Data\Managed\UnityEditor.Graphs.dll into Unity Child Domain
    1306. Platform assembly: C:\Program Files\Unity\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll (this message is harmless)
    1307. Loading C:\Program Files\Unity\Editor\Data\PlaybackEngines\AndroidPlayer\UnityEditor.Android.Extensions.dll into Unity Child Domain
    1308. Platform assembly: C:\Program Files\Unity\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll (this message is harmless)
    1309. Loading C:\Program Files\Unity\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.dll into Unity Child Domain
    1310. Platform assembly: C:\Program Files\Unity\Editor\Data\PlaybackEngines\windowsstandalonesupport\UnityEditor.WindowsStandalone.Extensions.dll (this message is harmless)
    1311. Loading C:\Program Files\Unity\Editor\Data\PlaybackEngines\windowsstandalonesupport\UnityEditor.WindowsStandalone.Extensions.dll into Unity Child Domain
    1312. Non platform assembly: C:\Program Files (x86)\Microsoft Visual Studio Tools for Unity\2015\Editor\SyntaxTree.VisualStudio.Unity.Bridge.dll (this message is harmless)
    1313. Loading C:\Program Files (x86)\Microsoft Visual Studio Tools for Unity\2015\Editor\SyntaxTree.VisualStudio.Unity.Bridge.dll into Unity Child Domain
    1314. Platform assembly: C:\Program Files\Unity\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll (this message is harmless)
    1315. Loading C:\Program Files\Unity\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll into Unity Child Domain
    1316. Platform assembly: C:\Program Files\Unity\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll (this message is harmless)
    1317. Loading C:\Program Files\Unity\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll into Unity Child Domain
    1318. Platform assembly: C:\Program Files\Unity\Editor\Data\Managed\nunit.core.interfaces.dll (this message is harmless)
    1319. OnLevelWasLoaded was found on ReturnToMainMenu
    1320. This message has been deprecated and will be removed in a later version of Unity.
    1321. Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
    1322. (Filename: C:/buildslave/unity/build/Runtime/Mono/MonoScriptCache.cpp Line: 375)
    1323.  
    1324. OnLevelWasLoaded was found on GvrViewer
    1325. This message has been deprecated and will be removed in a later version of Unity.
    1326. Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
    1327. (Filename: C:/buildslave/unity/build/Runtime/Mono/MonoScriptCache.cpp Line: 375)
    1328.  
    1329. Refreshing native plugins compatible for Editor in 11.25 ms, found 1 plugins.
    1330. Preloading 1 native plugins for Editor in 0.11 ms.
    1331. Platform assembly: C:\Program Files\Unity\Editor\Data\Managed\Mono.Cecil.dll (this message is harmless)
    1332. Platform assembly: C:\Program Files\Unity\Editor\Data\Managed\Unity.SerializationLogic.dll (this message is harmless)
    1333. Platform assembly: C:\Program Files\Unity\Editor\Data\Managed\Unity.DataContract.dll (this message is harmless)
    1334. Platform assembly: C:\Program Files\Unity\Editor\Data\Mono\lib\mono\2.0\UnityScript.dll (this message is harmless)
    1335. Platform assembly: C:\Program Files\Unity\Editor\Data\Managed\ICSharpCode.NRefactory.dll (this message is harmless)
    1336. Platform assembly: C:\Program Files\Unity\Editor\Data\Mono\lib\mono\2.0\System.Xml.Linq.dll (this message is harmless)
    1337. Platform assembly: C:\Program Files\Unity\Editor\Data\Managed\Unity.IvyParser.dll (this message is harmless)
    1338. Platform assembly: C:\Program Files\Unity\Editor\Data\Mono\lib\mono\2.0\Boo.Lang.dll (this message is harmless)
    1339. Platform assembly: C:\Program Files\Unity\Editor\Data\Managed\nunit.core.dll (this message is harmless)
    1340. Non platform assembly: C:\Program Files (x86)\Microsoft Visual Studio Tools for Unity\2015\Editor\SyntaxTree.VisualStudio.Unity.Messaging.dll (this message is harmless)
    1341. Mono: successfully reloaded assembly
    1342. Maximum number (128) of shader keywords exceeded, keyword COLR_1_2 will be ignored.
    1343. You will have to delete some shaders or make them use less keywords.
    1344. Keywords used in project now: BACK_GRADIENT_ON BACK_SOLID_ON BILLBOARD_FACE_CAMERA_POS BMColor BMColorBurn BMColorDodge BMDarken BMDarkerColor BMDifference BMDivide BMExclusion BMHardLight BMHardMix BMHue BMLighten BMLighterColor BMLinearBurn BMLinearDodge BMLinearLight BMLuminosity BMMultiply BMOverlay BMPinLight BMSaturation BMScreen BMSoftLight BMSubtract BMVividLight CHROMATIC_ABERRATION DIRECTIONAL DIRECTIONAL_COOKIE DIRLIGHTMAP_COMBINED DIRLIGHTMAP_OFF DIRLIGHTMAP_SEPARATE DISTORT DUMMY DYNAMICLIGHTMAP_OFF DYNAMICLIGHTMAP_ON ETC1_EXTERNAL_ALPHA FOG_BOTTOM FOG_EXP FOG_EXP2 FOG_LINEAR FRONT_GRADIENT_ON FRONT_SOLID_ON INDEPENDENT_SIDES INSTANCING_ON LEFT_GRADIENT_ON LEFT_SOLID_ON LIGHTMAP_COLR_ON LIGHTMAP_OFF LIGHTMAP_ON LOD_FADE_CROSSFADE LOD_FADE_PERCENTAGE PIXELSNAP_ON POINT POINT_COOKIE RIGHT_GRADIENT_ON RIGHT_SOLID_ON SHADOWS_CUBE SHADOWS_DEPTH SHADOWS_NATIVE SHADOWS_OFF SHADOWS_SCREEN SHADOWS_SINGLE_CASCADE SHADOWS_SOFT SHADOWS_SPLIT_SPHERES SOFTPARTICLES_ON SPOT TCP2_COLORS_AS_NORMALS TCP2_DISABLE_WRAPPED_LIGHT TCP2_NONE TCP2_RAMPTEXT TCP2_SPEC_TOON TCP2_STYLIZED_FRESNEL TCP2_TANGENT_AS_NORMALS TCP2_UV2_AS_NORMALS UNDISTORT UNITY_COLORSPACE_GAMMA UNITY_HDR_ON UNITY_SINGLE_PASS_STEREO UNITY_UI_ALPHACLIP VERTEXLIGHT_ON VIGNETTE_BLUR VIGNETTE_CLASSIC VIGNETTE_DESAT VIGNETTE_FILMIC V_CW_FOG V_CW_FOG_OFF V_CW_IBL_CUBE V_CW_IBL_MATCAP V_CW_IBL_OFF V_CW_MATCAP_BLEND_ADD V_CW_MATCAP_BLEND_MULTIPLY V_CW_REFLECTIVE V_CW_REFLECTIVE_FRESNEL V_CW_REFLECTIVE_OFF V_CW_RIM V_CW_RIM_OFF V_CW_SPECULAR V_CW_SPECULAR_OFF V_CW_USE_LIGHT_RAMP_TEXTURE V_CW_USE_LIGHT_RAMP_TEXTURE_OFF V_CW_VERTEX_COLOR V_CW_VERTEX_COLOR_OFF V_VC_COLOR_AND_TEXTURE_OFF V_VC_COLOR_AND_TEXTURE_ON V_VC_ENVIRONMENT_LIGHTING_OFF V_VC_ENVIRONMENT_LIGHTING_ON V_VC_IBL_OFF V_VC_IBL_ON V_VC_REFLECTION_CUBE_ADVANED V_VC_REFLECTION_CUBE_SIMPLE V_VC_REFLECTION_OFF V_VC_REFLECTION_UNITY_REFLECTION_PROBES V_VC_RIM_OFF V_VC_RIM_ON _ALPHABLEND_ON _ALPHAPREMULTIPLY_ON _ALPHATEST_ON _DETAIL_MULX2 _EMISSION _EMISSION_OFF _METALLICGLOSSMAP _NORMALMAP _NORMALMAP_OFF _PARALLAXMAP _SUNDISK_SIMPLE
    1345. 0x0000000140E4704D (Unity) StackWalker::GetCurrentCallstack
    1346. 0x0000000140E48D71 (Unity) StackWalker::ShowCallstack
    1347. 0x0000000140602A93 (Unity) GetStacktrace
    1348. 0x00000001405FFE5E (Unity) DebugStringToFile
    1349. 0x00000001406002BC (Unity) DebugStringToFile
    1350. 0x00000001405D58C1 (Unity) LogRepeatingStringWithFlags
    1351. 0x000000014058F6A4 (Unity) keywords::Create
    1352. 0x000000014058F934 (Unity) keywords::StringToKeywordSet
    1353. 0x000000014057D3B9 (Unity) Material::AwakeFromLoad
    1354. 0x0000000140771480 (Unity) GenerateReusableAssetPathName
    1355. 0x000000014077F4A8 (Unity) AssetInterface::StopAssetEditing
    1356. 0x0000000140BD4C96 (Unity) HandleAutomaticUndoOnEscapeKey
    1357. 0x00000001404C2507 (Unity) MonoManager::EndReloadAssembly
    1358. 0x00000001404C323A (Unity) MonoManager::ReloadAssembly
    1359. 0x000000014075DECD (Unity) ReloadAllUsedAssemblies
    1360. 0x0000000140BE0428 (Unity) Application::TickTimer
    1361. 0x0000000140E4179E (Unity) FindMonoBinaryToUse
    1362. 0x0000000140E42DD1 (Unity) WinMain
    1363. 0x00000001415C3540 (Unity) strnlen
    1364. 0x00007FFE00F98364 (KERNEL32) BaseThreadInitThunk
    1365. (Filename:  Line: 0)
    1366.  
    1367. Refreshing native plugins compatible for Editor in 1.27 ms, found 1 plugins.
    1368. Preloading 1 native plugins for Editor in 0.12 ms.
    1369.  
    1370. ----- Total AssetImport time: 0.080563s, AssetImport time: 0.000000s, Asset hashing: 0.000000s [0 B, 0.000000 mb/s]
    1371.  
    1372. - Completed reload, in  1.524 seconds
    1373. Initializing Unity.PackageManager (PackageManager) v5.4.1 for Unity v5.4.1f1
    1374. Setting Android v5.4.1 for Unity v5.4.1f1 to C:\Program Files\Unity\Editor\Data\PlaybackEngines\AndroidPlayer
    1375. Setting BB10 v5.4.1 for Unity v5.4.1f1 to C:\Program Files\Unity\Editor\Data\PlaybackEngines\iOSSupport
    1376. Setting StandaloneWindows v5.4.1 for Unity v5.4.1f1 to C:\Program Files\Unity\Editor\Data\PlaybackEngines\windowsstandalonesupport
    1377. Setting Advertisements v5.4.1 for Unity v5.4.1f1 to C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\Advertisements
    1378.   UnityEngine.Advertisements.dll (Extension) GUID: 739bbd9f364b4268874f9fd86ab3beef
    1379.   Editor/UnityEditor.Advertisements.dll (Extension) GUID: 97decbdab0634cdd991f8d23ddf0dead
    1380. Setting EditorTestsRunner v5.4.1 for Unity v5.4.1f1 to C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\EditorTestsRunner
    1381.   Editor/nunit.framework.dll (Extension) GUID: 7cbab2be89b54486bbd23a6fe637d30e
    1382.   Editor/UnityEditor.EditorTestsRunner.dll (Extension) GUID: 3c0ad459c1534645b5d603b7cc258f97
    1383. Setting GUISystem v5.4.1 for Unity v5.4.1f1 to C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\GUISystem
    1384.   UnityEngine.UI.dll (Extension) GUID: f5f67c52d1564df4a8936ccd202a3bd8
    1385.   Editor/UnityEditor.UI.dll (Extension) GUID: 80a3616ca19596e4da0f10f14d241e9f
    1386. Setting UNetHLAPI v5.4.1 for Unity v5.4.1f1 to C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\Networking
    1387.   UnityEngine.Networking.dll (Extension) GUID: 870353891bb340e2b2a9c8707e7419ba
    1388.   Editor/UnityEditor.Networking.dll (Extension) GUID: 5f32cd94baa94578a686d4b9d6b660f7
    1389. Setting TreeEditor v5.4.1 for Unity v5.4.1f1 to C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\TreeEditor
    1390.   Editor/UnityEditor.TreeEditor.dll (Extension) GUID: adebbd281f1a4ef3a30be7f21937e02f
    1391. Setting UnityAnalytics v5.4.1 for Unity v5.4.1f1 to C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\UnityAnalytics
    1392.   UnityEngine.Analytics.dll (Extension) GUID: 852E56802EB941638ACBB491814497B0
    1393. Setting UnityPurchasing v5.4.1 for Unity v5.4.1f1 to C:\Program Files\Unity\Editor\Data\UnityExtensions\Unity\UnityPurchasing
    1394.   UnityEngine.Purchasing.dll (Extension) GUID: 8E0CD8ED44D4412CBE0642067ABC9E44
    1395. Registering platform support modules:
    1396. Platform assembly: C:\Program Files\Unity\Editor\Data\Mono\lib\mono\2.0\Boo.Lang.Compiler.dll (this message is harmless)
    1397. Platform assembly: C:\Program Files\Unity\Editor\Data\Mono\lib\mono\2.0\Boo.Lang.Parser.dll (this message is harmless)
    1398. Platform assembly: C:\Program Files\Unity\Editor\Data\Mono\lib\mono\2.0\UnityScript.Lang.dll (this message is harmless)
    1399. Registered platform support modules in: 0.0409603s.
    1400. Native extension for WindowsStandalone target not found
    1401. Native extension for iOS target not found
    1402. Native extension for Android target not found
    1403.  
     
  25. Pnvanol

    Pnvanol

    Joined:
    Jan 11, 2016
    Posts:
    123
    having the same problem here really giving me a headache
    Code (CSharp):
    1. CommandInvokationFailure: Failed to re-package resources.
    2. C:\Users\Jorge\AppData\Local\Android\sdk\build-tools\23.0.2\aapt.exe package --auto-add-overlay -v -f -m -J gen -M AndroidManifest.xml -S "res" -I "C:\Users\Jorge\AppData\Local\Android\sdk\platforms\android-23\android.jar" -F bin/resources.ap_ --extra-packages com.google.example.games.mainlibproj:com.unity3d.ads.android -S "C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res"
    3.  
    4. stderr[
    5. C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_button_audio_toggle.xml:2: note: removing attribute http://schemas.android.com/apk/res/android:paddingStart from <RelativeLayout>
    6. C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_button_audio_toggle.xml:61: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from <TextView>
    7. C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_button_audio_toggle.xml:27: note: removing attribute http://schemas.android.com/apk/res/android:layout_alignParentStart from <RelativeLayout>
    8. C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_button_audio_toggle.xml:27: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from <RelativeLayout>
    9. C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_button_audio_toggle.xml:52: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from <View>
    10. C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_button_audio_toggle.xml:44: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from <View>
    11. C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_button_audio_toggle.xml:19: note: removing attribute http://schemas.android.com/apk/res/android:layout_alignParentStart from <View>
    12. C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_button_audio_toggle.xml:10: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from <View>
    13. C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_button_audio_toggle.xml: note: using v17 attributes; synthesizing resource com.JORGESHIN.Terminal:layout/unityads_button_audio_toggle for configuration v17.
    14. C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_button_pause.xml:8: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from <View>
    15. C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_button_pause.xml: note: using v17 attributes; synthesizing resource com.JORGESHIN.Terminal:layout/unityads_button_pause for configuration v17.
    16. C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_view_video_play.xml:92: note: removing attribute http://schemas.android.com/apk/res/android:layout_alignParentStart from <include>
    17. C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_view_video_play.xml:57: note: removing attribute http://schemas.android.com/apk/res/android:layout_alignParentEnd from <LinearLayout>
    18. C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_view_video_play.xml:57: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginEnd from <LinearLayout>
    19. C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_view_video_play.xml:44: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginEnd from <TextView>
    20. C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_view_video_play.xml:29: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from <TextView>
    21. C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_view_video_play.xml: note: using v17 attributes; synthesizing resource com.JORGESHIN.Terminal:layout/unityads_view_video_play for configuration v17.
    22. AndroidManifest.xml:19: error: Error: No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version').
    23.  
    24. ]
    25. stdout[
    26. Configurations:
    27. (default)
    28.  
    29. Files:
    30.   drawable\unityads_background_button_pause.xml
    31.     Src: () C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\drawable\unityads_background_button_pause.xml
    32.   drawable\unityads_icon_play.xml
    33.     Src: () C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\drawable\unityads_icon_play.xml
    34.   drawable\unityads_icon_speaker_base.xml
    35.     Src: () C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\drawable\unityads_icon_speaker_base.xml
    36.   drawable\unityads_icon_speaker_triangle.xml
    37.     Src: () C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\drawable\unityads_icon_speaker_triangle.xml
    38.   drawable\unityads_icon_speaker_waves.xml
    39.     Src: () C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\drawable\unityads_icon_speaker_waves.xml
    40.   layout\unityads_button_audio_toggle.xml
    41.     Src: () C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_button_audio_toggle.xml
    42.   layout\unityads_button_pause.xml
    43.     Src: () C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_button_pause.xml
    44.   layout\unityads_view_video_paused.xml
    45.     Src: () C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_view_video_paused.xml
    46.   layout\unityads_view_video_play.xml
    47.     Src: () C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_view_video_play.xml
    48.   values\values.xml
    49.     Src: () C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\values\values.xml
    50.   AndroidManifest.xml
    51.     Src: () AndroidManifest.xml
    52.  
    53. Resource Dirs:
    54.   Type drawable
    55.     drawable\unityads_background_button_pause.xml
    56.       Src: () C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\drawable\unityads_background_button_pause.xml
    57.     drawable\unityads_icon_play.xml
    58.       Src: () C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\drawable\unityads_icon_play.xml
    59.     drawable\unityads_icon_speaker_base.xml
    60.       Src: () C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\drawable\unityads_icon_speaker_base.xml
    61.     drawable\unityads_icon_speaker_triangle.xml
    62.       Src: () C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\drawable\unityads_icon_speaker_triangle.xml
    63.     drawable\unityads_icon_speaker_waves.xml
    64.       Src: () C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\drawable\unityads_icon_speaker_waves.xml
    65.   Type layout
    66.     layout\unityads_button_audio_toggle.xml
    67.       Src: () C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_button_audio_toggle.xml
    68.     layout\unityads_button_pause.xml
    69.       Src: () C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_button_pause.xml
    70.     layout\unityads_view_video_paused.xml
    71.       Src: () C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_view_video_paused.xml
    72.     layout\unityads_view_video_play.xml
    73.       Src: () C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_view_video_play.xml
    74.   Type values
    75.     values\values.xml
    76.       Src: () C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\values\values.xml
    77. Including resources from package: C:\Users\Jorge\AppData\Local\Android\sdk\platforms\android-23\android.jar
    78. applyFileOverlay for drawable
    79. trying overlaySet Key=app_banner.png
    80. trying overlaySet Key=app_icon.png
    81. applyFileOverlay for layout
    82. applyFileOverlay for anim
    83. applyFileOverlay for animator
    84. applyFileOverlay for interpolator
    85. applyFileOverlay for transition
    86. applyFileOverlay for xml
    87. applyFileOverlay for raw
    88. applyFileOverlay for color
    89. applyFileOverlay for menu
    90. applyFileOverlay for mipmap
    91. Processing image: res\drawable-xhdpi\app_banner.png
    92. Processing image: res\drawable-ldpi\app_icon.png
    93.     (processed image res\drawable-ldpi\app_icon.png: 99% size of source)
    94. Processing image: res\drawable-mdpi\app_icon.png
    95.     (processed image res\drawable-mdpi\app_icon.png: 98% size of source)
    96. Processing image: res\drawable-hdpi\app_icon.png
    97. Processing image: res\drawable-xhdpi\app_icon.png
    98. Processing image: res\drawable-xxhdpi\app_icon.png
    99.     (processed image res\drawable-hdpi\app_icon.png: 98% size of source)
    100. Processing image: res\drawable-xxxhdpi\app_icon.png
    101.     (processed image res\drawable-xhdpi\app_icon.png: 98% size of source)
    102.     (processed image res\drawable-xxhdpi\app_icon.png: 98% size of source)
    103.     (processed image res\drawable-xhdpi\app_banner.png: 93% size of source)
    104.     (processed image res\drawable-xxxhdpi\app_icon.png: 98% size of source)
    105.     (new resource id app_banner from xhdpi-v4\drawable\app_banner.png #generated)
    106.     (new resource id app_icon from ldpi-v4\drawable\app_icon.png #generated)
    107.     (new resource id app_icon from mdpi-v4\drawable\app_icon.png #generated)
    108.     (new resource id app_icon from hdpi-v4\drawable\app_icon.png #generated)
    109.     (new resource id app_icon from xhdpi-v4\drawable\app_icon.png #generated)
    110.     (new resource id app_icon from xxhdpi-v4\drawable\app_icon.png #generated)
    111.     (new resource id app_icon from xxxhdpi-v4\drawable\app_icon.png #generated)
    112.     (new resource id unityads_background_button_pause from C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\drawable\unityads_background_button_pause.xml)
    113.     (new resource id unityads_icon_play from C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\drawable\unityads_icon_play.xml)
    114.     (new resource id unityads_icon_speaker_base from C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\drawable\unityads_icon_speaker_base.xml)
    115.     (new resource id unityads_icon_speaker_triangle from C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\drawable\unityads_icon_speaker_triangle.xml)
    116.     (new resource id unityads_icon_speaker_waves from C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\drawable\unityads_icon_speaker_waves.xml)
    117.     (new resource id unityads_button_audio_toggle from C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_button_audio_toggle.xml)
    118.     (new resource id unityads_button_pause from C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_button_pause.xml)
    119.     (new resource id unityads_view_video_paused from C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_view_video_paused.xml)
    120.     (new resource id unityads_view_video_play from C:\Users\Jorge\Documents\UnityProjects\LifeLine\LifeLine\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_view_video_play.xml)
    121. ]
    122. UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg)
    123. UnityEditor.Android.PostProcessor.Tasks.TasksCommon.Exec (System.String command, System.String args, System.String workingdir, System.String errorMsg, Int32 retiresOnFailure)
    124. UnityEditor.HostView:OnGUI()
    125.  
     
  26. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    This is the error:
    AndroidManifest.xml:19:error: Error: No resource found that matches the given name(at 'value' with value'@Integer/google_play_services_version').

    You have included google play services (probably as a .jar file?) but did not include its resources.
    You can include the google play services lib (including its resources folder) and that should fix your issue.
     
  27. Pnvanol

    Pnvanol

    Joined:
    Jan 11, 2016
    Posts:
    123
    thank you do I include them with the sdk manager?
     
  28. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    In the past, you would get that library downloaded by the SDK manager (although this is not delivered anymore in that form).
     
  29. Nicolas1212

    Nicolas1212

    Joined:
    Dec 18, 2014
    Posts:
    139
    Hi @liortal

    "You have included google play services (probably as a .jar file?) but did not include its resources.
    You can include the google play services lib (including its resources folder) and that should fix your issue."

    "In the past, you would get that library downloaded by the SDK manager (although this is not delivered anymore in that form)."


    Assume I don't know what you mean. What are the steps I need to go through to get this working?

    Thanks
     
  30. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    A bit hard to explain. I will try to. Sorry for going too deep if it's stuff you already know.

    Your unity project includes native plugins for Android. These are used to provide all sorts of different platform specific services. One such library is called Google play services.

    An Android plugin can be distributed in several different ways:
    1. JAR file - this is essentially a zip file with compiled Java classes. No resources are included inside (a resource can be a string, number, image, etc).
    2. AAR file - Also a zip file that contains compiled Java code, resources and a manifest.
    3. Android library - this is pretty much the same as an the .aar option, but in its "source" form. Unity allows this option.. Frankly i am not sure why, but it works. It is a folder with a manifest, libs folder with compiled code and a res folder for resources.
    There's another option for native (c++) plugins but lets leave that for now.

    In your scenario, i believe that happens, is that you have included the google play services JAR file. In your Android manifest you are referencing a resource that describes the google play services version number, but since .jar files don't contain any resources, the build fails to find that resource.

    Regarding my previous comments:
    In the past, if you needed google play services, you could get it through the Android SDK manager. What you got was an android library (option #3).

    You could copy and drop that folder in Unity and you'd be fine.

    Since then, Google changed the way they distributed the google play services libraries, so you can't get that library folder anymore. You can probably browse the web to find it somewhere.

    In the new way, these libraries are distributed as a set of .aar files.

    To solve your issue:

    Either find that google play services lib somewhere on the web and copy that into your project. Also remove the existing jar to avoid duplications.

    Or

    Delete the google play services jar from your project and include the new aar libraries. You can use the Resolver plugin that automatically fetches them for you.

    If this is still not clear, please message me in private.

    Note that i provide my help with fixing this type of errors. Contact me here.
     
    Last edited: Dec 7, 2016
    Yury-Habets and Nicolas1212 like this.
  31. Nicolas1212

    Nicolas1212

    Joined:
    Dec 18, 2014
    Posts:
    139
    Thanks for the detailed explanation @liortal!
     
    liortal likes this.
  32. pshashidhar

    pshashidhar

    Joined:
    Dec 12, 2016
    Posts:
    1
    Hi Unity team,


    I'm fairly new to unity, however quite familiar with c# concepts. While I try to build my packages for android I get the following error-

    CommandInvokationFailure: Failed to re-package resources.
    /Users/pshashidhar/Documents/androidhome/sdk/build-tools/24.0.2/aapt package --auto-add-overlay -v -f -m -J gen -M AndroidManifest.xml -S "res" -I "/Users/pshashidhar/Documents/androidhome/sdk/platforms/android-24/android.jar" -F bin/resources.ap_ --extra-packages com.prime31.NAME:com.mopub:com.google.android.gms.gcm -S "/Users/pshashidhar/Downloads/TaraProject/Temp/StagingArea/android-libraries/play-services-gcm-7.8.0/res"

    stderr[
    AndroidManifest.xml:29: error: Error: No resource found that matches the given name (at 'value' with value '@Integer/google_play_services_version').

    ]
    stdout[
    Configurations:
    (default)

    Files:
    AndroidManifest.xml
    Src: () AndroidManifest.xml

    Resource Dirs:
    Including resources from package: /Users/pshashidhar/Documents/androidhome/sdk/platforms/android-24/android.jar
    applyFileOverlay for drawable
    trying overlaySet Key=app_banner.png
    trying overlaySet Key=app_icon.png
    applyFileOverlay for layout
    applyFileOverlay for anim
    applyFileOverlay for animator
    applyFileOverlay for interpolator
    applyFileOverlay for transition
    applyFileOverlay for xml
    applyFileOverlay for raw
    applyFileOverlay for color
    applyFileOverlay for menu
    applyFileOverlay for mipmap
    Processing image: res/drawable-xhdpi/app_banner.png
    Processing image: res/drawable-mdpi/app_icon.png
    (processed image res/drawable-mdpi/app_icon.png: 90% size of source)
    (processed image res/drawable-xhdpi/app_banner.png: 93% size of source)
    (new resource id app_banner from xhdpi-v4/drawable/app_banner.png #generated)
    (new resource id app_icon from mdpi-v4/drawable/app_icon.png #generated)
    ]
    UnityEditor.Android.Command.Run (System.Diagnostics.ProcessStartInfo psi, UnityEditor.Android.WaitingForProcessToExit waitingForProcessToExit, System.String errorMsg)
    UnityEditor.Android.PostProcessor.Tasks.TasksCommon.Exec (System.String command, System.String args, System.String workingdir, System.String errorMsg, Int32 retiresOnFailure)
    UnityEditor.HostView:OnGUI()

    I've also followed the instructions stating -

    Unity5
    • Copy ~/Library/Android/sdk/extras/google/m2repository/com/google/android/gms/play-services-gcm/x.x.x/play-services-gcm-x.x.x.aar file into Assets/Plugins/Android/libsdirectory.

    • Unity Editor will automatically import the copied AAR file.
      For which I've added 7.8 version of GPS, but don't see any fix. Can you please guide me on this item?
     
  33. Kisoku

    Kisoku

    Joined:
    Feb 18, 2015
    Posts:
    2
    Hi,

    I'm currently trying to build my Android game which worked nicely before I tried to add the facebook sdk now I got this message

    Code (CSharp):
    1.  
    2. CommandInvokationFailure: Failed to re-package resources.
    3. C:\Users\XXXX\AppData\Local\Android\sdk\build-tools\23.0.1\aapt.exe package --auto-add-overlay -v -f -m -J gen -M AndroidManifest.xml -S "res" -I "C:/Users/XXXX/AppData/Local/Android/sdk\platforms\android-24\android.jar" -F bin/resources.ap_ --extra-packages android.support.graphics.drawable.animated:android.support.v7.appcompat:android.support.v7.cardview:android.support.customtabs:com.facebook:com.facebook.android:android.support.v4:android.support.graphics.drawable:com.unity3d.ads.android -S "C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\animated-vector-drawable-23.4.0\res" -S "C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res" -S "C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\cardview-v7-23.4.0\res" -S "C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\customtabs-23.4.0\res" -S "C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\facebook-android-sdk-4.17.0\res" -S "C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\facebook-android-wrapper-7.9.0\res" -S "C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\support-v4-23.4.0\res" -S "C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\support-vector-drawable-23.4.0\res" -S "C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\unityads-release\res"
    4.  
    5. stderr[
    6. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\abc_alert_dialog_button_bar_material.xml:18: note: removing attribute http://schemas.android.com/apk/res/android:layoutDirection from <android.support.v7.widget.ButtonBarLayout>
    7. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\abc_alert_dialog_button_bar_material.xml: note: using v17 attributes; synthesizing resource com.XXXGames.GamesFive:layout/abc_alert_dialog_button_bar_material for configuration v17.
    8. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\abc_alert_dialog_material.xml:48: note: removing attribute http://schemas.android.com/apk/res/android:textAlignment from <android.support.v7.widget.DialogTitle>
    9. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\abc_alert_dialog_material.xml: note: using v17 attributes; synthesizing resource com.XXXGames.GamesFive:layout/abc_alert_dialog_material for configuration v17.
    10. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\abc_dialog_title_material.xml:29: note: removing attribute http://schemas.android.com/apk/res/android:textAlignment from <TextView>
    11. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\abc_dialog_title_material.xml: note: using v17 attributes; synthesizing resource com.XXXGames.GamesFive:layout/abc_dialog_title_material for configuration v17.
    12. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\abc_screen_toolbar.xml:27: note: removing attribute http://schemas.android.com/apk/res/android:touchscreenBlocksFocus from <android.support.v7.widget.ActionBarContainer>
    13. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\abc_screen_toolbar.xml: note: using v21 attributes; synthesizing resource com.XXXGames.GamesFive:layout/abc_screen_toolbar for configuration v21.
    14. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\abc_search_view.xml:47: note: removing attribute http://schemas.android.com/apk/res/android:layoutDirection from <LinearLayout>
    15. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\abc_search_view.xml: note: using v17 attributes; synthesizing resource com.XXXGames.GamesFive:layout/abc_search_view for configuration v17.
    16. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\facebook-android-sdk-4.17.0\res\layout\com_facebook_device_auth_dialog_fragment.xml:100: note: removing attribute http://schemas.android.com/apk/res/android:fontFamily from <Button>
    17. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\facebook-android-sdk-4.17.0\res\layout\com_facebook_device_auth_dialog_fragment.xml:80: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginEnd from <TextView>
    18. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\facebook-android-sdk-4.17.0\res\layout\com_facebook_device_auth_dialog_fragment.xml:80: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from <TextView>
    19. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\facebook-android-sdk-4.17.0\res\layout\com_facebook_device_auth_dialog_fragment.xml:80: note: removing attribute http://schemas.android.com/apk/res/android:fontFamily from <TextView>
    20. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\facebook-android-sdk-4.17.0\res\layout\com_facebook_device_auth_dialog_fragment.xml:56: note: removing attribute http://schemas.android.com/apk/res/android:fontFamily from <TextView>
    21. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\facebook-android-sdk-4.17.0\res\layout\com_facebook_device_auth_dialog_fragment.xml: note: using v16 attributes; synthesizing resource com.XXXGames.GamesFive:layout/com_facebook_device_auth_dialog_fragment for configuration v16.
    22. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\facebook-android-sdk-4.17.0\res\layout\com_facebook_smart_device_dialog_fragment.xml:136: note: removing attribute http://schemas.android.com/apk/res/android:fontFamily from <Button>
    23. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\facebook-android-sdk-4.17.0\res\layout\com_facebook_smart_device_dialog_fragment.xml:112: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from <TextView>
    24. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\facebook-android-sdk-4.17.0\res\layout\com_facebook_smart_device_dialog_fragment.xml:112: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginEnd from <TextView>
    25. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\facebook-android-sdk-4.17.0\res\layout\com_facebook_smart_device_dialog_fragment.xml:59: note: removing attribute http://schemas.android.com/apk/res/android:fontFamily from <TextView>
    26. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\facebook-android-sdk-4.17.0\res\layout\com_facebook_smart_device_dialog_fragment.xml:47: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from <android.support.v7.widget.AppCompatImageView>
    27. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\facebook-android-sdk-4.17.0\res\layout\com_facebook_smart_device_dialog_fragment.xml: note: using v16 attributes; synthesizing resource com.XXXGames.GamesFive:layout/com_facebook_smart_device_dialog_fragment for configuration v16.
    28. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\notification_template_big_media.xml:42: note: removing attribute http://schemas.android.com/apk/res/android:layoutDirection from <LinearLayout>
    29. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\notification_template_big_media.xml:34: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from <include>
    30. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\notification_template_big_media.xml:34: note: removing attribute http://schemas.android.com/apk/res/android:layout_toStartOf from <include>
    31. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\notification_template_big_media.xml: note: using v17 attributes; synthesizing resource com.XXXGames.GamesFive:layout/notification_template_big_media for configuration v17.
    32. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\notification_template_big_media_narrow.xml:60: note: removing attribute http://schemas.android.com/apk/res/android:layout_toEndOf from <ImageView>
    33. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\notification_template_big_media_narrow.xml:46: note: removing attribute http://schemas.android.com/apk/res/android:layout_toEndOf from <LinearLayout>
    34. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\notification_template_big_media_narrow.xml:46: note: removing attribute http://schemas.android.com/apk/res/android:layoutDirection from <LinearLayout>
    35. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\notification_template_big_media_narrow.xml:38: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from <include>
    36. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\notification_template_big_media_narrow.xml:38: note: removing attribute http://schemas.android.com/apk/res/android:layout_toStartOf from <include>
    37. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\notification_template_big_media_narrow.xml:30: note: removing attribute http://schemas.android.com/apk/res/android:layout_alignParentEnd from <include>
    38. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\notification_template_big_media_narrow.xml: note: using v17 attributes; synthesizing resource com.XXXGames.GamesFive:layout/notification_template_big_media_narrow for configuration v17.
    39. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\notification_template_lines.xml:18: note: removing attribute http://schemas.android.com/apk/res/android:paddingEnd from <LinearLayout>
    40. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\notification_template_lines.xml:77: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from <LinearLayout>
    41. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\notification_template_lines.xml:96: note: removing attribute http://schemas.android.com/apk/res/android:paddingStart from <TextView>
    42. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\notification_template_lines.xml:64: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from <TextView>
    43. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\notification_template_lines.xml:27: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from <LinearLayout>
    44. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\notification_template_lines.xml: note: using v17 attributes; synthesizing resource com.XXXGames.GamesFive:layout/notification_template_lines for configuration v17.
    45. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\notification_template_media.xml:43: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginEnd from <include>
    46. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\notification_template_media.xml:33: note: removing attribute http://schemas.android.com/apk/res/android:layoutDirection from <LinearLayout>
    47. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\notification_template_media.xml: note: using v17 attributes; synthesizing resource com.XXXGames.GamesFive:layout/notification_template_media for configuration v17.
    48. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\notification_template_part_chronometer.xml:18: note: removing attribute http://schemas.android.com/apk/res/android:paddingStart from <Chronometer>
    49. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\notification_template_part_chronometer.xml: note: using v17 attributes; synthesizing resource com.XXXGames.GamesFive:layout/notification_template_part_chronometer for configuration v17.
    50. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\notification_template_part_time.xml:18: note: removing attribute http://schemas.android.com/apk/res/android:paddingStart from <DateTimeView>
    51. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\notification_template_part_time.xml: note: using v17 attributes; synthesizing resource com.XXXGames.GamesFive:layout/notification_template_part_time for configuration v17.
    52. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\select_dialog_multichoice_material.xml:18: note: removing attribute http://schemas.android.com/apk/res/android:paddingStart from <CheckedTextView>
    53. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\select_dialog_multichoice_material.xml:18: note: removing attribute http://schemas.android.com/apk/res/android:paddingEnd from <CheckedTextView>
    54. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\select_dialog_multichoice_material.xml: note: using v17 attributes; synthesizing resource com.XXXGames.GamesFive:layout/select_dialog_multichoice_material for configuration v17.
    55. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\select_dialog_singlechoice_material.xml:18: note: removing attribute http://schemas.android.com/apk/res/android:paddingStart from <CheckedTextView>
    56. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\select_dialog_singlechoice_material.xml:18: note: removing attribute http://schemas.android.com/apk/res/android:paddingEnd from <CheckedTextView>
    57. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\appcompat-v7-23.4.0\res\layout\select_dialog_singlechoice_material.xml: note: using v17 attributes; synthesizing resource com.XXXGames.GamesFive:layout/select_dialog_singlechoice_material for configuration v17.
    58. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_button_audio_toggle.xml:2: note: removing attribute http://schemas.android.com/apk/res/android:paddingStart from <RelativeLayout>
    59. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_button_audio_toggle.xml:61: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from <TextView>
    60. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_button_audio_toggle.xml:27: note: removing attribute http://schemas.android.com/apk/res/android:layout_alignParentStart from <RelativeLayout>
    61. C:\Users\XXXX\Documents\Games Five\Temp\StagingArea\android-libraries\unityads-release\res\layout\unityads_button_audio_togg<message truncated>
    62.  
    I tried to change platform and build tools but I don't find the good combinaison can anyone explain me how to find it ?

    Thanks, Kisoku
     
  34. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    As you can see in the end of the log you posted - the message is too long so it gets truncated.

    Usually, these errors are a result of duplicate libraries (the same library under different folders of your project, or different versions of the same library).

    Try to get the full build log to see the full error message and see if it gives any further information on what the problem is.
     
  35. Kisoku

    Kisoku

    Joined:
    Feb 18, 2015
    Posts:
    2
    Thanks I found my problem (a stupid space in the Facebook Id).
     
  36. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
  37. DudeInaScarf

    DudeInaScarf

    Joined:
    Jan 5, 2015
    Posts:
    9
    Hi all!
    I have and error when trying to build Android project on unity. It's started happened when i imported facebook 7.9.0 sdk for unity. I checked for spacings in app id and for repeated files, but it's still shown

    Code (CSharp):
    1. CommandInvokationFailure: Failed to re-package resources.
    2. /Users/Dudeinascarf/Library/Android/sdk/build-tools/25.0.2/aapt package --auto-add-overlay -v -f -m -J "gen" -M "AndroidManifest.xml" -S "res" -I "/Users/Dudeinascarf/Library/Android/sdk/platforms/android-23/android.jar" -F bin/resources.ap_ --extra-packages com.chartboost.sdk.unity:com.google.unity:com.oculus.Integration:com.unity3d.plugin.downloader:android.support.graphics.drawable.animated:android.support.v7.appcompat:android.support.v7.appcompat:android.support.v7.cardview:android.support.customtabs:com.facebook:com.facebook.android:com.google.android.gms.ads.impl:com.google.android.gms.ads:com.google.android.gms.auth.api:com.google.android.gms.auth:com.google.android.gms.base:com.google.android.gms:com.google.android.gms.clearcut:com.google.android.gms.drive:com.google.android.gms.games:com.google.android.gms.gass:com.google.android.gms.nearby:com.google.android.gms.tasks:android.support.v4:android.support.v4:android.support.graphics.drawable:com.unity3d.ads:com.unity3d.ads.android -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/OVRPlugin/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/UnityOBBDownloader/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/animated-vector-drawable-23.4.0/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/appcompat-v7-23.4.0/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/cardview-v7-23.4.0/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/customtabs-23.4.0/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/facebook-android-sdk-4.17.0/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/facebook-android-wrapper-7.9.0/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/play-services-ads-10.0.1/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/play-services-ads-lite-10.0.1/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/play-services-auth-10.0.1/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/play-services-auth-base-10.0.1/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/play-services-base-10.0.1/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/play-services-basement-10.0.1/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/play-services-clearcut-10.0.1/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/play-services-drive-10.0.1/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/play-services-games-10.0.1/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/play-services-gass-10.0.1/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/play-services-nearby-10.0.1/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/play-services-tasks-10.0.1/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/support-v4-23.4.0/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/support-v4-24.0.0/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/support-vector-drawable-23.4.0/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/unity-ads/res" -S "/Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/unityads/res"
    3.  
    4. stderr[
    5. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/abc_screen_toolbar.xml:27: note: removing attribute http://schemas.android.com/apk/res/android:touchscreenBlocksFocus from <android.support.v7.widget.ActionBarContainer>
    6. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/layout/abc_screen_toolbar.xml: note: using v21 attributes; synthesizing resource com.rastudiosgame.hermtest:layout/abc_screen_toolbar for configuration v21.
    7. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/appcompat-v7-23.4.0/res/drawable/abc_ratingbar_indicator_material.xml:23: note: removing attribute http://schemas.android.com/apk/res/android:tileModeX from <bitmap>
    8. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/appcompat-v7-23.4.0/res/drawable/abc_ratingbar_indicator_material.xml: note: using v21 attributes; synthesizing resource com.rastudiosgame.hermtest:drawable/abc_ratingbar_indicator_material for configuration v21.
    9. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/appcompat-v7-23.4.0/res/drawable/abc_ratingbar_small_material.xml:23: note: removing attribute http://schemas.android.com/apk/res/android:tileModeX from <bitmap>
    10. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/appcompat-v7-23.4.0/res/drawable/abc_ratingbar_small_material.xml: note: using v21 attributes; synthesizing resource com.rastudiosgame.hermtest:drawable/abc_ratingbar_small_material for configuration v21.
    11. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/facebook-android-sdk-4.17.0/res/drawable/com_facebook_favicon_blue.xml:21: note: removing attribute http://schemas.android.com/apk/res/android:viewportHeight from <vector>
    12. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/facebook-android-sdk-4.17.0/res/drawable/com_facebook_favicon_blue.xml:21: note: removing attribute http://schemas.android.com/apk/res/android:viewportWidth from <vector>
    13. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/facebook-android-sdk-4.17.0/res/drawable/com_facebook_favicon_blue.xml:26: note: removing attribute http://schemas.android.com/apk/res/android:fillColor from <path>
    14. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/facebook-android-sdk-4.17.0/res/drawable/com_facebook_favicon_blue.xml:26: note: removing attribute http://schemas.android.com/apk/res/android:pathData from <path>
    15. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/facebook-android-sdk-4.17.0/res/drawable/com_facebook_favicon_blue.xml: note: using v21 attributes; synthesizing resource com.rastudiosgame.hermtest:drawable/com_facebook_favicon_blue for configuration v21.
    16. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/values/values.xml:85: error: Attribute "navigationMode" already defined with incompatible format.
    17. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/appcompat-v7-23.4.0/res/values/values.xml:73: Original attribute defined here.
    18. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/values/values.xml:85: error: Attribute "displayOptions" already defined with incompatible format.
    19. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/appcompat-v7-23.4.0/res/values/values.xml:73: Original attribute defined here.
    20. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/values/values.xml:94: error: Attribute "buttonTintMode" already defined with incompatible format.
    21. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/appcompat-v7-23.4.0/res/values/values.xml:84: Original attribute defined here.
    22. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/values/values.xml:96: error: Attribute "showDividers" already defined with incompatible format.
    23. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/appcompat-v7-23.4.0/res/values/values.xml:86: Original attribute defined here.
    24. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/values/values.xml:100: error: Attribute "showAsAction" already defined with incompatible format.
    25. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/appcompat-v7-23.4.0/res/values/values.xml:90: Original attribute defined here.
    26. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/values/values.xml:108: error: Attribute "actionBarSize" already defined with incompatible format.
    27. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/appcompat-v7-23.4.0/res/values/values.xml:82: Original attribute defined here.
    28. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/appcompat-v7-23.1.1/res/values/values.xml:111: error: Attribute "backgroundTintMode" already defined with incompatible format.
    29. /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/appcompat-v7-23.4.0/res/values/values.xml:100: Original attribute defined here.
    30. ]
    31. stdout[
    32. Configurations:
    33. (default)
    34.  
    35. Files:
    36.   drawable/unityads_background_button_pause.xml
    37.     Src: () /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/unityads/res/drawable/unityads_background_button_pause.xml
    38.   drawable/unityads_icon_play.xml
    39.     Src: () /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/unityads/res/drawable/unityads_icon_play.xml
    40.   drawable/unityads_icon_speaker_base.xml
    41.     Src: () /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/unityads/res/drawable/unityads_icon_speaker_base.xml
    42.   drawable/unityads_icon_speaker_triangle.xml
    43.     Src: () /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/unityads/res/drawable/unityads_icon_speaker_triangle.xml
    44.   drawable/unityads_icon_speaker_waves.xml
    45.     Src: () /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/unityads/res/drawable/unityads_icon_speaker_waves.xml
    46.   layout/unityads_button_audio_toggle.xml
    47.     Src: () /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/unityads/res/layout/unityads_button_audio_toggle.xml
    48.   layout/unityads_button_pause.xml
    49.     Src: () /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/unityads/res/layout/unityads_button_pause.xml
    50.   layout/unityads_view_video_paused.xml
    51.     Src: () /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/unityads/res/layout/unityads_view_video_paused.xml
    52.   layout/unityads_view_video_play.xml
    53.     Src: () /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/unityads/res/layout/unityads_view_video_play.xml
    54.   values/strings.xml
    55.     Src: () /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/unityads/res/values/strings.xml
    56.   AndroidManifest.xml
    57.     Src: () AndroidManifest.xml
    58.  
    59. Resource Dirs:
    60.   Type drawable
    61.     drawable/unityads_background_button_pause.xml
    62.       Src: () /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/unityads/res/drawable/unityads_background_button_pause.xml
    63.     drawable/unityads_icon_play.xml
    64.       Src: () /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/unityads/res/drawable/unityads_icon_play.xml
    65.     drawable/unityads_icon_speaker_base.xml
    66.       Src: () /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/unityads/res/drawable/unityads_icon_speaker_base.xml
    67.     drawable/unityads_icon_speaker_triangle.xml
    68.       Src: () /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/unityads/res/drawable/unityads_icon_speaker_triangle.xml
    69.     drawable/unityads_icon_speaker_waves.xml
    70.       Src: () /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/unityads/res/drawable/unityads_icon_speaker_waves.xml
    71.   Type layout
    72.     layout/unityads_button_audio_toggle.xml
    73.       Src: () /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/unityads/res/layout/unityads_button_audio_toggle.xml
    74.     layout/unityads_button_pause.xml
    75.       Src: () /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/unityads/res/layout/unityads_button_pause.xml
    76.     layout/unityads_view_video_paused.xml
    77.       Src: () /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/unityads/res/layout/unityads_view_video_paused.xml
    78.     layout/unityads_view_video_play.xml
    79.       Src: () /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/unityads/res/layout/unityads_view_video_play.xml
    80.   Type values
    81.     values/strings.xml
    82.       Src: () /Users/Dudeinascarf/Desktop/Freelance/UpWork/AddMonetizations/Sources/Hermagedon (FREE)/Temp/StagingArea/android-libraries/unityads/res/values/strings.xml
    83. Including resou<message truncated>
    Thanks.
     
  38. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    From the error it can be seen that you have the same library included twice in your project:

    appcompat-v7-23.1.1
    appcompat-v7-23.4.0

    You should only ever have 1 copy for each native Android library you're using. Remove one of these and see if it helps.
     
    DudeInaScarf likes this.
  39. DudeInaScarf

    DudeInaScarf

    Joined:
    Jan 5, 2015
    Posts:
    9
    Oh you really helped me, thank you!!!
    And one more question, i have searched everywhere in the project folders (not in the unity editor but by finder) and in didn't show me any repeated files, but when i searched in the unity editor for appcompat it shows to me them both?
    P.S. sorry for my grammar English.
     
  40. rewagames

    rewagames

    Joined:
    Nov 21, 2016
    Posts:
    11
    Hi @liortal

    I am facing similar kind of problem and for the life of me i cannot figure out whats going on. Can you please have a look at attached error log and help me.
     

    Attached Files:

  41. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    You have some library included more than once:
    These resources are being defined more than once. Resources can be included directly (under a "res") folder, or inside an .aar file. You should look for these duplications.

    NOTE: if you're unable to solve this you can always contact me (see the link in my signature below).
     
  42. rewagames

    rewagames

    Joined:
    Nov 21, 2016
    Posts:
    11
    Thanks @liortal

    i removed play-services-base-9.4.0,play-services-basement-9.4.0,support-v4-23.0.0 aar files from
    Assets\Plugins\Android\libs folder as newer version was available in Assets\Plugins\Android folder.
    i do not get that error anymore but now a new error is coming. I checked my assets folder and there is no duplicate aar or jar file. Any idea what could be causing below error:


    DisplayProgressNotification: Build Failed
    Error building Player: CommandInvokationFailure: Unable to convert classes into dex format. See the Console for details.
    C:/Program Files/Java/jdk1.8.0_71\bin\java.exe -Xmx2048M -Dcom.android.sdkmanager.toolsdir="C:/Users/rakesh chauhan/AppData/Local/Android/android-sdk\tools" -Dfile.encoding=UTF8 -jar "C:\Program Files\Unity\Editor\Data\PlaybackEngines\AndroidPlayer/Tools\sdktools.jar" -

    stderr[
    Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/android/gms/internal/zzbz;
    Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/google/android/gms/internal/zzcn;
    2 errors; aborting
    ]
    stdout[
    processing archive E:\Unity\New folder\1.GPapk\BackUpBeforeLeaderBoardsSDK\MarsAttack4.7\Temp\StagingArea\android-libraries\GoogleAIDL\bin\classes.jar...
    processing com/android/vending/billing/BuildConfig.class...
    processing com/android/vending/billing/IInAppBillingService.class...
    processing com/android/vending/billing/IInAppBillingService$Stub.class...

    few thousand lines starting with processing....
     
  43. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    you still have duplicated java class in your android libraries somewhere. usually when i've seen this error, it happened due to a mix of different google play services versions.. check that all play services libraries are numbered with the same version... let me know if that helped.
     
    rewagames likes this.
  44. rewagames

    rewagames

    Joined:
    Nov 21, 2016
    Posts:
    11
    Thanks a lot @liortal
    you were spot on when you said it happens due to different versions. I had old version of Admob plugin, which was causing problems with latest google play services plugin. Upgrading Admob plugin solved the issue.
     
    liortal likes this.
  45. dvdkss

    dvdkss

    Joined:
    Jan 28, 2017
    Posts:
    3
    Hi @liortal

    I'm integrating Google Leaderboards in my game using Stan's Android Native Plugin, and I get a similar error when trying to build the apk, can you check it please?

    I guess the problem is that I have duplicates, but don't know exactly what to remove or change. I tried to delete some of the things listed in the error message, but they were regenerated when I tried to build the apk again.

    Thanks for your help in advance, here's the full error message: https://drive.google.com/file/d/0BxDuxFKbQNkiVFJVTlZlV0FKaWs/view?usp=sharing
     
  46. fox2965

    fox2965

    Joined:
    Jan 31, 2017
    Posts:
    2
    CommandInvokationFailure: Failed to re-package resources.
    /Users/artembaslak/android-sdks/build-tools/23.0.1/aapt package --auto-add-overlay -v -f -m -J "gen" -M "AndroidManifest.xml" -S "res" -I "/Users/artembaslak/android-sdks/platforms/android-23/android.jar" -F bin/resources.ap_ --extra-packages com.google.unity:com.google.android.gms:com.google.android.gms.ads.impl:com.google.android.gms.ads:com.google.android.gms.base:com.google.android.gms:com.google.android.gms.clearcut:com.google.android.gms.gass:com.google.android.gms.tasks:android.support.v4 -S "/Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/google-play-services_lib/res" -S "/Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/play-services-ads-10.0.1/res" -S "/Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/play-services-ads-lite-10.0.1/res" -S "/Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/play-services-base-10.0.1/res" -S "/Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/play-services-basement-10.0.1/res" -S "/Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/play-services-clearcut-10.0.1/res" -S "/Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/play-services-gass-10.0.1/res" -S "/Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/play-services-tasks-10.0.1/res" -S "/Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/support-v4-24.0.0/res"

    stderr[
    /Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/google-play-services_lib/res/layout/place_autocomplete_item_powered_by_google.xml:28: note: removing attribute http://schemas.android.com/apk/res/android:layout_toEndOf from <ImageView>
    /Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/google-play-services_lib/res/layout/place_autocomplete_item_powered_by_google.xml:28: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from <ImageView>
    /Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/google-play-services_lib/res/layout/place_autocomplete_item_powered_by_google.xml:8: note: removing attribute http://schemas.android.com/apk/res/android:layout_marginStart from <View>
    /Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/google-play-services_lib/res/layout/place_autocomplete_item_powered_by_google.xml: note: using v17 attributes; synthesizing resource com.codevision.mrmrssquare:layout/place_autocomplete_item_powered_by_google for configuration v17.
    /Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/google-play-services_lib/res/layout/place_autocomplete_item_prediction.xml:52: note: removing attribute http://schemas.android.com/apk/res/android:layout_toEndOf from <TextView>
    /Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/google-play-services_lib/res/layout/place_autocomplete_item_prediction.xml:35: note: removing attribute http://schemas.android.com/apk/res/android:layout_toEndOf from <TextView>
    /Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/google-play-services_lib/res/layout/place_autocomplete_item_prediction.xml:8: note: removing attribute http://schemas.android.com/apk/res/android:layout_alignParentStart from <include>
    /Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/google-play-services_lib/res/layout/place_autocomplete_item_prediction.xml: note: using v17 attributes; synthesizing resource com.codevision.mrmrssquare:layout/place_autocomplete_item_prediction for configuration v17.
    /Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/google-play-services_lib/res/layout/place_autocomplete_progress.xml:2: note: removing attribute http://schemas.android.com/apk/res/android:indeterminateTint from <ProgressBar>
    /Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/google-play-services_lib/res/layout/place_autocomplete_progress.xml:2: note: removing attribute http://schemas.android.com/apk/res/android:indeterminateTintMode from <ProgressBar>
    /Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/google-play-services_lib/res/layout/place_autocomplete_progress.xml: note: using v21 attributes; synthesizing resource com.codevision.mrmrssquare:layout/place_autocomplete_progress for configuration v21.
    /Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/google-play-services_lib/res/values/admob_ads_attrs.xml:10: error: Attribute "adSize" has already been defined

    /Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/google-play-services_lib/res/values/admob_ads_attrs.xml:17: error: Attribute "adSizes" has already been defined

    /Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/google-play-services_lib/res/values/admob_ads_attrs.xml:20: error: Attribute "adUnitId" has already been defined

    /Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/google-play-services_lib/res/values/base_attrs.xml:11: error: Attribute "buttonSize" has already been defined

    /Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/google-play-services_lib/res/values/base_attrs.xml:16: error: Attribute "colorScheme" has already been defined

    /Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/google-play-services_lib/res/values/base_attrs.xml:21: error: Attribute "scopeUris" has already been defined

    /Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/google-play-services_lib/res/values/common_attrs.xml:13: error: Attribute "imageAspectRatioAdjust" has already been defined

    /Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/google-play-services_lib/res/values/common_attrs.xml:22: error: Attribute "imageAspectRatio" has already been defined

    /Users/artembaslak/Downloads/For Buyers/The Project/MR_AND_MRS_SQUARE/Temp/StagingArea/android-libraries/google-play-services_lib/res/values/common_attrs.xml:27: error: Attribute "circleCrop" has already been defined

    ]
    stdout[
    Configurations:
    (default)

    Files:
    AndroidManifest.xml
    Src: () AndroidManifest.xml

    Resource Dirs:
    Including resources from package: /Users/artembaslak/android-sdks/platforms/android-23/android.jar
    applyFileOverlay for drawable
    trying overlaySet Key=common_full_open_on_phone.png
    trying overlaySet Key=common_google_signin_btn_icon_dark.xml
    trying overlaySet Key=common_google_signin_btn_icon_dark_disabled.9.png
    trying overlaySet Key=common_google_signin_btn_icon_dark_focused.xml
    trying overlaySet Key=common_google_signin_btn_icon_dark_normal.9.png
    trying overlaySet Key=common_google_signin_btn_icon_dark_pressed.9.png
    trying overlaySet Key=common_google_signin_btn_icon_light.xml
    trying overlaySet Key=common_google_signin_btn_icon_light_disabled.9.png
    trying overlaySet Key=common_google_signin_btn_icon_light_focused.xml
    trying overlaySet Key=common_google_signin_btn_icon_light_normal.9.png
    trying overlaySet Key=common_google_signin_btn_icon_light_pressed.9.png
    trying overlaySet Key=common_google_signin_btn_text_dark.xml
    trying overlaySet Key=common_google_signin_btn_text_dark_disabled.9.png
    trying overlaySet Key=common_google_signin_btn_text_dark_focused.xml
    trying overlaySet Key=common_google_signin_btn_text_dark_normal.9.png
    trying overlaySet Key=common_google_signin_btn_text_dark_pressed.9.png
    trying overlaySet Key=common_google_signin_btn_text_light.xml
    trying overlaySet Key=common_google_signin_btn_text_light_disabled.9.png
    trying overlaySet Key=common_google_signin_btn_text_light_focused.xml
    trying overlaySet Key=common_google_signin_btn_text_light_normal.9.png
    trying overlaySet Key=common_google_signin_btn_text_light_pressed.9.png
    trying overlaySet Key=cast_ic_notification_0.png
    trying overlaySet Key=cast_ic_notification_1.png
    trying overlaySet Key=cast_ic_notification_2.png
    trying overlaySet Key=cast_ic_notification_connecting.xml
    trying overlaySet Key=cast_ic_notification_on.png
    trying overlaySet Key=common_full_open_on_phone.png
    baseFile 0 has flavor hdpi-v4
    baseFile 1 has flavor xhdpi-v4
    overlayFile 0 has flavor mdpi-v4
    overlayFile 1 has flavor tvdpi-v4
    overlayFile 2 has flavor hdpi-v4
    overlayFile 3 has flavor xhdpi-v4
    overlayFile 4 has flavor xxhdpi-v4
    nothing matches overlay file common_full_open_on_phone.png, for flavor mdpi-v4
    nothing matches overlay file common_full_open_on_phone.png, for flavor tvdpi-v4
    found a match (2) for overlay file common_full_open_on_phone.png, for flavor hdpi-v4
    found a match (3) for overlay file common_full_open_on_phone.png, for flavor xhdpi-v4
    nothing matches overlay file common_full_open_on_phone.png, for flavor xxhdpi-v4
    trying overlaySet Key=common_google_signin_btn_icon_dark.xml
    baseFile 0 has flavor
    overlayFile 0 has flavor
    found a match (0) for overlay file common_google_signin_btn_icon_dark.xml, for flavor
    trying overlaySet Key=common_google_signin_btn_icon_dark_disabled.9.png
    baseFile 0 has flavor mdpi-v4
    baseFile 1 has flavor hdpi-v4
    baseFile 2 has flavor xhdpi-v4
    baseFile 3 has flavor xxhdpi-v4
    overlayFile 0 has flavor mdpi-v4
    overlayFile 1 has flavor tvdpi-v4
    overlayFile 2 has flavor hdpi-v4
    overlayFile 3 has flavor xhdpi-v4
    overlayFile 4 has flavor xxhdpi-v4
    found a match (0) for overlay file common_google_signin_btn_icon_dark_disabled.9.png, for flavor mdpi-v4
    nothing matches overlay file common_google_signin_btn_icon_dark_disabled.9.png, for flavor tvdpi-v4
    found a match (2) for overlay file common_google_signin_btn_icon_dark_disabled.9.png, for flavor hdpi-v4
    found a match (3) for overlay file common_google_signin_btn_icon_dark_disabled.9.png, for flavor xhdpi-v4
    found a match (4) for overlay file common_google_signin_btn_icon_dark_disabled.9.png, for flavor xxhdpi-v4
    trying overlaySet Key=common_google_signin_btn_icon_dark_focused.9.png
    trying overlaySet Key=common_google_signin_btn_icon_dark_normal.9.png
    baseFile 0 has flavor mdpi-v4
    baseFile 1 has flavor hdpi-v4
    baseFile 2 has flavor xhdpi-v4
    baseFile 3 has flavor xxhdpi-v4
    overlayFile 0 has flavor mdpi-v4
    overlayFile 1 has flavor tvdpi-v4
    overlayFile 2 has flavor hdpi-v4
    overlayFile 3 has flavor xhdpi-v4
    overlayFile 4 has flavor xxhdpi-v4
    found a match (0) for overlay file common_google_signin_btn_icon_dark_normal.9.png, for flavor mdpi-v4
    nothing matches overlay file common_google_signin_btn_icon_dark_normal.9.png, for flavor tvdpi-v4
    found a match (2) for overlay file common_google_signin_btn_icon_dark_normal.9.png, for flavor hdpi-v4
    found a match (3) for overlay file common_google_signin_btn_icon_dark_normal.9.png, for flavor xhdpi-v4
    found a match (4) for overlay file common_google_signin_btn_icon_dark_normal.9.png, for flavor xxhdpi-v4
    trying overlaySet Key=common_google_signin_btn_icon_dark_pressed.9.png
    baseFile 0 has flavor mdpi-v4
    baseFile 1 has flavor hdpi-v4
    baseFile 2 has flavor xhdpi-v4
    baseFile 3 has flavor xxhdpi-v4
    overlayFile 0 has flavor mdpi-v4
    overlayFile 1 has flavor tvdpi-v4
    overlayFile 2 has flavor hdpi-v4
    overlayFile 3 has flavor xhdpi-v4
    overlayFile 4 has flavor xxhdpi-v4
    found a match (0) for overlay file common_google_signin_btn_icon_dark_pressed.9.png, for flavor mdpi-v4
    nothing matches overlay file common_google_signin_btn_icon_dark_pressed.9.png, for flavor tvdpi-v4
    found a match (2) for overlay file common_google_signin_btn_icon_dark_pressed.9.png, for flavor hdpi-v4
    found a match (3) for overlay file common_google_signin_btn_icon_dark_pressed.9.png, for flavor xhdpi-v4
    found a match (4) for overlay file common_google_signin_btn_icon_dark_pressed.9.png, for flavor xxhdpi-v4
    trying overlaySet Key=common_google_signin_btn_icon_light.xml
    baseFile 0 has flavor
    overlayFile 0 has flavor
    found a match (0) for overlay file common_google_signin_btn_icon_light.xml, for flavor
    trying overlaySet Key=common_google_signin_btn_icon_light_disabled.9.png
    baseFile 0 has flavor mdpi-v4
    baseFile 1 has flavor hdpi-v4
    baseFile 2 has flavor xhdpi-v4
    baseFile 3 has flavor xxhdpi-v4
    overlayFile 0 has flavor mdpi-v4
    overlayFile 1 has flavor tvdpi-v4
    overlayFile 2 has flavor hdpi-v4
    overlayFile 3 has flavor xhdpi-v4
    overlayFile 4 has flavor xxhdpi-v4
    found a match (0) for overlay file common_google_signin_btn_icon_light_disabled.9.png, for flavor mdpi-v4
    nothing matches overlay file common_google_signin_btn_icon_light_disabled.9.png, for flavor tvdpi-v4
    found a match (2) for overlay file common_google_signin_btn_icon_light_disabled.9.png, for flavor hdpi-v4
    found a match (3) for overlay file common_google_signin_btn_icon_light_disabled.9.png, for flavor xhdpi-v4
    found a match (4) for overlay file common_google_signin_btn_icon_light_disabled.9.png, for flavor xxhdpi-v4
    trying overlaySet Key=common_google_signin_btn_icon_light_focused.9.png
    trying overlaySet Key=common_google_signin_btn_icon_light_normal.9.png
    baseFile 0 has flavor mdpi-v4
    baseFile 1 has flavor hdpi-v4
    baseFile 2 has flavor xhdpi-v4
    baseFile 3 has flavor xxhdpi-v4
    overlayFile 0 has flavor mdpi-v4
    overlayFile 1 has flavor tvdpi-v4
    overlayFile 2 has flavor hdpi-v4
    overlayFile 3 has flavor xhdpi-v4
    overlayFile 4 has flavor xxhdpi-v4
    found a match (0) for overlay file common_google_signin_btn_icon_light_normal.9.png, for flavor mdpi-v4
    nothing matches overlay file common_google_signin_btn_icon_light_normal.9.png, for flavor tvdpi-v4
    found a match (2) for overlay file common_google_signin_btn_icon_light_normal.9.png, for flavor hdpi-v4
    found a match (3) for overlay file common_google_signin_btn_icon_light_normal.9.png, for flavor xhdpi-v4
    found a match (4) for overlay file common_google_signin_btn_icon_light_normal.9.png, for flavor xxhdpi-v4
    trying overlaySet Key=common_google_signin_btn_icon_light_pressed.9.png
    baseFile 0 has flavor mdpi-v4
    baseFile 1 has flavor hdpi-v4
    baseFile 2 has flavor xhdpi-v4
    baseFile 3 has flavor xxhdpi-v4
    overlayFile 0 has flavor mdpi-v4
    overlayFile 1 has flavor tvdpi-v4
    overlayFile 2 has flavor hdpi-v4
    overlayFile 3 has flavor xhdpi-v4
    overlayFile 4 has flavor xxhdpi-v4
    found a match (0) for overlay file common_google_signin_btn_icon_light_pressed.9.png, for flavor mdpi-v4
    nothing matches overlay file common_google_signin_btn_icon_light_pressed.9.png, for flavor tvdpi-v4
    found a match (2) for overlay file common_google_signin_btn_icon_light_pressed.9.png, for flavor hdpi-v4
    found a match (3) for overlay file common_google_signin_btn_icon_light_pressed.9.png, for flavor xhdpi-v4
    found a match (4) for overlay file common_google_signin_btn_icon_light_pressed.9.png, for flavor xxhdpi-v4
    trying overlaySet Key=common_google_signin_btn_text_dark.xml
    baseFile 0 has flavor
    overlayFile 0 has flavor
    found a match (0) for overlay file common_google_signin_btn_text_dark.xml, for flavor
    trying overlaySet Key=common_google_signin_btn_text_dark_disabled.9.png
    baseFile 0 has flavor mdpi-v4
    baseFile 1 has flavor hdpi-v4
    baseFile 2 has flavor xhdpi-v4
    baseFile 3 has flavor xxhdpi-v4
    overlayFile 0 has flavor mdpi-v4
    overlayFile 1 has flavor tvdpi-v4
    overlayFile 2 has flavor hdpi-v4
    overlayFile 3 has flavor xhdpi-v4
    overlayFile 4 has flavor xxhdpi-v4
    found a match (0) for overlay file common_google_signin_btn_text_dark_disabled.9.png, for flavor mdpi-v4
    nothing matches overlay file common_google_signin_btn_text_dark_disabled.9.png, for flavor tvd<message truncated>
     
  47. fox2965

    fox2965

    Joined:
    Jan 31, 2017
    Posts:
    2
    Please Help)
     
  48. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    check if you have the same library included twice in your project:
    play-services-base and play-services-base-10.0.1

    only one of these should be left in the project as they appear to be the same thing...
     
  49. liortal

    liortal

    Joined:
    Oct 17, 2012
    Posts:
    3,562
    @fox2965 you also probably have duplicate libraries in your project.

    See if you have the play-services-xxxx.aar files along with the google-play-services_lib. This is a mixture of the same set of libraries twice. The google-play-services_lib is the "older" way of including google play services. there's no need for it if you already have all the libraries as .aar files (play-services-xxxx.aar)
     
    Heetz, rsodre, adri1992 and 2 others like this.
  50. Shaukeen

    Shaukeen

    Joined:
    Nov 27, 2014
    Posts:
    1
    This worked for me. Thanks ! and CHEERS !!
     
    liortal likes this.