stilnat
stilnat
I'm trying to make a request to get pages in a given categories, but only a fixed number of them. I know that to get all of them one can...
On a clean install of version 2.21 on Windows 10, I can't see any characters on the app. _Here is the log just after opening the app : 2021-04-14 02:44:33,229...
added exercise 5.2
## Summary as pointed out by @Em3rgencyLT , using assemblies will be beneficial for the project. Unity's doc about assemblies is pretty good : https://docs.unity3d.com/Manual/ScriptCompilationAssemblyDefinitionFiles.html The advantages are : -...
## Summary Checking the profiler, I noticed that the FieldOfView script is now taking a good chunk of the computation time per frame, it's in light blue on the picture...
## Summary Movement happens completely client side currently. It's an open door to all kind of cheats. We need the server to check if movements are legit, and to handle...
### Summary Many colliders in the game should be modified, either to account for particular elements of gameplay or for performance. This could be done in a systematic way, by...
## Summary It appears that at some given point/angles, convex mesh colliders don't register raycast hits, which is an issue for the examine system among other things. ## Steps to...
## Summary Some containers could have a special UI, the ID console was mentioned in particular. The basic container interactions should be preserved by the UI. As a suggestion, it...