Search Issue Tracker
Fixed in 2017.2.0f3
Fixed in 2017.2.X, 2017.3.X
Won't Fix in 5.6.X, 2017.1.X
Votes
0
Found in
5.6.1f1
Issue ID
910488
Regression
Yes
[UWP] WWW does not read a local file in UWP build when .NET
Steps to reproduce:
1. Open the attached project(localWWW.zip)
2. Open the Assets/localWWW.unity scene
3. Switch platform to Windows Store
4. Go to Pictures, create a folder, create a text file with any content in that folder
5. Update the script in the repro project to point to the text file you just created
6. Build for WSA Universal 10 SDK, Build type - XAML
7. Open Visual Studio solution
8. Update the Package.appxmanifest file capabilities. Add the Pictures library capability, so you can access the file created in step 4
9. Deploy on local machine (Debug)
10. Observe the Output console, both calls to WWW fails
Expected result: WWW should read the local file
Actual result: WWW does not read the local file
Note:
In Editor works fine
Reproduced with: 5.5.1p4, 5.5.3p3, 5.6.1f1, 5.6.1p1, 2017.1.0b5
Not reproduced with: 5.5.1f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Volume" Component documentation link is missing
- GUI.TextField cursor is misaligned from text when setting Content Offset on GUI Skin
- The beginning of the Animation doesn’t start at the correct position when it's being enabled through a Trigger event and the Physics Simulation mode is set to "Update"
- Values are cut off between Visual Scripting Node links when in Play mode
- UI Toolkit Style is inconsistent when using Style Classes named using digits
Add comment