edited June 2015 in Makinom Support
SO based off the shooter example i have a spawner set up just like the one int he tuts it works fine now i have a custom game state set up called spawner this game state tells the automachine weather or not it can be used. so problem is when i reactivate the game state it dosent do anything... cause im stopping the automachines with the game state when enemys hit 60 spawned then when 30 are dead i reactivate the game state but the auto machine not restarting... i decided to use a game state instead of enabling an disabling.. the auto machine is set up the same as in the tuts. i figured since its repeating that it should work but i guess not...
Post edited by wtyson on
new website can be found here http://www.fore-loregames.com

Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games

or check out the face book page here https://www.facebook.com/ForeLoreGames
  • The Start start type only happens when the game object/component is first added to the scene.
    When you're enabling/disabling the game object and want to start the machine each time, you need to use the Enable start type (will also start when first added to the scene).
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • will this work for game states?
    new website can be found here http://www.fore-loregames.com

    Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games

    or check out the face book page here https://www.facebook.com/ForeLoreGames
  • If you're using a game state condition in your machine, this will prevent the machine from starting the schematic - it wont stop repeating the machine trying to start.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • well it dont work :p cause i got every thing set to repeat on the automachines but its not allowing the spawning to continue when i reset everything back even waited a min to see if it would but it dont
    new website can be found here http://www.fore-loregames.com

    Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games

    or check out the face book page here https://www.facebook.com/ForeLoreGames
  • Did a quick test and you're right - will look into it and fix it in the next update :)
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • cool thanks got it working with enable / disable for now :) just figured id try to make use of the game states for it ^^ but works as intended so all good
    new website can be found here http://www.fore-loregames.com

    Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games

    or check out the face book page here https://www.facebook.com/ForeLoreGames
  • Yeah, that'd be what game states are for :D
    Found the issue and will be fixed in the next update (either later this week or next week).
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.