Vlad
Vlad
### Please fill in the following fields: Unity editor version: 2019.2.14f1 Firebase Unity SDK version: 6.8.1 Firebase plugins in use (Auth, Database, etc.): Crashlytics Additional SDKs you are using (Facebook,...
Need to investigate the code, and think of some hook script ideas, that will allow to customize AI behavior. Keep these possible goals in mind while searching for hook opportunities:...
I'm using bootstrap with bootstrap modals. I have main viewModel for page itself (`applyBindings()` on main content DIV element) and another viewModel for my modal window (another call to `applyBindings()`)....
**Map**: klamall **Compiler**: MSVC 2017 **OS**: Windows 7 x64 **Resolution**: 640x480 (windowed) About 200 FPS in Release configuration and 10-15 FPS in Debug (both x64).
**Map**: klamall  If you look at the doors in the north of start position, there are gaps between the doors and walls around them. Seems like some kind of...
I think current design with type enum and large switch/case block is flawed. - Every time you need new button, you have to modify ImageButton class - If you will...
Some kind of ini setting to list which subsystems (like renderer, scripts, resource manager, etc.) to monitor in logs. This will help to debug only specific systems in real time.
### Description A Segfault when trying to open inventory after acquiring new item via dialogue. `InventoryItem.cpp:137` (render function) ### System OS: Ubuntu 17.04 x64 Compiler: GCC ### Steps to reproduce...
I see several issues with current translate() function: 1. Every time function is called, it loads and executes .lua script without caching anything. 2. There is a separate lua_State for...
### Description A Segfault in unique_ptr move assignment when taking premade character after cycling between characters. `Game.cpp:194` ### System OS: Ubuntu 17.04 x64 Compiler: GCC ### Steps to reproduce 1....