Devashish Lal

Results 17 comments of Devashish Lal

I added ninja to the preset path and got another error that rc command was not found (part of windows sdk) So I assumes that in case of CMakepresets.json the...

you could also look into how open upm recommends setting up [upm respositories](https://openupm.com/docs/managing-upm-project.html). basically they use the default unity project as the repo and create release branches using git sub...

This is similar too 2 way binding in angular, Suppose I have a text input field and a plain old text widget. I would like to have the value from...

Did anybody find a solution to this ? we have a few integration tests that use mongo transaction for some reason they don't work on mongo2go 2.1.16 but work fine...

> > but the problem is that some modules depend on if the relative asset is present (like TextMesh Pro) so they need to be activated/deactivated > > How about...

You can use 3D Height Map that generates Caves. but I suppose you are looking for proper world generation something like minecraft. I do plan to add a world generation...

I was pondering on the same issue for a while, I was thinking of having 2 Materials (One base martials with texture arrays) and one for fluids like water with...

I'll be re-implementing a character controller for the demo, this would function more like Minecraft and have collisions