Maxime66410
❔ [Resolved] How to delete the OBJ folder after a build
Hello it's been several days that when I try to build it gives me this error:
I found a solution for this problem, delete the contents of the OBJ folder with each build, so I went to find out how to do it, however I found several solutions for Rider or VS.
Everyone says it works, that's how it should be done, whereas on my side it doesn't work.
In file .csproj, between
<Project></Project>
3 replies
✅ [Resolved] [Unity] Procedural animation for a crab with Rigging animation & Inverse kinematic
I work on unity, I have to completely change my script which allows to do procedural animation in reverse kinematic, in fact to explain to you I have a crab with 8 legs, each with 4 pivot points, and I want to do so that when the crab moves the legs also, via procedural animation.
I have already created a script to do all this, however sometimes the point remains in place, impossible to reset it, even with checks, whether in the calculation, out of the calculation, and even by forcing with Tasks etc..
So I would like to know if some here could help me fix this bug, or completely redo everything to start from a good base.
Here is my full script.
11 replies