dongju.jeong Posted March 11, 2021 Posted March 11, 2021 (edited) The host used is a program that has been used for a long time. It is not accurate, but this problem seems to have occurred after installing the latest version of Unigine. I think we need to fix our host because it doesn't happen when we use Hemu. Why is the world repeatedly loaded? Does it usually occur when IG Control packets are used incorrectly? We sent a message from the host, including IG Control packets, every frame.(Renew host frame count parameters every time) Edited March 11, 2021 by dongju.jeong
dongju.jeong Posted March 11, 2021 Author Posted March 11, 2021 (edited) After reading the Cigi document, I changed the logic for database num a little bit. Is this the right way to do it? Edited March 11, 2021 by dongju.jeong
cash-metall Posted March 11, 2021 Posted March 11, 2021 yes you are right, but you need also check negative(inverse) value of g_IG_DBNum while database is loading something like that IGCtrl.SetDataBaseID((database == g_IG_DBNum) || (database == uint8_t(-g_IG_DBNum)) ? 0 : database); 1
Recommended Posts