Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
  • Help Room /
avatar image
0
Question by eddieion · May 10, 2016 at 02:38 PM · movementturn-basedasynchronous

turn-based movement

Hey all,

I'm making a sort of cellular automata / artificial life simulation (rather than a game) — so I don't need to worry about the player's movement; just the multitude of gameobjects that are on the grid at any one point.

The only gameobjects I have at the moment are 'cells' (the stationary creatures) and 'photons'. For every tile at the top of my grid ('game board', whatever) there is a 0.1% chance that it will spawn a photon. The photon will then move downwards across the grid at 1 unit per second until it either crashes into the bottom-most border of the grid or hits a cell (which imparts an amount of energy to the cell). My thinking is that once the cell reaches 100 energy, it will spawn a new cell in an empty neighbouring tile.

The problem being that everything moves at once. If two photons are spawned in the same second they will move in sync with each other. All photons move at the same time. And once the cells are able to spawn new cells; they will do so at the same time (if they both reach 100 energy at the same time).

What I want is for every object (whether it be a photon or a cell, or anything else on the board) to take it's 'turn' in a order; rather than everything moving all at once each second. The actual ordering of turns isn't that important (could be random, or predefined by which object was instantiated first).

The way i envision things is that if there are only three photons (photon 1, photon 2, and photon 3) they will move in order (photon 1 moves one unit down; then photon 2 moves one unit down; then photon 3 until every object in the game has 'done its "stuff"' and then the cycle will continue). I want to try this having read about the differences between synchronous cellular automata (conways game of life, in which every cell is updated at once) vs asynchronous cellular automata (of which there aren't as many examples).

I am however quite new to Unity and scripting in general so I'm not sure how to achieve this. Can anyone point me in the right direction?

Thanks very much for any help in advance.

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

3 People are following this question.

avatar image avatar image avatar image

Related Questions

Turn Based Movement - Using Movement Points 0 Answers

Movement area outline 2 Answers

[HELP] Swiping multiple objects from a raycast 0 Answers

Controller script active on both characters. 1 Answer

Issue with Rigidbody movement one step at a time and gravity 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges