Custom Laptop
Benji229GameAssets
$15.00
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/19(2018) |
15.0 |
11/09(2024) |
15.0 |
Jump AssetStore
What is this?
A laptop.
Polys: 185
Verts: 192
Textures 1024 x 1024
What does it do?
It has animations to open, close, and idle.
Is that all?
No, it comes with a script to change textures on the screen and the ability to write your own scripts and plug into that script to add your own scenario. Such as browsing the internet or hack (I have included an example script for that). The possibilities are only limited by your own imagination.
For the ones that do not know C# or how to code I got you covered too I created a prefab that will make
scripts for you check out the video link below.
Custom Laptop Scripts No Coding
How does it work?
It takes an array of textures (images). Think of it as an old filmstrip. When the images are viewed fast, you have a (video, movie, film, animation or whatever you want to call it).
Here is video
on add images to the Laptop script.
Okay, let's say I want to make my own load video, how many images do I need?
Well that depends on how smooth you want it. The more you have, the smoother it will be. Or you can reuse images. Let's say you have dotes going in a circle, and it took ten images to make a complete circle. If you want the dotes to go around five times, you don't need fifty images.just add the ten images, then in the script set the number of times to repeat. The SeverHack script uses this to repeat the hacking five times.
What about sounds?
In the LaptopAnimate script you can add a start sound and shut down sound. And in the SeverHack script, after the hack is finished it plays a sound. Writing in scripts to add sounds is not that hard.Let's say you write a script of someone typing and it loops 10 times and at the end of each loop you wanted to play a sound. Just do a check on Laptop script to see when loopNum is decreed, then play sound each time it is.
Custom Laptop Step By Step Guide
Checkout the demo to get a better ideal of how looks and works.
Demo
Made in unity 4.6 coded to be backwards compatible to Unity 4.5.0 and 100% compatible with unity 5 no need to upgrade.
Note 1: They are two demo scenes one for Unity 4.5 to 4.5.5 ( without the UI ) and one for Unity 4.6 and up.
Note 2: On the demo the quality settings are Unity defaults. Max I added and set the anti aliasing to 8x multi sampling and the shadow resolution to very high resolution.
Note 3: Mac users will need to refresh there web player after changing the quality to see the changes.
Updates:
======= 1.01 =======
( MAC ) Script Maker will now save scripts to the folder in the Save To Folder text box.
(pc & MAC ) Add a check to corrects the slash if the wrong one was use.
Updated Custom Laptop Step By Step Guide to remove the extra steps MAC users had to do.
Fixed some spelling mistakes in Custom Laptop Step By Step Guide.
Added tooltips to Script Maker scripts.
======= 1.02 =======
Updated scripts to be compatible with Unity 4.5.0 to Unity 5.4.1f.