Sergei Ivanov
Sergei Ivanov
I import this package to my PCL project and Droid but when i start program i see this error: System.NullReferenceException: 'Object reference not set to an instance of an object.'
I would like the car to turn on its side when turning at high speed, but no matter how I adjusted the parameters of the undercarriage, nothing happens
My code: https://pastebin.com/nkDgd2TR I run it but nothing happens Here is what is displayed in the console: 133
# Broken TextMeshPro Extensions Extensions | Text Mesh Pro :-------------------------:|:-------------------------:  |  [You can use extension methods to extend a class or interface, but not to override them. An...
There are a lot of difficulties in using the library without rewriting the source code for concrete projects For example, ChunkManager does not always have up-to-date information, public methods such...
I wanted to build my game based on your library and add a block building system, but there is one problem: if I put a new block and then walk...
I use MemoryPack to save building information in the game world. And everything works fine usually, hundreds of people downloading and saving their builds at the same time. But when...
We've encountered a significant issue with the your JSON parser, which mishandles certain unescaped backslashes (`\`), quotation marks (`"`), or other control characters correctly. This limitation causes our UI to...
В конструкторе BaseEvent есть следующая строка: https://github.com/NightStrang6r/FunPayVertex/blob/350d376919c85314d49b87695a745cee7d27f7a0/FunPayAPI/updater/events.py#L24 Судя по контексту, проверка должна быть не на event_type, а на event_time. В текущем виде, если event_type задан, но event_time — None, поле...