Search Issue Tracker
By Design
Votes
0
Found in
2017.1.0b10
Issue ID
921514
Regression
No
VideoPlayer.url does not recognize null value
To reproduce:
1. Open attached project
2. Press play
3. Observe Console window
Expected: 'URL NULL" and "string NULL" printed out to console - both variables correctly assigned as null
Actual: 'URL NULL" not printed out to console - VideoPlayer.url is allowed to be null but is not recognized as such (picture VPDebug.png)
Reproduced in: 5.6.1p4, 2017.1.0b10, 2017.2.0a4
Note: suggestion would be to either forbid url to be null or fix the variable to be recognized as one
Note: check picture code.png to get familiar with used testing code
Note: VideoPlayer did not exist in earlier versions
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment