This is a big one:
- Added more camera switches to the end of round 3. - Made round 3 camera animations reset more reliably. - Added more decorations, including self-updating Wanted and Missing posters. - Added a crook portrait for Carmen Sandiego as part of the above. - Uncommented seemingly useless code in CaseVideoSyncPlayer; not so useless. - RandomVideoPlayer now sets ownership properly on ownership transfer. - Location board crook portraits no longer use a shared material. - Lowered resolution of crook portraits. - Paper materials now have their normal map on the detail UVs instead. - Drew more of Robocrook's lower half, and filled out his portrait more.
This commit is contained in:
@@ -149,11 +149,11 @@ public class CaseVideoSyncPlayer : UdonSharpBehaviour
|
||||
_OldVideoIndex = -1;
|
||||
_CaseVideoListCache = (VRCUrl[])_CaseVideoList.Clone();
|
||||
}
|
||||
|
||||
//if (_VideoIndex != _OldVideoIndex)
|
||||
//{
|
||||
// _LoadNewVideoIndex();
|
||||
//}
|
||||
|
||||
if (_VideoIndex != _OldVideoIndex)
|
||||
{
|
||||
_LoadNewVideoIndex();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user