Deepscorn's blog
Страницы
(Переместить в ...)
Blog
Games
Serpent's Madness
Contact
▼
воскресенье, 30 июля 2023 г.
Yuzu emulation with rx 580
›
Recently, I've had an experience of running nintendo switch games on windows 10 using Yuzu emulator on amd gpu. Setup: Amd Radeon RX 58...
четверг, 12 мая 2022 г.
How to fix most "LAN server not found" problems in Windows 10
›
Hello, guys! Most of the solutions found in internet, even from support (example here ) talks about machines must be reachable and be on sa...
вторник, 6 августа 2019 г.
Unity code: assets saving and importing
›
When you have unsaved changes, you need this method: AssetDatabase.SaveAssets(); When you changed assets externally: AssetDatabase.ImportA...
четверг, 31 августа 2017 г.
Опасный DontDestroyOnLoad
›
DontDestroyOnLoad позволяет компоненте пережить загрузку/перезагрузку сцены. По сути они живы пока жив процесс приложения. Порой, их станов...
четверг, 15 июня 2017 г.
When Unity loads obb automagically?
›
When Unity loads obb automagically? When it resumes from pause. So, UnityObbDownloader plugin works because it starts it's own activity...
воскресенье, 21 мая 2017 г.
How Unity notifies about innerException: rethrow in stack
›
Suppose code: public void TestCodeBelowRxChainExecutedDueExceptionHandled () { UiLogger.Trace( "1" ); ...
суббота, 13 мая 2017 г.
Unity's player setting Logging: ScriptOnly vs Full. What does it mean?
›
As said in docs , Full enables output of native stack traces in addition to managed once. Example:
›
Главная страница
Открыть веб-версию