You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`AudioPlayerOrb`|`LegacyAudioPlayer`| Use the `AudioPlayerInterface` that uses `EntityInterface`|
34
35
|`color`|`colorX`| Not everything will be `colorX`, they are two separate Types, however most usage will change to `colorX`|
35
36
|`CommonTool`|`InteractionHandler`||
36
37
|`ComponentAttacher`|`ComponentSelector`||
37
38
|`FriendsDialog`|`ContactsDialog`| Friends are now referred to as Contacts more universally |
38
39
|`LogixBrowser`|`ComponentSelector`|`ComponentSelector` starting from a different root location for selecting nodes |
39
40
|`StatusManager`|`EngineStatusSource`| Also inherits `IUserStatusSource`|
40
41
|`Tooltips`|`Tools`||
42
+
|`VideoPlayer`|`LegacyVideoPlayer`| Use the `VideoPlayerInterface` that uses `EntityInterface`|
41
43
42
44
# Modloader
43
45
44
-
[NeosModLoader](https://github.com/neos-modding-group/NeosModLoader) change to [ResoniteModLoader](https://github.com/resonite-modding-group/ResoniteModLoader)
|`SplashChanger`|`LoadProgressIndicator`| Re-added as of 2.5.0|
54
54
|`[module: Description("POSTX_PROCESSED")]`|`[module: Description("FROOXENGINE_WEAVED")]`| Plugins now are `Weaved` when loaded, this is done in `FrooxEngine.Weaver`|
0 commit comments