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
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
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.