aawadall / Game-Off-2018

a Game Off 2018 project
https://aawadall.github.io/Game-Off-2018/
MIT License
0 stars 1 forks source link

Implemented Creature Attributes #10

Closed aawadall closed 5 years ago

aawadall commented 5 years ago

I've also started fixing the build issues.

aawadall commented 5 years ago

Build is still failing, but at least we have the restore command working see build output below

The command "dotnet restore  ./code/Unity\ Project/Unity\ Project.sln" exited with 0.

dotnet build ./code/Unity\ Project/Unity\ Project.sln

Copyright (C) Microsoft Corporation. All rights reserved.
/usr/share/dotnet/sdk/2.1.300/Microsoft.Common.CurrentVersion.targets(1179,5): error MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.7.1" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [/home/travis/build/aawadall/Game-Off-2018/code/Unity Project/Assembly-CSharp.csproj]
Build FAILED.
/usr/share/dotnet/sdk/2.1.300/Microsoft.Common.CurrentVersion.targets(1179,5): error MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.7.1" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [/home/travis/build/aawadall/Game-Off-2018/code/Unity Project/Assembly-CSharp.csproj]
    0 Warning(s)
    1 Error(s)
Time Elapsed 00:00:00.64
08942251358,duration=1025670867
The command "dotnet build ./code/Unity\ Project/Unity\ Project.sln" exited with 1.
Done. Your build exited with 1.
aawadall commented 5 years ago

@Fredster64 I updated Travis yaml file to ignore the unity piece, now the build is passing for the game engine itself should we proceed and merge?

aawadall commented 5 years ago

@Fredster64 are we good to merge this branch with master branch?

freddiewpayne commented 5 years ago

@aawadall sorry I didn't see this earlier! I'm happy to merge if you are.

I should add that I'm working on the Unity project in the GameDesign branch on my fork (if I haven't told you already), so you might see me making occasional pull requests to update the Unity project every so often.