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 /
avatar image
0
Question by DisasterMike · May 21, 2019 at 11:40 PM · swimming3d platformer tutorial

Swimming Controls

Hello!

Could someone help me put together swimming for my game? My game is a 3D platformer. I want it to be similar to games like Spyro and Banjo Kazooie. I want to be able to rotate the character and then hold a button and have them move in the direction he is facing. I managed to make something by using transform.Forward, and it worked nicely however my player can then go through walls. I tried using raycasts to stop him going through the walls but at certain angles he still clipped the floor... it's really difficult for me.. :( Can anything suggest any help?

Here is my current script for it. Although this is just so the character moves as normal, but moves up and down in the water with the Jump and L1 buttons. It's the best I could do. It works, but not what I was after.. float yStore = moveDirection.y; if (!moveFreeze & !cutsceneMoveCancel) { // If not active, move the player normally. moveDirection = (transform.forward Input.GetAxisRaw("Vertical")) + (transform.right Input.GetAxisRaw("Horizontal")); } moveDirection = moveDirection.normalized * moveSpeed; moveDirection.y = yStore;

                 if ((Input.GetAxisRaw("Horizontal") != 0 || Input.GetAxisRaw("Vertical") != 0) & !bodySlam & badLandingAnimTimer == 0 & !knockBackGravity & headbuttDizzyness <= 0 & !cutsceneMoveCancel)
                 {

                     transform.rotation = Quaternion.Euler(0f, pivot.rotation.eulerAngles.y, 0f);
                     Quaternion newRotation = Quaternion.LookRotation(new Vector3(moveDirection.x, 0f, moveDirection.z));
                     if (isGrounded)
                     {
                         playerModel.transform.rotation = Quaternion.Slerp(playerModel.transform.rotation, Quaternion.FromToRotation(Vector3.up, mainHitNormal) * newRotation, rotateSpeed * Time.deltaTime);
                     }
                     else
                     {
                         playerModel.transform.rotation = Quaternion.Slerp(playerModel.transform.rotation, newRotation, rotateSpeed * Time.deltaTime);
                     }
                 }
                 moveDirection.y = moveDirection.y + (Physics.gravity.y * gravityScale * (Time.deltaTime * 2));
                 controller.Move(moveDirection * Time.deltaTime);
                 gravityScale = downFloatSpeed;
                 checkY = 0;
                 if (Input.GetButton("Jump")) // Swimp up!
                 {
                     moveDirection.y = upSwimSpeed;
                 }
                 if (Input.GetButtonUp("Jump")) // Reset when letting go of button. 
                 {
                     moveDirection.y = 1f; // more than zero means it'll keep momentum up
                 }

                 if (Input.GetButton("L1"))
                 {
                     moveDirection.y = downSwimSpeed;
                 }
                 if (Input.GetButtonUp("L1")) // Reset when letting go of button. 
                 {
                     moveDirection.y = 0.5f; // more than zero means it'll keep momentum up
                 }
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

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by jtagamesinfo · Jan 31 at 05:31 PM

https://www.youtube.com/watch?v=K8lOEmdZ78o

@DisasterMike This should get you pointed in the right direction.

Comment
Add comment · Share
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

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

106 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

Related Questions

Unity 5, script for a character to be able to swim in water 1 Answer

swimming script required 2 Answers

Various Script Problems. 0 Answers

How do I make my FPS Character swim when in contact with water? 2 Answers

How to make a collision trigger thing? 2 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