Search Issue Tracker
Fixed in 2019.2.X
Votes
1
Found in
2018.3.0a6
2018.3.6f1
Issue ID
1129771
Regression
Yes
[iOS] In the generated XCode project all files which are in a ".plugin" Plug-in file becomes a Folder
To reproduce:
1. Download attached project "UnityPluginTest.zip" and open in Unity
2. In Project view observe that there is a "Test.plugin" folder and in it, there is "Test.cs" script
3. Build for iOS
4. Open folder where You built Xcode project and open "Libraries" folder in it
5. Find "Test.plugin" Plug-in file, right click it and press "Show Packages Content"
Expected results: Under Libraries/Test.plugin, there's "Test.cs" file
Actual results: Under Libraries/Test.plugin, there's no "Test.cs" file but a "Test.cs" folder
Notes:
- From Unity 2018.3.0a6 to Unity 2018.3.3f1 under Libraries folder there is no "Test.plugin" Plug-in file but only "Test.cs" file
Reproduced on Unity 2018.3.0a6, 2018.3.7f1, 2019.1.0b5 and 2019.2.0a6
Not reproduced on Unity 2018.2.20f1 and 2018.3.0a5
Regression on Unity 2018.3.0a6
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Terrain Tree cast Realtime and Baked shadows simultaneously when "Mixed" Light mode and "Subtractive" Baked Illumination is used in Edit mode
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
Add comment