Ninjutsu Games
Asset StoreYoutubeTwitterInstagramSupport
  • 🖐️Welcome!
  • Game Creator 2
    • ☢️Fusion Module
      • Setup
      • Sessions
      • Characters
      • Variables
      • Remote Procedure Calls
      • Settings
      • User Interface
      • References
        • Shutdown Reasons
      • Guides
        • How to test my game
        • How to toggle Debug mode
        • How to Update Fusion SDK
      • Releases
      • 🤝Fusion Factions
        • Releases
      • 💫Fusion Stats
        • Releases
      • 📦Fusion Inventory
        • Releases
      • 🧙Fusion Abilities
        • Releases
      • ⚔️Fusion Melee
        • Releases
      • 🔫Fusion Shooter
        • Releases
    • 🤝Factions
      • Setup
      • Faction Asset
        • Settings Editor
      • Member
        • Memory
      • Visual Scripting
        • Conditions
        • Events
        • Instructions
        • Properties
      • User Interface
      • Releases
      • 🌐Photon Factions
    • 🎮Coop
    • 👑Loot Locker
      • Getting Started
      • Authentication
        • Guest
        • White Label
        • Google
        • Steam
        • Apple Sign In
      • Sessions
      • Save Load
      • Players
        • Player Storage
        • Names
      • Leaderboards
        • Visual Scripting
      • Messages
      • Progressions
      • Replenish System
      • Date Time
        • Server Time
      • Handling Errors
      • Releases
    • 🤖State Machine 2
      • Graph Editor
      • State Machine Runner
      • Nodes
        • Node Features
      • Variables
      • Shortcuts
      • Releases
    • 🌐Photon Module 2
      • Overview
      • Releases
      • 🔫Photon Shooter
        • Getting Started
        • Releases
      • 💫Photon Stats
        • Releases
      • 📦Photon Inventory
        • Overview
        • Releases
      • 🧙Photon Abilities
        • Releases
      • ⚔️Photon Melee 2
        • Troubleshooting
        • Releases
  • Game Creator 1
    • Photon Network
      • Overview
      • Characters
      • Network Items
      • Actions
      • Conditions
      • Triggers
      • Guides
        • How to Connect and Instantiate your Player
        • Instantiation Options
        • How to Sync Attachments
        • How to display room or other network information
        • How to setup Camera Motor
        • How to test my game
      • Sub-Modules
        • 🏃Photon Traversal
        • ⚔️Photon Melee
        • 🔫Photon Shooter
          • Changelog
      • Changelog
    • State Machine
      • Editor Graph
        • Nodes
        • Blackboard
        • Copy & Paste
        • Targets
      • Export State Machines
      • Changelog
    • RPG (Deprecated)
      • Actor
        • Actions
        • Conditions
        • Triggers
      • Attributes
        • Actions
        • Conditions
      • Classes
        • Actions
        • Conditions
      • Skills
        • Actions
        • Conditions
      • Formulas
      • Changelog
    • AI & Factions (Deprecated)
      • Changelog
Powered by GitBook
On this page
  • 1.2.7 (29th December 2024)
  • 1.1.6 (30th October 2024)
  • 1.1.5 (21th October 2024)
  • 1.0.4 (1st October 2024)
  • 1.0.3 (26th September 2024)
  • 1.0.2 (23th August 2024)
  • 1.0.1 (19th August 2024)
  • 1.0.0 (19th August 2024)

Was this helpful?

  1. Game Creator 2
  2. Fusion Module

Releases

1.2.7 (29th December 2024)

  • Support for latest Photon Fusion SDK 2.0.4

  • Restructured the Start Game instruction to support loading scenes by string, enabling the use of scenes from Addressable bundles.

  • The master client will now automatically take network authority over objects (with “Allow State Authority Override” enabled) when players leave the session.

  • RPCs no longer require a player to be instantiated in order to call them

  • Added an option in Fusion settings to specify a custom runner prefab. This is useful for cases where customization is needed, such as integrating the Fusion Physics addon.

  • Added an option in Fusion settings to customize the default pool size for network-spawned objects.

  • Added a new property to retrieve the network-synchronized input direction value from a character.

  • Added new numeric properties to return the network simulation time, local render time, and the last server tick.

  • Fixed an issue with Spawned and Despawned network object events

  • Fixed an issue where the Local Player property did not return the correct object.

  • Fixed an issue where the Player Username property did not return the correct value.

  • Fixed an issue where RoomChat failed to initialize properly in certain cases.

  • Fixed an issue where the NavMeshAgent failed to initialize correctly after being spawned in certain cases.

  • Fixed multiple issues affecting NPC characters.

  • Username is no longer stored in PlayerPrefs

  • Updated demos

1.1.6 (30th October 2024)

  • Fixed cached rpcs issue being interrupted by model change calls

  • Fixed an error in NetworkCharacterEditor

  • Fixed an issue in sub modules version manager

  • Updated Fusion Uninstall to prevent removing sub modules

1.1.5 (21th October 2024)

  • Unity 6 support

  • Game Creator 2.51.17 support

  • Added new NPC demo scene

  • Added version in manager in settings

  • Deactivate nested network objects instead of destroying

  • Internal changes to prepare for upcoming sub-modules

  • Bug fixes in NetworkCharacter to make NPCs work properly

  • Added is master client bool and string properties

  • Player ping is now exposed over the network

  • Updated Network Character inspector at runtime

1.0.4 (1st October 2024)

  • Fixed an issue with Single player mode

  • Added single player demo

  • Reverted a change that caused an order of events issue with cached RPCs

  • Improved bone finding for network attachment props

1.0.3 (26th September 2024)

  • Support for latest Fusion 2.0.3

  • New Name Variables demo scene

  • Reduced arrays and dictionaries limit capacity to reduce pre-allocated heap

  • Added help urls to components

  • Fixed an error when using attach props without adding them to fusion

  • Fix for variables not replicating boolean states

  • Fixed an issue in TickTimer scene

  • Name Variables can now sync NetworkPrefabRef type

  • List Variables now support vector 3 and NetworkPrefabRef

  • Renamed Despawn instruction title

  • Fixed an issue where fusion was deactivating non instantiated network objects instead of destroying them

1.0.2 (23th August 2024)

  • Support for latest Fusion 2.0.2

  • Improved attachment synchronization to work with different rigs

  • Added setters for Network Prefab Ref

  • Added new Set Network Prefab Ref instruction

  • Added new is scene authority condition

  • Added new load and unload scenes instructions for fusion

  • Fixed some minor issues on demo scenes

1.0.1 (19th August 2024)

  • Breaking Change: Fusion Character Controller Directional is no longer required to synchronize characters; only attaching the Network Character component is required.

  • New: all other controller types like navmesh, rigidbody, tank, etc are now supported

  • Added option to select Network Prefab Ref from variables in Spawn Player instruction

  • New navmesh demo

  • Added all demo scenes to map selection in lobby

  • Fixed issue with Fusion Character Controller not setting up Network Transform properly

  • Renamed component menu path on some network components

  • Renamed disconnect game and lobby to shutdown game and shutdown lobby to avoid confussion

  • Added max width to default chat bubble

  • Updated all demo scenes

1.0.0 (19th August 2024)

First release.

PreviousHow to Update Fusion SDKNextFusion Factions

Last updated 4 months ago

Was this helpful?

☢️