Search Issue Tracker
Fixed in 2018.2.16f1
Duplicate in 2018.2.X
Votes
1
Found in
2018.2.0a1
2018.2.8f1
Issue ID
1092532
Regression
Yes
[2018.2] The condition for ignoring importing files inside Assets/Plugins/Android/ stopped working
To reproduce:
1. Download the attached project "New Unity 2018.2 Project.zip" and open in Unity
2. Select "mraid.js" in Assets/plugins/android/assets/js folder and Reimport it
Expected result: Unity should ignore any files inside Assets/plugins/android/assets
Actual result: See errors in Console related to the compilation of this file:
"Assets/plugins/android/assets/js/mraid.js(10,45): BCE0043: Unexpected token: =."
"Assets/plugins/android/assets/js/mraid.js(11,37): BCE0043: Unexpected token: =."
"Assets/plugins/android/assets/js/mraid.js(194,13): UCE0001: ';' expected. Insert a semicolon at the end."
"Assets/plugins/android/assets/js/mraid.js(263,40): BCE0044: unexpected char: 'u'."
Notes:
- This issue appears on both Windows and macOS
Reproduced on Unity 2018.2.0a1, 2018.2.14f1 and 2018.3.0a10
Not reproduced on Unity 2018.1.9f2, 2018.3.0a11 and 2019.1.0a6
Regression on Unity 2018.2.0a1
Comments (1)
-
MrPercheul
Oct 29, 2018 19:11
Exact Same Issue, this complexify working with plugins such as Appodeal
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- GfxDevice::UpdateBufferRanges when running UIBuilder tests
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
Resolution Note (fix version 2018.2.16f1):
fix to Ignore source files in special folders