평점 만점의 리뷰가 11,000개 이상
8만 5천명 이상의 리뷰
10만명 이상의 포럼 멤버가 선호하는 에셋
유니티에서 모더레이팅하는 모든 에셋
Unity Version | Built-in | URP | HDRP |
---|---|---|---|
2022.2.9f1 | Compatible | Compatible | Compatible |
ScenesDot can be implemented into any type of project. It was designed to make accessing scene names easier while coding.
It is easy to forget the names of scenes, make a typo, or forget to add the scene to the build. ScenesDot reads from the list of scenes in the build and will add those scenes to an enum. In your script import the ScenesDot namespace, and then you can simple type "Scenes" followed by a dot (period) to get the list of your scenes in the build. It harnesses the power of enums to give you access to your scene names.
Plus if you change the name of a scene that you were loading, this asset will immediately throw an error on the lines of code that were still referencing the old scene name.