Kirill Klebanov
Kirill Klebanov
In Day 13 CoreImage Detectors, when debug on iPhone iOS 11 always crashes with bad access in videoDisplayView.display(). Without debug mode all works correct, and on iOS 8, 10 too.
Fix source in podspec
Для macOS Big Sur пункт меню устарел: Отключить значок клавиатуры и системный переключатель раскладок Новое местоположение файла: https://lolimay.cn/2020/03/05/workflow/mac/Remove-default-ABC-input-method-on-Mac/
**Describe the bug** About 1% of sessions on prod fail with error. **Repro Steps** I can't reproduce myself. **Screenshots** **Project info** iOS application Clarity version 1.0.1
Unity 6000.2.5f ArgumentNullException: Value cannot be null. Parameter name: type `VariableManager` ``` public void OnAfterDeserialize() { Variables.Clear(); for (int i = 0; i < VariableValues.Count; i++) Variables.Add(SerializedData.Deserialize(VariableValues[i]) as Variable); }...