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
- Assigned font's bold/font-weight styles render using Default Font's assets when Default Font has corresponding style assets defined in TMP Settings
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
Add comment