Search Issue Tracker
Duplicate
Votes
0
Found in
4.5.0f1
Issue ID
605244
Regression
No
[WP8] Update method from parent class is not called on WP8
To reproduce:
1. Open attached repro package
2. Open scene "kek"
3. Enter play mode - note the log "This update is never run on WP8"
4. Build for WP8 (with kek scene included)
5. Open up VS and deploy in debug mode
6. Inspect the output - the loading logs are still printed, but not the "This update is never run on WP8" log
Looks like a chain of inheriting classes leading up to a monobehavior "BehaviourExt", the Update method is in the "ProtobufSettings" class.
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
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
This is a duplicate of issue #601640