Search Issue Tracker
Fixed in 1.38.3
Votes
1
Found in [Package]
1.38.2
Issue ID
1184070
Regression
Yes
[Oculus] Cannot build for Oculus Quest in 2018.4 when using .Net 3.5
New projects created in 2018.4 default to .Net 4.x. If a user upgrades an old project or starts a new one and that uses the deprecated .Net 3.5, they will receive an error if the Oculus Android package is installed:
/Library/PackageCache/com.unity.xr.oculus.android@1.38.2/Editor/OculusBuildProcessor.cs(125,49): error CS1501: No overload for method `GetValue' takes `1' arguments
Comments (2)
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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
- Editor crashes on D3D12GetInterface when repeatedly enabling and disabling 256 text components
phil4107
Sep 15, 2019 18:34
Go to Player Settings > Other Settings and under 'Configuration' set 'Scripting Runtime Version' to '.Net 4.x Equivalent'
AkiRa984
Sep 14, 2019 19:02
I have the same issue. Reinstalling the Oculus package didn't help.