Deam2Code Development

What once gave us headaches now gives us knowledge.

Menu

Skip to content
  • So We Begin

Welcome D2C Documentation

We post all the problems and solutions we come across from our development and programing life.

Know More

Blender Modeling

Our great gallery of our works. Ahem!

Know More

Unity3d

From code to a few games we live it all and dream it all.

Know More

Archives

From PC to Google Play we pack it all.

Know More
18Dec/16

Translation/Movement From & to

December 18, 2016Micro Code BookGetzbe

This is more like targeted movement.  One click moves you from a set of coordinates to the next. public float TravelTime = 0f; public float Speed = 2; void Update(){ transform.position =Read More…

18Dec/16

Animation – Set Speed

December 18, 2016Micro Code BookGetzbe

public float Speed = 2; public Animator Animation; void Start() { Animation = GetComponent<Animator>(); } void Update() { //Animation Speed Animation.SetFloat(“AnimationSpeed”, Speed); }

18Dec/16

Blender Configuration Files

December 18, 2016Archives, BlenderGetzbe

BlenderConfig Zip Version BlenderConfig This is our configuration files as of Bender 2.78a. The read me text is inside.  And it has been properly set to be 2x Unity Base size system. Read More…

18Dec/16

Texture Motion/Animation

December 18, 2016Micro Code BookGetzbe

public float textureSpeed = .5f; // Update is called once per frame void Update () { GetComponent<Renderer>().sharedMaterial.mainTextureOffset = new Vector2(0, Time.time * textureSpeed); }  

18Dec/16

Welcome Life Saver

December 18, 2016NewsGetzbe

We had it with writing code on paper and trying to make a cheat sheet that got longer and longer.  This is the next best thing.  Our own document system that worksRead More…

Posts navigation

  • « Previous
  • 1
  • 2

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Recent Posts

  • Smooth Camera Positioning
  • Talon New Test Post
  • Raw Gallery
  • Load Sources From Sources Folder
  • Screen Click on object and get its Name and Coordinates.

Categories

  • Archives
  • Blender
  • Documentation
  • Micro Code Book
  • News
  • Texture Gallery
  • Unity3D

Archives

  • September 2017
  • June 2017
  • May 2017
  • January 2017
  • December 2016
Copyright © Deam2Code Development
Powered by WordPress , Designed and Developed by templatesnext