v2.0.0 #4
notreux
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Changelog v2.0.0
Many things have been changed for the long term health of the project, the following updates will be less likely to break your code probably. It is strongly recommended to go through the tutorial again to learn the new way of working with upside engine.
Breaking Changes
The :Create() method has been replaced by .new(name: string)
The :GetService() method has been replaced by .GetService(name: string)
The :Extend() method has been deleted
DrawPixels() method has changed all its parameters by the pixel size of the lights
Scene instance now is a folder
Removed default ScreenGui
The "Load" and "Unload" methods of the sceneManager have been removed and replaced by the "Enable" and "Disable" scene methods
The "FindByName" and "HasOne" methods has been removed from the scene object
Features
This discussion was created from the release v2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions