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:
2026-03-12 04:46:43 -04:00
parent 6ba521ea56
commit b0995571c0
84 changed files with 4638 additions and 421 deletions
@@ -149,11 +149,11 @@ public class CaseVideoSyncPlayer : UdonSharpBehaviour
_OldVideoIndex = -1;
_CaseVideoListCache = (VRCUrl[])_CaseVideoList.Clone();
}
//if (_VideoIndex != _OldVideoIndex)
//{
// _LoadNewVideoIndex();
//}
if (_VideoIndex != _OldVideoIndex)
{
_LoadNewVideoIndex();
}
}