Git Product home page Git Product logo

module-gamemanager's People

Contributors

assambra avatar

Stargazers

 avatar  avatar

Watchers

 avatar

module-gamemanager's Issues

GUID issue importing our modules

The problem is that I renamed the Unity SampleScene to create module demo scenes now some scenes have the identical guid. To avoid future problems we need to fix it now.
In this project it is the GameManager Scene.

Remember for the future: don't rename SampleScene, always create a brand new one!

Simple solution: rename affected scene (guid: 9fc0d4010bbf28b4594072e72b8655ab). Copy everything in the hierarchy and paste into a new named scene with a different "guid".

In some use-cases we have two scenes if we load to fast a new Scene the old one dosn't unload.

We load the "Start Scene" with IsFirstScene = true in Awake we can do it in Start() as we do before we fix: with commit 080781b but it isn't the problem. The problem is we load the first scene asynchron and if we try to unload this "Start Scene"as example in the first Update cycle the Scene isnt fully load so we cant unload. The result is we have two Scenes, Start and the new Scene we want to load after the "Start Scene". We need more checks to solve the issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.