OmiCron07
OmiCron07
It's already to true.
What do you think about physics interaction with ECS/Entitas? If we need to interact with the physics, where would you put the "logic"? Here my example : I have a...
Thank you for the responses, will check it out how it turns out.
Unity editor can serialize Vector3 and Vector3ReactiveProperty fields. I'm wondering if your JSON class is not obsolete since Unity provide built-in JSON serialization now that works with primitive/Unity types?
I cringe a little when I have to write public fields instead of properties for Unity can serialize them... So I vote for JSON.Net.
I don't think I want to be full scene first, but maybe a hybrid. Possibly I will learn from my errors?! No problem. I already started a sample on my...
Just to be clear, I want the analyzer to give me errors when there are new properties that are not in the mapping, because of newly added properties for example....
I have the exact same problem. Before, the send was blocking the execution until the end of the message method. When I put async to the message method to be...
I'm at version 2.4, and I haven't found a way to use it with a multi-desktop properly. The explorer window should remain separated for each desktop and open a new...
Thank you for the CTRL+SHIFT tip ! I accidentally found an interesting workaround. Instead of Ctrl+Alt+D, you can put the mouse left button, so if you focus the explorer that...