Search Issue Tracker
Fixed in 4.3.X
Votes
0
Found in
4.3.0b3
Issue ID
565865
Regression
No
new proxy option doesn't check for lowercase env variables
When setting the proxy settings via the gui the env variables are added to the file in all lower case which the unity app doesn't pick up on.
-repro:
--build scene that uses the www class to get something from the net
--make a linux build
--under ubuntu: enter http + https proxies under System Settings > Networking > Proxies
--open etc/environment and see lowercase variables
--start wireshark and start capturing
--run unity app
--NOTICE unity app not using the proxies
--edit variables to all upper case
--run unity app again
--notice it now using the proxies
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The cursor moves into wrong place when renaming folder/asset
- Assertion error "(dx - width < padding) || (dy - height < padding)" when using Pack Preview
- [Memory Profiler] The EntryType.NativeAllocationSites_MemoryLabelIndex of snapshots only reports -1 or 0 instead of the MemLabel used for allocations made from any call site.
- [Vulkan] Artifacts appear in the Player when using Screen Space shadows with orthographic camera
- Errors OnGUIDepth changed & GUIUtility:ProcessEvent when opening Textures with Third Party App
Add comment