zendorx
zendorx
same for 2021 unity
found the reason. It because component contains int2 property. And workaround here?
Also sprite pivots need for frame animations for sprites with different sizes
It does work for output window. I assume it possible do the same for log
BTW it does work in debug console. But if path is full. Maybe there some way to specify some regex for it
Update, if FarZ + NearZ == 0 than world position is right in space of camera object. But if NearZ -1 and FarZ 5000 than it returns coordinate far from...
I open file like that from terminal `/Applications/Android\ Studio.app/Contents/MacOS/studio . --line 100 "/Users/ds/rpg/defold/rpg/im/debug_utils.lua"`
As idea for Editor 3.0. Flutter has great [plugin](https://github.com/flutter/flutter-intellij) for Android Studio with open source. It can run apps on any emulator and web. It can hotreload it and support...
Right, but I think it good to have some asserts or debug mode errors that help to find out what problem is. Because it is not obvious that method that...
I also wanted to ask how to do it right in that case. I create entity with command buffer and I need to save reference for it. It there some...