• 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 Danielthedev · Apr 10, 2015 at 12:27 PM · asset storepublishingowner

Can I script examples from the Unity scripting api in my asset in the scenes of such use

Hi guys, I just create an asset I would like to sell it later, but I do not know if I can use in my example scene finished scripts from the scripting api unity.

In advance I say thank you

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 Digital-Phantom · Apr 10, 2015 at 01:04 PM

Its possible to use unity assets in your finished game/project so (and I'm only assuming here) that using the scripts comes under the same definition.

after all..

 void OnTriggerEnter (Collider other) 
     {    
         if (other.tag == "Bullet")
         {
             Destroy(other.gameObject);
         }
     }
 
 

from the API, looks exactly the same as..

 void OnTriggerEnter (Collider other) 
     {    
         if (other.tag == "Bullet")
         {
             Destroy(other.gameObject);
         }
     }
 

written by a unity user. My point being its simply a way of teaching people to code correctly.

;)

Comment
Add comment · Show 1 · 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
avatar image Danielthedev · Apr 10, 2015 at 04:15 PM 0
Share

Thank you for you're reply.

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.

Welcome to Unity Answers

The best place to ask and answer questions about development with Unity.

To help users navigate the site we have posted a site navigation guide.

If you are a new user to Unity Answers, check out our FAQ for more information.

Make sure to check out our Knowledge Base for commonly asked Unity questions.

If you are a moderator, see our Moderator Guidelines page.

We are making improvements to UA, see the list of changes.



Follow this Question

Answers Answers and Comments

3 People are following this question.

avatar image avatar image avatar image

Related Questions

How see if the asset is free to use and publish? 0 Answers

Autodesk 3ds Max student liscencing 0 Answers

Testing Unity 5 compatibility but publishing for Unity 4.x (or 3.x) 0 Answers

Can I modify a published asset's images and metadata after it beeing accepted ? 0 Answers

Asset store publishing - do I need a legal company? 0 Answers

  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges