Skip to content

Releases: StansAssets/com.stansassets.scene-management

0.1.1-preview

16 Dec 14:41
e76da23
Compare
Choose a tag to compare

Fixed dependency on Dev Kit 1.0.3

0.1.0-preview

17 May 12:57
1aae3b5
Compare
Choose a tag to compare

Added State Stack Visualizer UI.

0.0.20-preview

18 Feb 17:39
8f151f6
Compare
Choose a tag to compare

Changes

  • chore: Incremented version - 0.0.20-preview @PavelKlym
  • feat: Added ability to override Addressables build process @PavelKlym
  • fix: Hid delegate to prevent subscription @PavelKlym
  • feat: Added ability to override Addressables build process @PavelKlym
  • chore: icon @stan-osipov

0.0.19-preview

24 Jan 15:50
43fc45d
Compare
Choose a tag to compare

Changes

  • feat: scene service now also returns a scene. @stan-osipov
  • fix: progress listener reworked to only allow explicit done action. @stan-osipov
  • fix: crash when no platform is set. @stan-osipov
  • chore: Add Build Settings Scenes to Default window menu item @stan-osipov
  • feat: build system support @stan-osipov
  • feat: addressable menu added into the window @stan-osipov
  • fix: null scene path fix @stan-osipov
  • chore: LoadAdditivelyWithConfigurationAvailabilityCheck removed @stan-osipov
  • fix: Skipped Unity scene loaded/sceneUnloaded callbacks for Addressable @PavelKlym

0.0.18-preview

29 Oct 12:17
95fe80d
Compare
Choose a tag to compare

Empty platfrom setting validation quick fix @PavelKlym

0.0.17-preview

21 Oct 23:29
87a1e54
Compare
Choose a tag to compare
  • AdditiveScenesLoader critical fixes

0.0.16-preview

18 Oct 09:28
Compare
Choose a tag to compare
  • ISceneLoadService now has generic param
  • ISceneDelegate.OnSceneLoaded / ISceneDelegate.OnSceneUnload removed
  • Added warnings on recompile when missing/duplicated scenes present in configuration (validator), red color UI when the empty scene, many extensions for BuildConfigurtation class to unify the process of fetching scenes for a build.
  • Throw an exception when loads a scene that is not present in the build configuration
  • minor UI fixes/updates

0.0.15-preview

02 Oct 13:05
d4ebdde
Compare
Choose a tag to compare

Addressable scenes loading fixes.

0.0.14-preview

25 Sep 14:10
1a354e4
Compare
Choose a tag to compare

BuildConfigurationSettings is not Editor only.

0.0.13-preview

25 Sep 13:37
682e567
Compare
Choose a tag to compare

Unity addressables integration.