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 milligna · Apr 02, 2018 at 07:07 AM · waterendless runnerinfinite runnerlow polyinfinite terrain

Basic treadmill/tiling system for Prefab gameobjects

Hi Team,

I've been looking for a few months to find something that fits my skill level and understanding - I'm new to Unity and have been developing an endless game where my playspace is an endless ocean which moves forward with the camera and has some lateral movement. I have no physics in the game, so I don't need anything particularly fancy around buoyancy for objects in the ocean (I've got them bobbing using some perlin noise).

Initially I had a very basic transparent cube representing my ocean, and I would move as part of my "camera rig" along with my camera movement, but I've decided I need some flashier water mechanics, which means I need to start generating the water.

I found a great asset on the asset store which looks the business from a user called @jolix (https://assetstore.unity.com/packages/vfx/shaders/substances/low-poly-water-gpu-79255) and now I'm trying to figure out how to tile it based on the player location.

The Doco for the asset doesn't have specific instructions for tiling and most of the stuff I've found online is more focussed on Terrain generation, which this asset is not.

I think what I need to do is set up a 3x3 grid and instantiate the water tile prefabs, but I'm not certain how best to do it. I've managed to do a simple for loop to instantiate my starting grid as follows:

  for (int y = 0; y < waterGridY; y++)
         {
             for (int x = 0; x < waterGridX; x++)
             {
                 Vector3 pos = new Vector3(x, 0, y) * spacing;
                 Instantiate(waterPrefab, pos, Quaternion.identity); 
             }

This is fine for getting my initial grid, but I'm not really sure where to look in order to have the grid adjust itself based on a player location.

I've experimented before with adapting code I found here (https://github.com/Meowmaritus/Unity_SpaceGame/blob/master/Assets/Scripts/InfiniteTerrain.cs) which works ok and seems to appear in a few different places. I'm really unsure how to translate the "terrain" classes to instead be Prefab game objects.

Any pointers would be greatly appreciated :)

Thanks, Kevin

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

131 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Endless runner move terrain around player. 0 Answers

Cartoon Water shader for endless platform. 0 Answers

Getting an Exception on Endless Runner 3D game 1 Answer

Object pooling system. Objects aren't spawning 0 Answers

Shader Graph low poly water normals 1 Answer


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