Wojciech Figat

Results 194 comments of Wojciech Figat

Okay so in terms of delta time stability for the Update using paired mode looks the same as using current separated mode with both update and draw at 60 FPS:...

So we need sth like **Canvas Scaler** I guess but let's make it in-built inside **UI Canvas**.

For variable-type nodes Visject picks the first input type so bool/int in this case: ![image](https://user-images.githubusercontent.com/3464853/125064054-84188f00-e0b0-11eb-97f2-e254f4a0a86b.png) So logic matches the visual appearance in UI. I wonder if we should change it?...

I just tested and I was able to use namespaces for Scripts inside plugin projects. What has exactly the script you've created to cause this problem? (no need whole impl,...

I have some problems merging this one. Specifically modified assets using LFS are failing to fetch: ``` $ git lfs fetch --all fetch: 988 object(s) found, done. fetch: Fetching all...

While engine itself supports UTF-16 all over the place we have problematic libs using pure-ansi `char*`: * Mono - probably we will need to duplicate `Mono` files into temp directory...

Could you share the original fbx files? So we could fix the importer. Probably problem related to invalid bind pose in the skinned model: ![image](https://user-images.githubusercontent.com/3464853/125062375-9c87aa00-e0ae-11eb-90af-18bfa908f523.png) (I guess animation is fine,...

It's not updating because text field sets the property value on the editing end.

Does #542 helped with this issue?

So I guess it's related to prefab serialization of dictionaries.