Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 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 kanoba · Feb 13, 2014 at 12:22 PM · animationraycastspritetutorialnoob

Calling vector3/Sprite animation/Tutorials

Hey guys im new to this forum but really excited about getting into game development ive got two questions, im only semi fimilar with scripting i understand some of it but most of it eludes my comprehension at the moment and just want a little bit of help with what might seem like a simple script to you?

Also if anyone knows any tutorials about to make a game where you shoot falling object before they hit the ground that would be perfect :D

so heres my scripting problem, im trying to understand raycasting

What frustrates me the most is im not sure how to ask this question other wise i would search through all the forums for the answer basically i want two different animations to play, if the ray cast hits on the left side of the screen i want his left arm to throw if it lands on the right side of the screen i want his right arm to throw?

If you know any good tutorials that are similar to this that would be amazing id rather learn my self then ask for help but like i mentioned im just not sure how to ask the right kind of question :(

Thanks in advance :)

public class AnimationScript: MonoBehaviour {

 //calculation variables
 private Vector3 tempVector;
 private Vector3 tempVector2;
 private int i;
 
 //animation variables
 public float pokeForce;
 // Use this for initialization
 void Start () {
     
 }
 
 // Update is called once per frame
 void Update () {
 

     {
         if (Input.GetButtonDown("fire1"))
         {
             RaycastHit hit;
                 Ray ray = Camera.main.ScreenPointToRay(Input.mousePosition);
                     if (Physics.Raycast(ray, out hit))
                         if (hit.rigidbody != null)
                             hit.rigidbody.AddForceAtPosition(ray.direction * pokeForce, hit.point);
                                 if 
         
         }
     }
 }

}

Comment
Add comment · Show 2
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
avatar image Graham-Dunnett ♦♦ · Feb 13, 2014 at 12:22 PM 0
Share

http://unity3d.com/learn/tutorials/projects/space-shooter

avatar image kanoba · Feb 13, 2014 at 11:31 PM 0
Share

that doesnt quite relate to what im trying to do i have watched it though

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

19 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

Related Questions

Video Tutorial on Othello 2d? 0 Answers

How do I stop sprite animation on last frame? 2 Answers

Shaking Sprite Mechanic/Animation after being hit 0 Answers

Animating bones and the entire skeleton together 0 Answers

Most efficient way to do 2D animation 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