Anton Smetanin
Anton Smetanin
I'm having the same issue with this file: http://beta.unity3d.com/download/d691e07d38ef/LinuxEditorInstaller/Unity.tar.xz ```rust fn main() { let mut file = std::io::BufReader::new(std::fs::File::open("Unity.tar.xz").unwrap()); let mut decomp: Vec = Vec::new(); lzma_rs::xz_decompress(&mut file, &mut decomp).unwrap(); } ```...
@russellquinn I can't seem to reproduce it. Does this happen every time you save the scene? When you look at the diff, does it show any changed objects other than...
This update seems to have caused more problems than it was supposed to solve. Anyway, I've been able to reproduce the material being recreated by closing the scene, then opening...
I'm also getting the same error when trying to install [cargo2nix](https://github.com/tenx-tech/cargo2nix) in WSL. Is there any way around this?
I had the same issue. WiFi was working fine until two days ago when it suddenly stopped. But updating from 3.7.8 to 3.7.12 beta seems to have helped, so I...